Table of Contents

Class ColumnViewCell

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

Methods

GetChild(IntPtr)

Calls native method gtk_column_view_cell_get_child. Version: 4.12

[Version("4.12")]
public static extern IntPtr GetChild(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetFocusable(IntPtr)

Calls native method gtk_column_view_cell_get_focusable. Version: 4.12

[Version("4.12")]
public static extern bool GetFocusable(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetGType()

Calls native function gtk_column_view_cell_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetItem(IntPtr)

Calls native method gtk_column_view_cell_get_item. Version: 4.12

[Version("4.12")]
public static extern IntPtr GetItem(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetPosition(IntPtr)

Calls native method gtk_column_view_cell_get_position. Version: 4.12

[Version("4.12")]
public static extern uint GetPosition(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

uint

Transfer ownership: None Nullable: False

GetSelected(IntPtr)

Calls native method gtk_column_view_cell_get_selected. Version: 4.12

[Version("4.12")]
public static extern bool GetSelected(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

SetChild(IntPtr, IntPtr)

Calls native method gtk_column_view_cell_set_child. Version: 4.12

[Version("4.12")]
public static extern void SetChild(IntPtr self, IntPtr child)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

child IntPtr

Transfer ownership: None Nullable: True

SetFocusable(IntPtr, bool)

Calls native method gtk_column_view_cell_set_focusable. Version: 4.12

[Version("4.12")]
public static extern void SetFocusable(IntPtr self, bool focusable)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

focusable bool

Transfer ownership: None Nullable: False