Table of Contents

Class PopoverHandle

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

Constructors

PopoverHandle(nint, bool)

public PopoverHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PopoverHandle

Type Parameters

T