Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.DirectionType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkDirectionType
Enum : DirectionType
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.CellArea
Method
focus (DirectionType direction) : gboolean
This should be called by the area's owning layout widget
when focus is to be passed to area, or moved within area
for a given direction and row data.
Gtk.HSV
Signal
move (HSV self, DirectionType object) : none
Gtk.MenuShell
Signal
cycle_focus (MenuShell self, DirectionType direction) : none
A keybinding signal which moves the focus in the
given direction.
Gtk.Notebook
Signal
move_focus_out (Notebook self, DirectionType object) : none
Gtk.Notebook
Signal
reorder_tab (Notebook self, DirectionType object, gboolean p0) : gboolean
Gtk.ScrolledWindow
Signal
move_focus_out (ScrolledWindow self, DirectionType direction_type) : none
The ::move-focus-out signal is a
keybinding signal
which gets emitted when focus is moved away from the scrolled
window by a keybinding.
Gtk.Widget
Signal
focus (Widget self, DirectionType returns) : gboolean
Gtk.Widget
Signal
keynav_failed (Widget self, DirectionType direction) : gboolean
Gets emitted if keyboard navigation fails.
Gtk.Widget
Signal
move_focus (Widget self, DirectionType object) : none
Gtk.Widget
Method
child_focus (DirectionType direction) : gboolean
This function is used by custom widget implementations; if you're
writing an app, you'd use gtk_widget_grab_focus() to move the focus
to a particular widget, and gtk_container_set_focus_chain() to
change the focus tab order.
Gtk.Widget
Method
keynav_failed (DirectionType direction) : gboolean
This function should be called whenever keyboard navigation within
a single widget hits a boundary.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:44 GMT+0800 (HKT)