1998-02-27 07:54:42 +03:00
|
|
|
/* Defines which features are used on the Tk edition */
|
|
|
|
|
|
|
|
/* key.h defines */
|
|
|
|
|
1998-03-07 06:02:01 +03:00
|
|
|
#define PORT_HAS_FILE_HANDLERS 1
|
|
|
|
#define PORT_HAS_GETCH 1
|
|
|
|
#define PORT_HAS_FRONTEND_RUN_DLG 1
|
|
|
|
#define PORT_WANTS_GET_SORT_FN 1
|
|
|
|
#define PORT_HAS_FILTER_CHANGED 1
|
|
|
|
#define PORT_HAS_PANEL_ADJUST_TOP_FILE 1
|
|
|
|
#define PORT_HAS_PANEL_RESET_SORT_LABELS 1
|
1998-03-14 03:42:23 +03:00
|
|
|
#define PORT_HAS_DESTROY_CMD 1
|
|
|
|
#define PORT_HAS_RADIO_FOCUS_ITEM 1
|
1998-03-20 05:54:06 +03:00
|
|
|
#define PORT_HAS_DISPLAY_MINI_INFO 1
|
1998-04-09 08:58:24 +04:00
|
|
|
#define PORT_WIDGET_WANTS_HISTORY 1
|
1998-03-07 06:02:01 +03:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
#define frontend_run_dlg(x) tkrundlg_event (x)
|
1998-04-07 23:08:31 +04:00
|
|
|
#define port_shutdown_extra_fds()
|
1998-02-27 07:54:42 +03:00
|
|
|
/* Other */
|
|
|
|
#define COMPUTE_FORMAT_ALLOCATIONS
|