Module dui.Frame
| Constructor Summary | |
|---|---|
| protected |
(GtkWidget *gtkWidget) |
|
(char label) Creates a new frame with a label |
|
|
(Widget child, char ) Creates a new frame width a label for a widget |
|
| Methods Summary | |
|---|---|
| public static GType |
getType() Gets this class type |
| void |
setlabel(char label) Sets the frame label |
| void |
setLabelAlign(float xAlign, float yAlign) Sets the frame label alignment |
| void |
getabelAlign(gfloat* xalign, gfloat* yalign) Gets the currrent label alignment |
| void |
setShadowType(ShadowType type) Sets the shadow type |
| String |
getLabel() Gets the frame current label text |
| void |
setLabelWidget(Widget widget) Set the frame label widget |
| Widget |
getLabelWidget() Get the current label widget |
| ShadowType |
getShadowType() Gets the current shadow type of this frame |