Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkDirectionType |
Enum : | DirectionType |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gtk.DirectionType.DOWN : 3
|
|
Number Gtk.DirectionType.LEFT : 4
|
|
Number Gtk.DirectionType.RIGHT : 5
|
|
Number Gtk.DirectionType.TAB_BACKWARD : 1
|
|
Number Gtk.DirectionType.TAB_FORWARD : 0
|
|
Number Gtk.DirectionType.UP : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.HSV
Signal |
move
(HSV self, DirectionType object)
:
none
|
Gtk.MenuShell
Signal |
cycle_focus
(MenuShell self, DirectionType object)
:
none
|
Gtk.Notebook
Signal |
move_focus_out
(Notebook self, DirectionType object)
:
none
|
Gtk.Notebook
Signal |
|
Gtk.ScrolledWindow
Signal |
move_focus_out
(ScrolledWindow self, DirectionType object)
:
none
|
Gtk.Widget
Signal |
|
Gtk.Widget
Signal |
Gets emitted if keyboard navigation fails.
|
Gtk.Widget
Signal |
move_focus
(Widget self, DirectionType direction)
:
none
|
Gtk.Widget
Method |
child_focus
(DirectionType direction)
:
Boolean
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)
:
Boolean
This function should be called whenever keyboard navigation within a single widget hits a boundary.
|
PanelApplet.PanelApplet
Signal |
move_focus_out_of_applet
(PanelApplet self, DirectionType object)
:
none
|