Class CellAreaBox
public class CellAreaBox
- Inheritance
-
CellAreaBox
- Inherited Members
Methods
GetGType()
Calls native function gtk_cell_area_box_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetSpacing(nint)
Calls native method gtk_cell_area_box_get_spacing.
public static extern int GetSpacing(nint box)
Parameters
box
nintTransfer ownership: None Nullable: False
Returns
- int
Transfer ownership: None Nullable: False
New()
Calls native constructor gtk_cell_area_box_new.
public static extern nint New()
Returns
- nint
Transfer ownership: None Nullable: False
PackEnd(nint, nint, bool, bool, bool)
Calls native method gtk_cell_area_box_pack_end.
public static extern void PackEnd(nint box, nint renderer, bool expand, bool align, bool @fixed)
Parameters
box
nintTransfer ownership: None Nullable: False
renderer
nintTransfer ownership: None Nullable: False
expand
boolTransfer ownership: None Nullable: False
align
boolTransfer ownership: None Nullable: False
fixed
bool
PackStart(nint, nint, bool, bool, bool)
Calls native method gtk_cell_area_box_pack_start.
public static extern void PackStart(nint box, nint renderer, bool expand, bool align, bool @fixed)
Parameters
box
nintTransfer ownership: None Nullable: False
renderer
nintTransfer ownership: None Nullable: False
expand
boolTransfer ownership: None Nullable: False
align
boolTransfer ownership: None Nullable: False
fixed
bool
SetSpacing(nint, int)
Calls native method gtk_cell_area_box_set_spacing.
public static extern void SetSpacing(nint box, int spacing)