Table of Contents

Class MenuButtonHandle

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

Constructors

MenuButtonHandle(nint, bool)

public MenuButtonHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

MenuButtonHandle

Type Parameters

T