33 #include <vdk/vdkobj.h>
47 VDKReadWriteValueProp<VDKLabel, GtkJustification>
Justify;
51 VDKReadWriteValueProp<VDKLabel, const char*>
Caption;
63 GtkJustification justify = GTK_JUSTIFY_LEFT);
65 void SetCaption (
const char* str);
66 const char* GetCaption ();
67 void SetCaptionWrap (
bool flag);
68 bool GetCaptionWrap ();
69 void SetJustify(GtkJustification jtype);
70 GtkJustification GetJustify()
VDKLabel(VDKForm *owner, const char *label, GtkJustification justify=GTK_JUSTIFY_LEFT)
Definition: label.cc:31
VDKReadWriteValueProp< VDKLabel, bool > CaptionWrap
Definition: label.h:55
VDKReadWriteValueProp< VDKLabel, const char * > Caption
Definition: label.h:51
Provides a gtklabel wrapper.
Definition: label.h:40
VDKReadWriteValueProp< VDKLabel, GtkJustification > Justify
Definition: label.h:47