Table of Contents

Interface Popup

Namespace
Gdk
Assembly
Gdk-4.0.dll
public interface Popup : IHandle
Inherited Members

Fields

AutohidePropertyDefinition

public static readonly Property<bool, Popup> AutohidePropertyDefinition

Field Value

Property<bool, Popup>

ParentPropertyDefinition

public static readonly Property<Surface?, Popup> ParentPropertyDefinition

Field Value

Property<Surface, Popup>

Properties

Autohide

bool Autohide { get; }

Property Value

bool

Parent

Surface? Parent { get; }

Property Value

Surface

Methods

GetAutohide()

bool GetAutohide()

Returns

bool

GetParent()

Surface? GetParent()

Returns

Surface

GetPositionX()

int GetPositionX()

Returns

int

GetPositionY()

int GetPositionY()

Returns

int

GetRectAnchor()

Gravity GetRectAnchor()

Returns

Gravity

GetSurfaceAnchor()

Gravity GetSurfaceAnchor()

Returns

Gravity

Present(int, int, PopupLayout)

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

Parameters

width int
height int
layout PopupLayout

Returns

bool