NETRootInfo3 Class Reference
This class is an extension of the NETRootInfo class, and exists solely for binary compatibility reasons (adds new virtual methods). More...
#include <netwm.h>
Inheritance diagram for NETRootInfo3:


Public Member Functions | |
NETRootInfo3 (Display *display, Window supportWindow, const char *wmName, unsigned long properties[], int properties_size, int screen=-1, bool doActivate=true) | |
void | takeActivity (Window window, Time timestamp, long flags) |
Protected Member Functions | |
virtual void | restackWindow (Window window, RequestSource source, Window above, int detail, Time timestamp) |
virtual void | gotTakeActivity (Window window, Time timestamp, long flags) |
Friends | |
class | NETRootInfo |
Detailed Description
This class is an extension of the NETRootInfo class, and exists solely for binary compatibility reasons (adds new virtual methods).Simply use it instead of NETRootInfo and override also the added virtual methods.
- Since:
- 3.3
Definition at line 810 of file netwm.h.
Member Function Documentation
|
Sends a take activity message with the given timestamp to the window, using the _NET_WM_TAKE_ACTIVITY protocol (see the WM spec for details).
|
|
A Window Manager should subclass NETRootInfo3 and reimplement this function when it wants to know when a Client made a request to restack a window. See _NET_RESTACK_WINDOW for details.
Definition at line 838 of file netwm.h. Referenced by NETRootInfo::event(). |
|
A Window Manager should subclass NETRootInfo3 and reimplement this function when it wants to receive replies to the _NET_WM_TAKE_ACTIVITY protocol.
Definition at line 847 of file netwm.h. Referenced by NETRootInfo::event(). |
The documentation for this class was generated from the following files: