GtkCellAreaBox
GtkCellAreaBox — A cell area that renders GtkCellRenderers
into a row or a column
|
|
Includes
#include <gtk/gtk.h>
Functions
gtk_cell_area_box_get_spacing ()
gint
gtk_cell_area_box_get_spacing (GtkCellAreaBox *box);
Gets the spacing added between cell renderers.
Returns
the space added between cell renderers in box
.
Since: 3.0
gtk_cell_area_box_set_spacing ()
void
gtk_cell_area_box_set_spacing (GtkCellAreaBox *box,
gint spacing);
Sets the spacing to add between cell renderers in box
.
Since: 3.0
Types and Values
struct GtkCellAreaBox
struct GtkCellAreaBox;
struct GtkCellAreaBoxClass
struct GtkCellAreaBoxClass {
};
Property Details
The “spacing” property
“spacing” gint
The amount of space to reserve between cells.
Owner: GtkCellAreaBox
Flags: Read / Write
Allowed values: >= 0
Default value: 0
Since: 3.0
Child Property Details
The “align” child property
“align” gboolean
Whether the cell renderer should be aligned in adjacent rows.
Owner: GtkCellAreaBox
Flags: Read / Write
Default value: FALSE
Since: 3.0
The “expand” child property
“expand” gboolean
Whether the cell renderer should receive extra space
when the area receives more than its natural size.
Owner: GtkCellAreaBox
Flags: Read / Write
Default value: FALSE
Since: 3.0
The “fixed-size” child property
“fixed-size” gboolean
Whether the cell renderer should require the same size
for all rows for which it was requested.
Owner: GtkCellAreaBox
Flags: Read / Write
Default value: TRUE
Since: 3.0
The “pack-type” child property
“pack-type” GtkPackType
A GtkPackType indicating whether the cell renderer is packed
with reference to the start or end of the area.
Owner: GtkCellAreaBox
Flags: Read / Write
Default value: GTK_PACK_START
Since: 3.0