Inheritance diagram for Frame:

Public Member Functions | |
| this (char[] label) | |
| Creates a new frame with a label. | |
| this (Widget child, char[]label) | |
| Creates a new frame width a label for a widget. | |
| 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. | |
| char[] | 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. | |
Static Public Member Functions | |
| GType | getType () |
| Gets this class type. | |
Static Public Attributes | |
| ShadowType | defaultShadow = ShadowType.ETCHED_IN |
| our defaul shadow type | |
| int | defaultBorder = 0 |
| our default boder width | |
|
||||||||||||
|
Gets the currrent label alignment.
|
|
|
Gets the frame current label text.
|
|
|
Get the current label widget.
|
|
|
Gets the current shadow type of this frame.
|
|
|
Gets this class type.
Reimplemented from Widget. |
|
|
Sets the frame label.
|
|
||||||||||||
|
Sets the frame label alignment.
|
|
|
Set the frame label widget.
|
|
|
Sets the shadow type.
|
|
||||||||||||
|
Creates a new frame width a label for a widget.
|
|
|
Creates a new frame with a label.
|
|
|
our default boder width
|
|
|
our defaul shadow type
|
1.3.4