Table of Contents

Class FlowBoxChild

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

Methods

Changed(IntPtr)

Calls native method gtk_flow_box_child_changed.

public static extern void Changed(IntPtr child)

Parameters

child IntPtr

Transfer ownership: None Nullable: False

GetChild(IntPtr)

Calls native method gtk_flow_box_child_get_child.

public static extern IntPtr GetChild(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

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(IntPtr)

Calls native method gtk_flow_box_child_get_index.

public static extern int GetIndex(IntPtr child)

Parameters

child IntPtr

Transfer ownership: None Nullable: False

Returns

int

Transfer ownership: None Nullable: False

IsSelected(IntPtr)

Calls native method gtk_flow_box_child_is_selected.

public static extern bool IsSelected(IntPtr child)

Parameters

child IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

New()

Calls native constructor gtk_flow_box_child_new.

public static extern IntPtr New()

Returns

IntPtr

Transfer ownership: None Nullable: False

SetChild(IntPtr, IntPtr)

Calls native method gtk_flow_box_child_set_child.

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

Parameters

self IntPtr

Transfer ownership: None Nullable: False

child IntPtr

Transfer ownership: None Nullable: True