Table of Contents

Class CellAreaClass

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

Methods

FindCellProperty(CellAreaClassHandle, NonNullableUtf8StringHandle)

Calls native method gtk_cell_area_class_find_cell_property.

public static extern IntPtr FindCellProperty(CellAreaClassHandle aclass, NonNullableUtf8StringHandle propertyName)

Parameters

aclass CellAreaClassHandle

Transfer ownership: None Nullable: False

propertyName NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: False

InstallCellProperty(CellAreaClassHandle, uint, IntPtr)

Calls native method gtk_cell_area_class_install_cell_property.

public static extern void InstallCellProperty(CellAreaClassHandle aclass, uint propertyId, IntPtr pspec)

Parameters

aclass CellAreaClassHandle

Transfer ownership: None Nullable: False

propertyId uint

Transfer ownership: None Nullable: False

pspec IntPtr

Transfer ownership: None Nullable: False

ListCellProperties(CellAreaClassHandle, out uint)

Calls native method gtk_cell_area_class_list_cell_properties.

public static extern IntPtr[] ListCellProperties(CellAreaClassHandle aclass, out uint nProperties)

Parameters

aclass CellAreaClassHandle

Transfer ownership: None Nullable: False

nProperties uint

Transfer ownership: Full Nullable: False

Returns

IntPtr[]

Transfer ownership: Container Nullable: False