Inheritance diagram for Misc:
Public Member Functions | |
this (GtkWidget *gtkWidget) | |
Creates a Misc from a GtkMisc. | |
void | setAlignment (gfloat xalign, gfloat yalign) |
Sets the alignement. | |
void | getAlignment (gfloat *xalign, gfloat *yalign) |
Gets the alignement. | |
void | setPadding (gint xpad, gint ypad) |
Sets the pading. | |
void | getPadding (gint *xpad, gint *ypad) |
Gets the pading. | |
Static Public Member Functions | |
GType | getType () |
Gets this class type. |
|
Gets the alignement.
|
|
Gets the pading.
|
|
Gets this class type.
Reimplemented from Widget. Reimplemented in Image. |
|
Sets the alignement.
|
|
Sets the pading.
|
|
Creates a Misc from a GtkMisc.
Reimplemented from Widget. Reimplemented in Arrow. |