Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkMovementStep |
Enum : | MovementStep |
Properties | |
---|---|
guint32 Gtk.MovementStep.BUFFER_ENDS : 8
|
|
guint32 Gtk.MovementStep.DISPLAY_LINES : 3
|
|
guint32 Gtk.MovementStep.DISPLAY_LINE_ENDS : 4
|
|
guint32 Gtk.MovementStep.HORIZONTAL_PAGES : 9
|
|
guint32 Gtk.MovementStep.LOGICAL_POSITIONS : 0
|
|
guint32 Gtk.MovementStep.PAGES : 7
|
|
guint32 Gtk.MovementStep.PARAGRAPHS : 5
|
|
guint32 Gtk.MovementStep.PARAGRAPH_ENDS : 6
|
|
guint32 Gtk.MovementStep.VISUAL_POSITIONS : 1
|
|
guint32 Gtk.MovementStep.WORDS : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.Entry
Signal |
The ::move-cursor signal is a
keybinding signal which gets emitted when the user initiates a cursor movement. |
Gtk.IconView
Signal |
The ::move-cursor signal is a
keybinding signal which gets emitted when the user initiates a cursor movement. |
Gtk.Label
Signal |
The ::move-cursor signal is a
keybinding signal which gets emitted when the user initiates a cursor movement. |
Gtk.TextView
Signal |
The ::move-cursor signal is a
keybinding signal which gets emitted when the user initiates a cursor movement. |
Gtk.TreeView
Signal |
|
Gucharmap.Chartable
Signal |
|
WebKit.WebView
Signal |
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.
|