#include <bcbutton.h>
Inheritance diagram for BC_GenericButton:

Public Member Functions | |
| BC_GenericButton (int x, int y, char *text, VFrame **data=0) | |
| BC_GenericButton (int x, int y, int w, char *text, VFrame **data=0) | |
| int | set_images (VFrame **data) |
| int | draw_face () |
Static Public Member Functions | |
| static int | calculate_w (BC_WindowBase *gui, char *text) |
| static int | calculate_h () |
Private Attributes | |
| char | text [BCTEXTLEN] |
Definition at line 51 of file bcbutton.h.
|
||||||||||||||||||||
|
Definition at line 369 of file bcbutton.C. |
|
||||||||||||||||||||||||
|
Definition at line 377 of file bcbutton.C. |
|
|
Definition at line 413 of file bcbutton.C. |
|
||||||||||||
|
Definition at line 406 of file bcbutton.C. |
|
|
Reimplemented from BC_Button. Definition at line 419 of file bcbutton.C. |
|
|
Reimplemented from BC_Button. Definition at line 386 of file bcbutton.C. |
|
|
Definition at line 62 of file bcbutton.h. |
1.4.4