GtkPolicyType

GtkPolicyType

Enums

Value

Symbolic name

Description

  0GTK_POLICY_ALWAYS The scrollbar is always on display.
  1GTK_POLICY_AUTOMATIC The scrollbar is shown only when it is needed. For instance, a GtkText may alter in size according to the amount of text displayed in it. The scrollbar will not be present when the text widget is empty, but will become apparent when the size of the text exceeds the size of the displayable page.
  2GTK_POLICY_NEVER The scrollbar is never shown.

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