Table of Contents

Class PopupHelper

Namespace
Gdk
Assembly
Gdk-4.0.dll
public sealed class PopupHelper : Object, IObject, INotifyPropertyChanged, IDisposable, Popup, IHandle, GTypeProvider
Inheritance
PopupHelper
Implements
Inherited Members

Constructors

PopupHelper(IntPtr, bool)

public PopupHelper(IntPtr handle, bool ownedRef)

Parameters

handle IntPtr
ownedRef bool

Properties

Autohide

public bool Autohide { get; }

Property Value

bool

Parent

public Surface? Parent { get; }

Property Value

Surface

Methods

GetAutohide()

public bool GetAutohide()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

GetParent()

public Surface? GetParent()

Returns

Surface

GetPositionX()

public int GetPositionX()

Returns

int

GetPositionY()

public int GetPositionY()

Returns

int

GetRectAnchor()

public Gravity GetRectAnchor()

Returns

Gravity

GetSurfaceAnchor()

public Gravity GetSurfaceAnchor()

Returns

Gravity

Present(int, int, PopupLayout)

public bool Present(int width, int height, PopupLayout layout)

Parameters

width int
height int
layout PopupLayout

Returns

bool