Enumeration

GntStyle

Declaration

enum Gnt.Style

Description [src]

The type of style that a user might set. For boolean options, use gnt_style_get_bool(). For string options, use gnt_style_get().

Members

GNT_STYLE_SHADOW

Whether to show a shadow. Boolean.

  • Value: 0
  • Available since: 3.0
GNT_STYLE_COLOR

Whether to show colors. Boolean.

  • Value: 1
  • Available since: 3.0
GNT_STYLE_MOUSE

Whether to enable the mouse. Boolean.

  • Value: 2
  • Available since: 3.0
GNT_STYLE_WM

Which window manager to use. String.

  • Value: 3
  • Available since: 3.0
GNT_STYLE_REMPOS

Whether to remember the positions of windows. Boolean.

  • Value: 4
  • Available since: 3.0
GNT_STYLES

The number of style settings.

  • Value: 5
  • Available since: 3.0