Table of Contents

Class ActionBarHandle

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

Constructors

ActionBarHandle(nint, bool)

public ActionBarHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ActionBarHandle

Type Parameters

T