Module dui.Fixed
| Constructor Summary | |
|---|---|
| protected |
(GtkWidget* gtkWidget) |
|
() Creates a new Fixed container |
|
| Methods Summary | |
|---|---|
| public static GType |
getType() Gets this class type |
| void |
put(Widget child, gint x, gint y) Puts a new child widget in a fixed postion |
| void |
move(Widget child, gint x, gint y) Move a child widget to a new position |
| void |
setHasWindon(bit hasWindow) Sets has window flag |
| bit |
getHasWindow() Gets has window flag |