KWindowSystem

#include <netwm_def.h>

Public Member Functions

 NETStrut ()
 

Public Attributes

int bottom
 
int left
 
int right
 
int top
 

Detailed Description

Deprecated
use NETExtendedStrut

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 232 of file netwm_def.h.

Constructor & Destructor Documentation

◆ NETStrut()

NETStrut::NETStrut ( )
inline

Constructor to initialize this struct to 0,0,0,0.

Definition at line 236 of file netwm_def.h.

Member Data Documentation

◆ bottom

int NETStrut::bottom

Bottom border of the strut.

Definition at line 262 of file netwm_def.h.

◆ left

int NETStrut::left

Left border of the strut.

Definition at line 247 of file netwm_def.h.

◆ right

int NETStrut::right

Right border of the strut.

Definition at line 252 of file netwm_def.h.

◆ top

int NETStrut::top

Top border of the strut.

Definition at line 257 of file netwm_def.h.


The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:15:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.