PopupIfaceProxy

Proxy object for Gdk.Popup interface when a GObject has no applicable D binding

class PopupIfaceProxy : IfaceProxy , Popup {}

Mixed In Members

From mixin PopupT!()

getAutohide
bool getAutohide()

Returns whether this popup is set to hide on outside clicks.

getParent
gdk.surface.Surface getParent()

Returns the parent surface of a popup.

getPositionX
int getPositionX()

Obtains the position of the popup relative to its parent.

getPositionY
int getPositionY()

Obtains the position of the popup relative to its parent.

getRectAnchor
gdk.types.Gravity getRectAnchor()

Gets the current popup rectangle anchor.

getSurfaceAnchor
gdk.types.Gravity getSurfaceAnchor()

Gets the current popup surface anchor.

present
bool present(int width, int height, gdk.popup_layout.PopupLayout layout)

Present popup after having processed the gdk.popup_layout.PopupLayout rules.

Inherited Members

From Popup

getAutohide
bool getAutohide()

Returns whether this popup is set to hide on outside clicks.

getParent
gdk.surface.Surface getParent()

Returns the parent surface of a popup.

getPositionX
int getPositionX()

Obtains the position of the popup relative to its parent.

getPositionY
int getPositionY()

Obtains the position of the popup relative to its parent.

getRectAnchor
gdk.types.Gravity getRectAnchor()

Gets the current popup rectangle anchor.

getSurfaceAnchor
gdk.types.Gravity getSurfaceAnchor()

Gets the current popup surface anchor.

present
bool present(int width, int height, gdk.popup_layout.PopupLayout layout)

Present popup after having processed the gdk.popup_layout.PopupLayout rules.