Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ob::MwmHints Struct Reference

#include <client.hh>

List of all members.


Detailed Description

The MWM Hints as retrieved from the window property.

This structure only contains 3 elements, even though the Motif 2.0 structure contains 5. We only use the first 3, so that is all gets defined.

Definition at line 39 of file client.hh.

Public Attributes

unsigned long flags
 A bitmask of Client::MwmFlags values.

unsigned long functions
 A bitmask of Client::MwmFunctions values.

unsigned long decorations
 A bitmask of Client::MwmDecorations values.


Static Public Attributes

const unsigned int elements = 3
 The number of elements in the Client::MwmHints struct.


Member Data Documentation

unsigned long ob::MwmHints::decorations
 

A bitmask of Client::MwmDecorations values.

Definition at line 42 of file client.hh.

Referenced by ob::Client::getMwmHints(), ob::Client::getType(), and ob::Client::setupDecorAndFunctions().

const unsigned int ob::MwmHints::elements = 3 [static]
 

The number of elements in the Client::MwmHints struct.

Definition at line 44 of file client.hh.

unsigned long ob::MwmHints::flags
 

A bitmask of Client::MwmFlags values.

Definition at line 40 of file client.hh.

Referenced by ob::Client::getMwmHints(), ob::Client::getType(), and ob::Client::setupDecorAndFunctions().

unsigned long ob::MwmHints::functions
 

A bitmask of Client::MwmFunctions values.

Definition at line 41 of file client.hh.

Referenced by ob::Client::getMwmHints(), ob::Client::getType(), and ob::Client::setupDecorAndFunctions().


The documentation for this struct was generated from the following file:
Generated on Tue Feb 4 23:00:19 2003 for Openbox by doxygen1.3-rc2