Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkDirectionType |
Enum : | DirectionType |
Properties | |
---|---|
guint32 Gtk.DirectionType.DOWN : 3
|
|
guint32 Gtk.DirectionType.LEFT : 4
|
|
guint32 Gtk.DirectionType.RIGHT : 5
|
|
guint32 Gtk.DirectionType.TAB_BACKWARD : 1
|
|
guint32 Gtk.DirectionType.TAB_FORWARD : 0
|
|
guint32 Gtk.DirectionType.UP : 2
|
None |
None |
None |
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 |
|
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 |
|
Gtk.Widget
Signal |
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. |