FrameHeaderIfaceProxy

Proxy object for Panel.FrameHeader interface when a GObject has no applicable D binding

class FrameHeaderIfaceProxy : IfaceProxy , FrameHeader {}

Mixed In Members

From mixin FrameHeaderT!()

addPrefix
void addPrefix(int priority, gtk.widget.Widget child)

Add a widget into a the prefix area with a priority. The highest the priority the closest to the start.

addSuffix
void addSuffix(int priority, gtk.widget.Widget child)

Add a widget into a the suffix area with a priority. The highest the priority the closest to the start.

canDrop
bool canDrop(panel.widget.Widget widget)

Tells if the panel widget can be drop onto the panel frame.

getFrame
panel.frame.Frame getFrame()

Gets the frame the header is attached to.

pageChanged
void pageChanged(panel.widget.Widget widget)

Notifies the header that the visible page has changed.

setFrame
void setFrame(panel.frame.Frame frame)

Sets the frame the header is attached to.

Inherited Members

From FrameHeader

getGType
GType getGType()
addPrefix
void addPrefix(int priority, gtk.widget.Widget child)

Add a widget into a the prefix area with a priority. The highest the priority the closest to the start.

addSuffix
void addSuffix(int priority, gtk.widget.Widget child)

Add a widget into a the suffix area with a priority. The highest the priority the closest to the start.

canDrop
bool canDrop(panel.widget.Widget widget)

Tells if the panel widget can be drop onto the panel frame.

getFrame
panel.frame.Frame getFrame()

Gets the frame the header is attached to.

pageChanged
void pageChanged(panel.widget.Widget widget)

Notifies the header that the visible page has changed.

setFrame
void setFrame(panel.frame.Frame frame)

Sets the frame the header is attached to.