Table of Contents

Class ComboBoxTextHandle

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

Constructors

ComboBoxTextHandle(nint, bool)

public ComboBoxTextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ComboBoxTextHandle

Type Parameters

T