Warning: file_put_contents(): Only -1 of 51 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   GtkJustification Next Used for justifying the text inside a GtkLabel widget. (See also GtkAlignment ). Value Symbolic name Description   0 Gtk::JUSTIFY_LEFT The is placed at left...
Forum und email

GtkJustification

Used for justifying the text inside a GtkLabel widget. (See also GtkAlignment).

Value

Symbolic name

Description

  0Gtk::JUSTIFY_LEFT The text is placed at the left edge of the label.
  1Gtk::JUSTIFY_RIGHT The text is placed at the right edge of the label.
  2Gtk::JUSTIFY_CENTER The text is placed in the center of the label.
  3Gtk::JUSTIFY_FILL The text is placed is distributed across the label.