LogoGwool Litestep Mirror

Contents

nPopup

<wiki:toc max_depth="1" />

Introduction

Text goes here...

`*`Popup format

Popup Configuration

The popups background is a window, with the prefix specified on the !Popup ~New line (defaulting to nPopup). Its text is set to the the title of the popup.

`ExpandLeft`

If true, childpopups will appear to the left of the popup by deafult (if there is enough space there).

Default Value: False

`ItemSpacing`

The amount of space between popup items.

Default Value: 2

`NoIcons`

Default Value: False

`ConfineToMonitor`

Default Value: False

`ConfineToWorkArea`

Default Value: False

`ChildOffsetX`

Default Value: 0

`ChildOffsetY`

Default Value: 0

`Padding`

Type: Rectangle Default Value: 5 5 5 5

Item Configuration

All popup items that show icons have the settings IconX, IconY, and IconSize.

Command Item

A command item is your basic popup item. It's a window with prefix (popupPrefix)Item. It has one additional state, Hover. Any popup item which simply execute an action is considered a command item.

Separator Item

A separator item represents the !Seprator item. It's a window with prefix (popupPrefix)SepratorItem. It has one additional state, Hover.

Folder Item

A folder item is any item which opens a child popup. It's a window with prefix (popupPrefix)FolderItem. It has two additional states, Hover and Open.

Info Item

An info item represents an !Info line in the popup config. It's a window with prefix (popupPrefix)InfoItem. It has one additional state, Hover.

Container Item

A container item is essentially a label, allowing you to display your own custom contents in the popup. You can set the Parent setting of any supporting window to the container item to show it in the popup. It's a window with a Hover state.

Bangs