Specifies the location of the WinList window. Note that only position can be specified - size is defined by other parameters and number of buttons.
Minimum size of the WinList. WinList will not shrink smaller then this size, when number of buttons is small, but instead it will enlarge buttons to fill extra space. You can set only Width, only Height or both.
Maximum size of the WinList. WinList will not grow larger then this size, when number of buttons increase, but instead it will shrink buttons to fit in allowed space. You can set only Width, only Height or both. extra rows/columns could be added when max size is reached in one direction.
Maximum number of rows in WinList.
Maximum number of columns in WinList.
Maximum width of the column. Older *WinListMaxWidth is still supported for compatibility, but depreciated.
Minimum width of the column
This is depreciated and just there for compatibility. Please use MaxSize/MinSize instead.
Defines what function should be executed on the window when specific mouse button is clicked over window's button.
Flag, indicating that WinList should should add new row when new button is added, and only if MaxRows or max height is reached - add new column. By Default WinLIst adds columns first.
Obey SkipWinList flags set by applications or database config.
Tells WinList what type of name to use for displaying in WinList label.
# 0 - Name, 1 - icon, 2 - res_name, 3 - res_class
Sets align of the text label in WinList buttons.
See Also: Alignment flags for further details.
Defines 3D bevel of WinList buttons.
See Also: Bevel flags for further details.
Defines 3D bevel of WinList buttons for windows that are in focused state.
See Also: Bevel flags for further details.
Defines 3D bevel of WinList buttons for windows that are in unfocused state.
See Also: Bevel flags for further details.
Defines 3D bevel of WinList buttons for windows that are in sticky state.
See Also: Bevel flags for further details.
FIXME: add proper description here.
See Also: Bevel flags for further details.
FIXME: add proper description here.
See Also: Bevel flags for further details.
FIXME: add proper description here.
See Also: Bevel flags for further details.
Sets composition method to be used to draw WinList buttons. Default is alpha-blending. Valid values are in range 130-145.
CompositionMethod for WinList buttons representing focused windows.
CompositionMethod for WinList buttons representing unfocused windows.
CompositionMethod for WinList buttons representing sticky windows.
FIXME: add proper description here.
FIXME: add proper description here.
FIXME: add proper description here.
MyStyle to be used for rendering of window buttons for windows thar are in focused state.
MyStyle to be used for rendering of window buttons for windows thar are in focused state.
MyStyle to be used for rendering of window buttons for windows thar are in sticky state.
When Shaped extensions are available - it will cause WinList to have non-rectangular shape to wrap around columns/rows of buttons.
down|across - Will make a vertical or horizontal winlist.
This is depreciated. Use FillRowsFirst instead.
FIXME: add proper description here.
See Also: MyStyle definition for further details.
Turns on the balloon feature. A "balloon" is displayed showing the name of the button the pointer is resting on in the WinList. The balloon background and text are configured with the MyStyle "*WinListBalloon"
Specifies the horizontal offset (in pixels) to use when displaying balloons.
Specifies the vertical offset (in pixels) to use when displaying balloons.
Specifies the period in milliseconds to delay the appearance of the balloon.
Determines the delay in ms between when balloon is shown and before it disapears.
Defines the bevel to be drawn around balloons - replaces the BorderWidth setting.
See Also: Bevel flags for further details.
FIXME: add proper description here.
The WinList module provides a window list made up of buttons, each corresponding to a window that AfterStep is managing. Clicking on the buttons with any of the three mouse buttons will either do a default action or can be user configured by editing the winlist file.
Topic index Glossary Back to Top
AfterStep version 2.1.2