Warning: file_put_contents(): Only -1 of 50 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
GTK Enums Prev   GtkMovementStep Next Value Symbolic name Description   0 Gtk::MOVEMENT_LOGICAL_POSITIONS Move by forward/back graphemes.   1 Gtk::MOVEMENT_VISUAL_POSITIONS left/right   2 Gtk...
Forum und email

GtkMovementStep

Value

Symbolic name

Description

  0Gtk::MOVEMENT_LOGICAL_POSITIONS Move by forward/back graphemes.
  1Gtk::MOVEMENT_VISUAL_POSITIONS Move by left/right graphemes.
  2Gtk::MOVEMENT_WORDS Move by forward/back words.
  3Gtk::MOVEMENT_DISPLAY_LINES Move up/down lines (wrapped lines).
  4Gtk::MOVEMENT_DISPLAY_LINE_ENDS Move up/down lines (wrapped lines).
  5Gtk::MOVEMENT_PARAGRAPHS Move up/down paragraphs (newline-ended lines).
  6Gtk::MOVEMENT_PARAGRAPH_ENDS Move to either end of a paragraph.
  7Gtk::MOVEMENT_PAGES Move by pages.
  8Gtk::MOVEMENT_BUFFER_ENDS Move to ends of the buffer.
  9Gtk::MOVEMENT_HORIZONTAL_PAGES Move horizontally by pages.