MGtk Reference Manual | ||||
---|---|---|---|---|
Top | Description |
MGtk macros for standard values of Gtk+MGtk macros for standard values of Gtk+ — macro di comprensione dei valori comuni utilizzati in gtk+. |
#include <mgtk.h> #define HOMOGENEOUS_ON #define HOMOGENEOUS_OFF #define SPACING_OFF #define EXPAND_ON #define EXPAND_OFF #define FILL_ON #define FILL_OFF #define PADDING_OFF
Collezione di macros utilizzate per rendere piu' facilmente comprensibile il codice in Gtk.
#define HOMOGENEOUS_ON TRUE
Whether the children should all be the same size.
Default value: FALSE
see also: GtkBox
#define HOMOGENEOUS_OFF FALSE
Whether the children should all be the same size.
Default value: FALSE
see also: GtkBox
#define SPACING_OFF 0
The amount of space between children.
Allowed values: >= 0
Default value: 0
see also: GtkBox
#define EXPAND_ON TRUE
Whether the child should receive extra space when the parent grows.
Default value: TRUE
see also: GtkBox
#define EXPAND_OFF FALSE
Whether the child should receive extra space when the parent grows.
Default value: TRUE
see also: GtkBox
#define FILL_ON TRUE
Whether extra space given to the child should be allocated to the child or used as padding.
Default value: TRUE
see also: GtkBox
#define FILL_OFF FALSE
Whether extra space given to the child should be allocated to the child or used as padding.
Default value: TRUE
see also: GtkBox