Table of Contents

Class GridLayout

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class GridLayout
Inheritance
GridLayout
Inherited Members

Methods

GetBaselineRow(IntPtr)

Calls native method gtk_grid_layout_get_baseline_row.

public static extern int GetBaselineRow(IntPtr grid)

Parameters

grid IntPtr

Transfer ownership: None Nullable: False

Returns

int

Transfer ownership: None Nullable: False

GetColumnHomogeneous(IntPtr)

Calls native method gtk_grid_layout_get_column_homogeneous.

public static extern bool GetColumnHomogeneous(IntPtr grid)

Parameters

grid IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetColumnSpacing(IntPtr)

Calls native method gtk_grid_layout_get_column_spacing.

public static extern uint GetColumnSpacing(IntPtr grid)

Parameters

grid IntPtr

Transfer ownership: None Nullable: False

Returns

uint

Transfer ownership: None Nullable: False

GetGType()

Calls native function gtk_grid_layout_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetRowBaselinePosition(IntPtr, int)

Calls native method gtk_grid_layout_get_row_baseline_position.

public static extern BaselinePosition GetRowBaselinePosition(IntPtr grid, int row)

Parameters

grid IntPtr

Transfer ownership: None Nullable: False

row int

Transfer ownership: None Nullable: False

Returns

BaselinePosition

Transfer ownership: None Nullable: False

GetRowHomogeneous(IntPtr)

Calls native method gtk_grid_layout_get_row_homogeneous.

public static extern bool GetRowHomogeneous(IntPtr grid)

Parameters

grid IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetRowSpacing(IntPtr)

Calls native method gtk_grid_layout_get_row_spacing.

public static extern uint GetRowSpacing(IntPtr grid)

Parameters

grid IntPtr

Transfer ownership: None Nullable: False

Returns

uint

Transfer ownership: None Nullable: False

New()

Calls native constructor gtk_grid_layout_new.

public static extern IntPtr New()

Returns

IntPtr

Transfer ownership: Full Nullable: False

SetBaselineRow(IntPtr, int)

Calls native method gtk_grid_layout_set_baseline_row.

public static extern void SetBaselineRow(IntPtr grid, int row)

Parameters

grid IntPtr

Transfer ownership: None Nullable: False

row int

Transfer ownership: None Nullable: False

SetColumnHomogeneous(IntPtr, bool)

Calls native method gtk_grid_layout_set_column_homogeneous.

public static extern void SetColumnHomogeneous(IntPtr grid, bool homogeneous)

Parameters

grid IntPtr

Transfer ownership: None Nullable: False

homogeneous bool

Transfer ownership: None Nullable: False

SetColumnSpacing(IntPtr, uint)

Calls native method gtk_grid_layout_set_column_spacing.

public static extern void SetColumnSpacing(IntPtr grid, uint spacing)

Parameters

grid IntPtr

Transfer ownership: None Nullable: False

spacing uint

Transfer ownership: None Nullable: False

SetRowBaselinePosition(IntPtr, int, BaselinePosition)

Calls native method gtk_grid_layout_set_row_baseline_position.

public static extern void SetRowBaselinePosition(IntPtr grid, int row, BaselinePosition pos)

Parameters

grid IntPtr

Transfer ownership: None Nullable: False

row int

Transfer ownership: None Nullable: False

pos BaselinePosition

Transfer ownership: None Nullable: False

SetRowHomogeneous(IntPtr, bool)

Calls native method gtk_grid_layout_set_row_homogeneous.

public static extern void SetRowHomogeneous(IntPtr grid, bool homogeneous)

Parameters

grid IntPtr

Transfer ownership: None Nullable: False

homogeneous bool

Transfer ownership: None Nullable: False

SetRowSpacing(IntPtr, uint)

Calls native method gtk_grid_layout_set_row_spacing.

public static extern void SetRowSpacing(IntPtr grid, uint spacing)

Parameters

grid IntPtr

Transfer ownership: None Nullable: False

spacing uint

Transfer ownership: None Nullable: False