Table of Contents

Class SearchBarHandle

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

Constructors

SearchBarHandle(nint, bool)

public SearchBarHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SearchBarHandle

Type Parameters

T