Module gwy :: Class HScaleStyle
[hide private]
[frames] | no frames]

Class HScaleStyle

source code

Options controlling gwy_table_attach_adjbar() and gwy_table_attach_hscale() behaviour.


Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  HSCALE_CHECK
The label is actually a check button that controls sensitivity of the row.
  HSCALE_DEFAULT
Default label, hscale, spinbutton, and units widget row.
  HSCALE_LINEAR
The scale mapping is linear.
  HSCALE_LOG
The scale mapping is logarithmic.
  HSCALE_NO_SCALE
There is no hscale/adjust bar.
  HSCALE_SNAP
The adjust bar snaps to ticks (hscales cannot snap).
  HSCALE_SQRT
The scale mapping is signed square root.
  HSCALE_WIDGET
An user-specified widget is used in place of the adjustment control(s).
  HSCALE_WIDGET_NO_EXPAND
An user-specified widget is used in place of hscale and spinbutton, and it is left-aligned instead of taking all the alloted space.
Class Variable Details [hide private]

HSCALE_CHECK

The label is actually a check button that controls sensitivity of the row. This is a flag, to be bitwise or-ed with other values.

HSCALE_DEFAULT

Default label, hscale, spinbutton, and units widget row. Note that the default mapping is linear for hscales but signed square root for adjust bars.

HSCALE_LINEAR

The scale mapping is linear. (Since 2.49)

HSCALE_SNAP

The adjust bar snaps to ticks (hscales cannot snap). This is a flag, to be bitwise or-ed with other values. (Since 2.49)