Table of Contents

Class CellRendererComboHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class CellRendererComboHandle : CellRendererTextHandle, IDisposable
Inheritance
CellRendererComboHandle
Implements
Inherited Members

Constructors

CellRendererComboHandle(nint, bool)

public CellRendererComboHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static CellRendererComboHandle For<T>(ConstructArgument[] constructArguments) where T : CellRendererCombo, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

CellRendererComboHandle

Type Parameters

T