Table of Contents

Class InfoBarHandle

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

Constructors

InfoBarHandle(nint, bool)

public InfoBarHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

InfoBarHandle

Type Parameters

T