Table of Contents

Class CellRendererCombo

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class CellRendererCombo : CellRendererText, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
CellRendererCombo
Implements
Inherited Members

Constructors

CellRendererCombo(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public CellRendererCombo(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

CellRendererCombo(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected CellRendererCombo(CreationData data)

Parameters

data CreationData

CellRendererCombo(CellRendererComboHandle)

protected CellRendererCombo(CellRendererComboHandle handle)

Parameters

handle CellRendererComboHandle

Fields

ChangedSignal

Signal Descriptor for OnChanged.

public static readonly Signal<CellRendererCombo, CellRendererCombo.ChangedSignalArgs> ChangedSignal

Field Value

Signal<CellRendererCombo, CellRendererCombo.ChangedSignalArgs>

HasEntryPropertyDefinition

public static readonly Property<bool, CellRendererCombo> HasEntryPropertyDefinition

Field Value

Property<bool, CellRendererCombo>

ModelPropertyDefinition

public static readonly Property<TreeModel, CellRendererCombo> ModelPropertyDefinition

Field Value

Property<TreeModel, CellRendererCombo>

TextColumnPropertyDefinition

public static readonly Property<int, CellRendererCombo> TextColumnPropertyDefinition

Field Value

Property<int, CellRendererCombo>

Properties

HasEntry

public bool HasEntry { get; set; }

Property Value

bool

Model

public TreeModel Model { get; set; }

Property Value

TreeModel

TextColumn

public int TextColumn { get; set; }

Property Value

int

Methods

GetGType()

public static Type GetGType()

Returns

Type

New()

public static CellRendererCombo New()

Returns

CellRendererCombo

NewFromPointer(nint, bool)

Creates a new managed CellRendererCombo instance for a given pointer.

public static CellRendererCombo NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

CellRendererCombo

NewWithProperties(ConstructArgument[])

Creates a new CellRendererCombo and sets the properties specified by the construct arguments.

public static CellRendererCombo NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

CellRendererCombo

Events

OnChanged

public event SignalHandler<CellRendererCombo, CellRendererCombo.ChangedSignalArgs> OnChanged

Event Type

SignalHandler<CellRendererCombo, CellRendererCombo.ChangedSignalArgs>