#include <button_base.h>
Inheritance diagram for ButtonBase:

Public Member Functions | |
| ButtonBase (TWindow *menu, char *identbranch=0, int asciicode=0, bool akeepkey=0) | |
| virtual void | handle_window_screen_change () |
Twgui overloads the buttonbase, by adding bitmapped drawing methods If needed, the ButtonBase can be used to create buttons with non-bitmapped drawing methods.
|
||||||||||||||||||||
|
constructor |
|
|
if the window changes output bitmap, it will notify the buttons; if they are subbitmaps of the target screen, they should change as well. By default, this doesn't do anything. Reimplemented in Area. |
1.4.6-NO