#include <netwm_def.h>
Public Methods | |
| NETStrut () | |
Public Attributes | |
| int | left |
| int | right |
| int | top |
| int | bottom |
This class is a convenience class defining a strut with left, right, top and bottom border values. The existence of this class is to keep the implementation from being dependant on a separate framework/library.
Definition at line 150 of file netwm_def.h.
|
|
Constructor to initialize this struct to 0,0,0,0 Definition at line 154 of file netwm_def.h. |
|
|
Bottom border of the strut. Definition at line 174 of file netwm_def.h. Referenced by NETStrut(). |
|
|
Left border of the strut. Definition at line 159 of file netwm_def.h. Referenced by NETStrut(). |
|
|
Right border of the strut. Definition at line 164 of file netwm_def.h. Referenced by NETStrut(). |
|
|
Top border of the strut. Definition at line 169 of file netwm_def.h. Referenced by NETStrut(). |
1.2.18