Warning: file_put_contents(): Only -1 of 48 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   GtkPolicyType Next Determines when a scroll bar will be visible. Value Symbolic name Description   0 Gtk::POLICY_ALWAYS The scrollbar is always   1 Gtk::POLICY_AUTOMATIC appear...
Forum und email

GtkPolicyType

Determines when a scroll bar will be visible.

Value

Symbolic name

Description

  0Gtk::POLICY_ALWAYS The scrollbar is always visible.
  1Gtk::POLICY_AUTOMATIC The scrollbar will appear and disappear as necessary. For example, when all of a GtkCList can not be seen.
  2Gtk::POLICY_NEVER The scrollbar will never appear.