RootIfaceProxy

Proxy object for Gtk.Root interface when a GObject has no applicable D binding

class RootIfaceProxy : IfaceProxy , Root {}

Mixed In Members

From mixin RootT!()

getDisplay
gdk.display.Display getDisplay()

Returns the display that this gtk.root.Root is on.

getFocus
gtk.widget.Widget getFocus()

Retrieves the current focused widget within the root.

setFocus
void setFocus(gtk.widget.Widget focus)

If focus is not the current focus widget, and is focusable, sets it as the focus widget for the root.

Inherited Members

From Root

getDisplay
gdk.display.Display getDisplay()

Returns the display that this gtk.root.Root is on.

getFocus
gtk.widget.Widget getFocus()

Retrieves the current focused widget within the root.

setFocus
void setFocus(gtk.widget.Widget focus)

If focus is not the current focus widget, and is focusable, sets it as the focus widget for the root.