#include <vdkhlbutton.h>
Inheritance diagram for VDKHLButton:
VDKHLButton::VDKHLButton | ( | VDKForm * | owner, | |
const char * | pixfile, | |||
const char * | label = NULL , |
|||
unsigned int | type = VDK_CBUTTON_UNTOGGLED|VDK_CBUTTON_NORMAL , |
|||
GtkPositionType | position = GTK_POS_RIGHT | |||
) |
constructor
owner | the owner form | |
pixfile | a graphic file (accepts both .xpm and .png) | |
label | a label (but these buttons look better without label) | |
type | position label position related to pixmap |
VDKHLButton::VDKHLButton | ( | VDKForm * | owner, | |
const char ** | pixdata, | |||
const char * | label = NULL , |
|||
unsigned int | type = VDK_CBUTTON_UNTOGGLED|VDK_CBUTTON_NORMAL , |
|||
GtkPositionType | position = GTK_POS_RIGHT | |||
) |
constructor
owner | the owner form | |
pixdata | a graphic data (only .xpm format) | |
label | a label (but these buttons look better without label) | |
type | position label position related to pixmap |
void VDKHLButton::Setup | ( | void | ) | [virtual] |
placeholder for subclasses. This method is called whenever an object is added to a container.
Reimplemented from VDKObject.