Module dui.Layout
| Constructor Summary | |
|---|---|
|
(GtkWidget* gtkWidget) |
|
| public |
(Adjustment hAdjustment, Adjustment vAdjustment) Creates a new layout with vertical and horizontal adjustments |
| Methods Summary | |
|---|---|
| public static GType |
getType() Gets this class type |
| void |
put(Widget child, gint x, gint y) puts a widget to a new position |
| void |
move(Widget child, gint x, gint y) Move a widget to a new position |
| void |
setSize(guint width, guint height) Sets the layout size |
| void |
getSize(guint* width, guint* height) Gets the layout size |
| Adjustment |
getHAdjustment() Gets the horizontal adjustment |
| Adjustment |
getVAdjustment() Gets the vertical adjustment |
| void |
setHAdjustment(Adjustment adjustment) Sets the horizontal adjustment |
| void |
setVAdjustment(Adjustment adjustment) Sets the vertical adjustment |