JWM Source Documentation
TrayType Struct Reference
Structure to represent a tray. More...
#include <tray.h>
Data Fields | |
| int | x |
| The x-coordinate of the tray. | |
| int | y |
| The y-coordinate of the tray. | |
| int | requestedWidth |
| Total requested width of the tray. | |
| int | requestedHeight |
| Total requested height of the tray. | |
| int | width |
| Actual width of the tray. | |
| int | height |
| Actual height of the tray. | |
| int | border |
| Border size in pixels. | |
| WinLayerType | layer |
| Layer. | |
| LayoutType | layout |
| Layout. | |
| TrayAlignmentType | valign |
| Vertical alignment. | |
| TrayAlignmentType | halign |
| Horizontal alignment. | |
| int | autoHide |
| 1 for autohide, 0 otherwise. | |
| int | hidden |
| 1 if hidden (due to autohide), 0 otherwise. | |
| Window | window |
| The tray window. | |
| struct TrayComponentType * | components |
| Start of the tray components. | |
| struct TrayComponentType * | componentsTail |
| End of the tray components. | |
| struct TrayType * | next |
| Next tray. | |
Detailed Description
Field Documentation
| int TrayType::border |
| int TrayType::height |
| int TrayType::hidden |
| struct TrayType* TrayType::next |
| int TrayType::width |
| Window TrayType::window |
| int TrayType::x |
| int TrayType::y |
The documentation for this struct was generated from the following file: