KDEUI
#include <netwm_def.h>
Public Member Functions | |
NETStrut () | |
Public Attributes | |
int | bottom |
int | left |
int | right |
int | top |
Detailed Description
Simple strut class for NET classes.
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 dependent on a separate framework/library. See the _NET_WM_STRUT property in the NETWM spec.
Definition at line 194 of file netwm_def.h.
Constructor & Destructor Documentation
|
inline |
Constructor to initialize this struct to 0,0,0,0.
Definition at line 198 of file netwm_def.h.
Member Data Documentation
int NETStrut::bottom |
Bottom border of the strut.
Definition at line 218 of file netwm_def.h.
int NETStrut::left |
Left border of the strut.
Definition at line 203 of file netwm_def.h.
int NETStrut::right |
Right border of the strut.
Definition at line 208 of file netwm_def.h.
int NETStrut::top |
Top border of the strut.
Definition at line 213 of file netwm_def.h.
The documentation for this struct was generated from the following file:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.