Table of Contents

Class FlowBoxChild

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

Methods

Changed(nint)

Calls native method gtk_flow_box_child_changed.

public static extern void Changed(nint child)

Parameters

child nint

Transfer ownership: None Nullable: False

GetChild(nint)

Calls native method gtk_flow_box_child_get_child.

public static extern nint GetChild(nint self)

Parameters

self nint

Transfer ownership: None Nullable: False

Returns

nint

Transfer ownership: None Nullable: True

GetGType()

Calls native function gtk_flow_box_child_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetIndex(nint)

Calls native method gtk_flow_box_child_get_index.

public static extern int GetIndex(nint child)

Parameters

child nint

Transfer ownership: None Nullable: False

Returns

int

Transfer ownership: None Nullable: False

IsSelected(nint)

Calls native method gtk_flow_box_child_is_selected.

public static extern bool IsSelected(nint child)

Parameters

child nint

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

New()

Calls native constructor gtk_flow_box_child_new.

public static extern nint New()

Returns

nint

Transfer ownership: None Nullable: False

SetChild(nint, nint)

Calls native method gtk_flow_box_child_set_child.

public static extern void SetChild(nint self, nint child)

Parameters

self nint

Transfer ownership: None Nullable: False

child nint

Transfer ownership: None Nullable: True