Inheritance diagram for Layout:

This can be used to go beyond the limits on the supporting layer of graphics environment.
Public Member Functions | |
| this (Adjustment hAdjustment, Adjustment vAdjustment) | |
| Creates a new layout with vertical and horizontal adjustments. | |
| 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. | |
| void * | gtk () |
| Gets the gtk structure. | |
| PangoLayout * | pngL () |
| Gets the pango structure. | |
| GType | getType () |
| Gets the type of this class. | |
| this (PangoLayout *pangoLayout) | |
| creates a Layout from a pango layout | |
| this (Context context) | |
| Creates a new layot from a context. | |
| this (Layout src) | |
| copy constructore | |
| Context | getContext () |
| gets the context | |
Static Public Member Functions | |
| GType | getType () |
| Gets this class type. | |
|
|
gets the context
|
|
|
Gets the horizontal adjustment.
|
|
||||||||||||
|
Gets the layout size.
|
|
|
Gets the type of this class.
Reimplemented from Widget. |
|
|
Gets this class type.
Reimplemented from Widget. |
|
|
Gets the vertical adjustment.
|
|
|
Gets the gtk structure.
Reimplemented from Widget. |
|
||||||||||||||||
|
Move a widget to a new position.
|
|
|
Gets the pango structure.
|
|
||||||||||||||||
|
puts a widget to a new position
|
|
|
Sets the horizontal adjustment.
|
|
||||||||||||
|
Sets the layout size.
|
|
|
Sets the vertical adjustment.
|
|
|
copy constructore
|
|
|
Creates a new layot from a context.
|
|
|
creates a Layout from a pango layout
|
|
||||||||||||
|
Creates a new layout with vertical and horizontal adjustments.
|
|
|
|
|