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()