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
constructArgumentsConstructArgument[]
CellRendererCombo(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected CellRendererCombo(CreationData data)
Parameters
dataCreationData
CellRendererCombo(CellRendererComboHandle)
protected CellRendererCombo(CellRendererComboHandle handle)
Parameters
handleCellRendererComboHandle
Fields
ChangedSignal
Signal Descriptor for OnChanged.
public static readonly Signal<CellRendererCombo, CellRendererCombo.ChangedSignalArgs> ChangedSignal
Field Value
HasEntryPropertyDefinition
public static readonly Property<bool, CellRendererCombo> HasEntryPropertyDefinition
Field Value
ModelPropertyDefinition
public static readonly Property<TreeModel, CellRendererCombo> ModelPropertyDefinition
Field Value
TextColumnPropertyDefinition
public static readonly Property<int, CellRendererCombo> TextColumnPropertyDefinition
Field Value
Properties
HasEntry
public bool HasEntry { get; set; }
Property Value
Model
public TreeModel Model { get; set; }
Property Value
TextColumn
public int TextColumn { get; set; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
New()
public static CellRendererCombo New()
Returns
NewFromPointer(nint, bool)
Creates a new managed CellRendererCombo instance for a given pointer.
public static CellRendererCombo NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new CellRendererCombo and sets the properties specified by the construct arguments.
public static CellRendererCombo NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
Events
OnChanged
public event SignalHandler<CellRendererCombo, CellRendererCombo.ChangedSignalArgs> OnChanged