Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.MovementStep

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkMovementStep
Enum : MovementStep
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.Entry
Signal
move_cursor (Entry self, MovementStep step, gint32 count, gboolean extend_selection) : none
The ::move-cursor signal is a
keybinding signal
which gets emitted when the user initiates a cursor movement.
Gtk.IconView
Signal
move_cursor (IconView self, MovementStep step, gint32 count) : gboolean
The ::move-cursor signal is a
keybinding signal
which gets emitted when the user initiates a cursor movement.
Gtk.Label
Signal
move_cursor (Label self, MovementStep step, gint32 count, gboolean extend_selection) : none
The ::move-cursor signal is a
keybinding signal
which gets emitted when the user initiates a cursor movement.
Gtk.TextView
Signal
move_cursor (TextView self, MovementStep step, gint32 count, gboolean extend_selection) : none
The ::move-cursor signal is a
keybinding signal
which gets emitted when the user initiates a cursor movement.
Gtk.TreeView
Signal
move_cursor (TreeView self, MovementStep object, gint32 p0) : gboolean
Gucharmap.Chartable
Signal
move_cursor (Chartable self, MovementStep object, gint32 p0) : gboolean
WebKit.WebView
Signal
move_cursor (WebView self, MovementStep step, gint32 count) : gboolean
The WebKitWebView::move-cursor will be emitted to apply the
cursor movement described by its parameters to the view.
WebKit.WebView
Method
move_cursor (MovementStep step, gint32 count) : none
Move the cursor in view as described by step and count.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:50 GMT+0800 (HKT)