Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.DirectionType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkDirectionType
Enum : DirectionType
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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
reorder_tab (Notebook self, DirectionType object, Boolean p0) : Boolean
Gtk.ScrolledWindow
Signal
move_focus_out (ScrolledWindow self, DirectionType object) : none
Gtk.Widget
Signal
focus (Widget self, DirectionType direction) : Boolean
Gtk.Widget
Signal
keynav_failed (Widget self, DirectionType direction) : Boolean
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
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:41 GMT+0800 (HKT)