Table of Contents

Class MenuHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class MenuHandle : MenuModelHandle, IDisposable
Inheritance
MenuHandle
Implements
Inherited Members

Constructors

MenuHandle(nint, bool)

public MenuHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

MenuHandle

Type Parameters

T