4 #include "automation.inc"
13 #define PLUGIN_AUTOS 3
14 #define OTHER_TOGGLES 4
16 class GWindowGUI
: public BC_Window
19 GWindowGUI(MWindow
*mwindow
, int w
, int h
);
20 static void calculate_extents(BC_WindowBase
*gui
, int *w
, int *h
);
21 void create_objects();
22 int translation_event();
25 void update_toggles(int use_lock
);
26 void update_mwindow();
29 GWindowToggle
*other
[OTHER_TOGGLES
];
30 GWindowToggle
*auto_toggle
[AUTOMATION_TOTAL
];
33 class GWindowToggle
: public BC_CheckBox
36 GWindowToggle(MWindow
*mwindow
,
46 static int* get_main_value(MWindow
*mwindow
, int subscript
, int other
);