Warning: file_put_contents(): Only -1 of 60 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   GtkProgressBarOrientation Next An enumeration representing the styles for drawing progress bar. Value Symbolic name Description   0 Gtk::PROGRESS_LEFT_TO_RIGHT A horizontal bar g...
Forum und email

GtkProgressBarOrientation

An enumeration representing the styles for drawing the progress bar.

Value

Symbolic name

Description

  0Gtk::PROGRESS_LEFT_TO_RIGHT A horizontal progress bar growing from left to right.
  1Gtk::PROGRESS_RIGHT_TO_LEFT A horizontal progress bar growing from right to left.
  2Gtk::PROGRESS_BOTTOM_TO_TOP A vertical progress bar growing from bottom to top.
  3Gtk::PROGRESS_TOP_TO_BOTTOM A vertical progress bar growing from top to bottom.