GtkCornerType

GtkCornerType

Enums

Value

Symbolic name

Description

  0GTK_CORNER_TOP_LEFT The child is above and to the left of the scrollbars, so that the scrollbars are placed to the right and bottom of it. This is the default behaviour.
  1GTK_CORNER_BOTTOM_LEFT The child is below and to the left of the scrollbars, so that the scrollbars are placed at the right and top of the window.
  2GTK_CORNER_TOP_RIGHT The child is above and to the right of the scrollbars, i.e. the scrollbars are positioned at the left and bottom of the window.
  3GTK_CORNER_BOTTOM_RIGHT The child is below and to the right of the scrollbars, so that the scrollbars are displayed at the left and top of the window.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.