1 #ifndef PLUGINTOGGLES_H
2 #define PLUGINTOGGLES_H
10 class PluginOn
: public BC_Toggle
13 PluginOn(MWindow
*mwindow
, int x
, int y
, Plugin
*plugin
);
14 static int calculate_w(MWindow
*mwindow
);
15 void update(int x
, int y
, Plugin
*plugin
);
24 class PluginShow
: public BC_Toggle
27 PluginShow(MWindow
*mwindow
, int x
, int y
, Plugin
*plugin
);
29 static int calculate_w(MWindow
*mwindow
);
30 void update(int x
, int y
, Plugin
*plugin
);