]> icculus.org git repositories - dana/openbox.git/blob - src/openbox.py
add the shadow class wrappers
[dana/openbox.git] / src / openbox.py
1 # This file was created automatically by SWIG.
2 # Don't modify this file, modify the SWIG interface instead.
3 # This file is compatible with both classic and new-style classes.
4 import _openbox
5 def _swig_setattr(self,class_type,name,value):
6     if (name == "this"):
7         if isinstance(value, class_type):
8             self.__dict__[name] = value.this
9             if hasattr(value,"thisown"): self.__dict__["thisown"] = value.thisown
10             del value.thisown
11             return
12     method = class_type.__swig_setmethods__.get(name,None)
13     if method: return method(self,value)
14     self.__dict__[name] = value
15
16 def _swig_getattr(self,class_type,name):
17     method = class_type.__swig_getmethods__.get(name,None)
18     if method: return method(self)
19     raise AttributeError,name
20
21 import types
22 try:
23     _object = types.ObjectType
24     _newclass = 1
25 except AttributeError:
26     class _object : pass
27     _newclass = 0
28
29
30 Openbox_instance = _openbox.Openbox_instance
31
32 class Point(_object):
33     __swig_setmethods__ = {}
34     __setattr__ = lambda self, name, value: _swig_setattr(self, Point, name, value)
35     __swig_getmethods__ = {}
36     __getattr__ = lambda self, name: _swig_getattr(self, Point, name)
37     def __init__(self,*args):
38         self.this = apply(_openbox.new_Point,args)
39         self.thisown = 1
40     def setX(*args): return apply(_openbox.Point_setX,args)
41     def x(*args): return apply(_openbox.Point_x,args)
42     def setY(*args): return apply(_openbox.Point_setY,args)
43     def y(*args): return apply(_openbox.Point_y,args)
44     def setPoint(*args): return apply(_openbox.Point_setPoint,args)
45     def __repr__(self):
46         return "<C Point instance at %s>" % (self.this,)
47
48 class PointPtr(Point):
49     def __init__(self,this):
50         self.this = this
51         if not hasattr(self,"thisown"): self.thisown = 0
52         self.__class__ = Point
53 _openbox.Point_swigregister(PointPtr)
54
55 class Rect(_object):
56     __swig_setmethods__ = {}
57     __setattr__ = lambda self, name, value: _swig_setattr(self, Rect, name, value)
58     __swig_getmethods__ = {}
59     __getattr__ = lambda self, name: _swig_getattr(self, Rect, name)
60     def __init__(self,*args):
61         self.this = apply(_openbox.new_Rect,args)
62         self.thisown = 1
63     def left(*args): return apply(_openbox.Rect_left,args)
64     def top(*args): return apply(_openbox.Rect_top,args)
65     def right(*args): return apply(_openbox.Rect_right,args)
66     def bottom(*args): return apply(_openbox.Rect_bottom,args)
67     def x(*args): return apply(_openbox.Rect_x,args)
68     def y(*args): return apply(_openbox.Rect_y,args)
69     def location(*args): return apply(_openbox.Rect_location,args)
70     def setX(*args): return apply(_openbox.Rect_setX,args)
71     def setY(*args): return apply(_openbox.Rect_setY,args)
72     def setPos(*args): return apply(_openbox.Rect_setPos,args)
73     def width(*args): return apply(_openbox.Rect_width,args)
74     def height(*args): return apply(_openbox.Rect_height,args)
75     def size(*args): return apply(_openbox.Rect_size,args)
76     def setWidth(*args): return apply(_openbox.Rect_setWidth,args)
77     def setHeight(*args): return apply(_openbox.Rect_setHeight,args)
78     def setSize(*args): return apply(_openbox.Rect_setSize,args)
79     def setRect(*args): return apply(_openbox.Rect_setRect,args)
80     def setCoords(*args): return apply(_openbox.Rect_setCoords,args)
81     def __eq__(*args): return apply(_openbox.Rect___eq__,args)
82     def __ne__(*args): return apply(_openbox.Rect___ne__,args)
83     def __or__(*args): return apply(_openbox.Rect___or__,args)
84     def __and__(*args): return apply(_openbox.Rect___and__,args)
85     def __ior__(*args): return apply(_openbox.Rect___ior__,args)
86     def __iand__(*args): return apply(_openbox.Rect___iand__,args)
87     def valid(*args): return apply(_openbox.Rect_valid,args)
88     def intersects(*args): return apply(_openbox.Rect_intersects,args)
89     def contains(*args): return apply(_openbox.Rect_contains,args)
90     def __repr__(self):
91         return "<C Rect instance at %s>" % (self.this,)
92
93 class RectPtr(Rect):
94     def __init__(self,this):
95         self.this = this
96         if not hasattr(self,"thisown"): self.thisown = 0
97         self.__class__ = Rect
98 _openbox.Rect_swigregister(RectPtr)
99
100 class Cursors(_object):
101     __swig_setmethods__ = {}
102     __setattr__ = lambda self, name, value: _swig_setattr(self, Cursors, name, value)
103     __swig_getmethods__ = {}
104     __getattr__ = lambda self, name: _swig_getattr(self, Cursors, name)
105     __swig_setmethods__["session"] = _openbox.Cursors_session_set
106     __swig_getmethods__["session"] = _openbox.Cursors_session_get
107     if _newclass:session = property(_openbox.Cursors_session_get,_openbox.Cursors_session_set)
108     __swig_setmethods__["move"] = _openbox.Cursors_move_set
109     __swig_getmethods__["move"] = _openbox.Cursors_move_get
110     if _newclass:move = property(_openbox.Cursors_move_get,_openbox.Cursors_move_set)
111     __swig_setmethods__["ll_angle"] = _openbox.Cursors_ll_angle_set
112     __swig_getmethods__["ll_angle"] = _openbox.Cursors_ll_angle_get
113     if _newclass:ll_angle = property(_openbox.Cursors_ll_angle_get,_openbox.Cursors_ll_angle_set)
114     __swig_setmethods__["lr_angle"] = _openbox.Cursors_lr_angle_set
115     __swig_getmethods__["lr_angle"] = _openbox.Cursors_lr_angle_get
116     if _newclass:lr_angle = property(_openbox.Cursors_lr_angle_get,_openbox.Cursors_lr_angle_set)
117     __swig_setmethods__["ul_angle"] = _openbox.Cursors_ul_angle_set
118     __swig_getmethods__["ul_angle"] = _openbox.Cursors_ul_angle_get
119     if _newclass:ul_angle = property(_openbox.Cursors_ul_angle_get,_openbox.Cursors_ul_angle_set)
120     __swig_setmethods__["ur_angle"] = _openbox.Cursors_ur_angle_set
121     __swig_getmethods__["ur_angle"] = _openbox.Cursors_ur_angle_get
122     if _newclass:ur_angle = property(_openbox.Cursors_ur_angle_get,_openbox.Cursors_ur_angle_set)
123     def __init__(self): raise RuntimeError, "No constructor defined"
124     def __repr__(self):
125         return "<C Cursors instance at %s>" % (self.this,)
126
127 class CursorsPtr(Cursors):
128     def __init__(self,this):
129         self.this = this
130         if not hasattr(self,"thisown"): self.thisown = 0
131         self.__class__ = Cursors
132 _openbox.Cursors_swigregister(CursorsPtr)
133
134 class Openbox(_object):
135     __swig_setmethods__ = {}
136     __setattr__ = lambda self, name, value: _swig_setattr(self, Openbox, name, value)
137     __swig_getmethods__ = {}
138     __getattr__ = lambda self, name: _swig_getattr(self, Openbox, name)
139     State_Starting = _openbox.Openbox_State_Starting
140     State_Normal = _openbox.Openbox_State_Normal
141     State_Exiting = _openbox.Openbox_State_Exiting
142     def state(*args): return apply(_openbox.Openbox_state,args)
143     def timerManager(*args): return apply(_openbox.Openbox_timerManager,args)
144     def property(*args): return apply(_openbox.Openbox_property,args)
145     def actions(*args): return apply(_openbox.Openbox_actions,args)
146     def bindings(*args): return apply(_openbox.Openbox_bindings,args)
147     def screen(*args): return apply(_openbox.Openbox_screen,args)
148     def screenCount(*args): return apply(_openbox.Openbox_screenCount,args)
149     def cursors(*args): return apply(_openbox.Openbox_cursors,args)
150     def addClient(*args): return apply(_openbox.Openbox_addClient,args)
151     def removeClient(*args): return apply(_openbox.Openbox_removeClient,args)
152     def findClient(*args): return apply(_openbox.Openbox_findClient,args)
153     def focusedClient(*args): return apply(_openbox.Openbox_focusedClient,args)
154     def setFocusedClient(*args): return apply(_openbox.Openbox_setFocusedClient,args)
155     def focusedScreen(*args): return apply(_openbox.Openbox_focusedScreen,args)
156     def shutdown(*args): return apply(_openbox.Openbox_shutdown,args)
157     def restart(*args): return apply(_openbox.Openbox_restart,args)
158     def execute(*args): return apply(_openbox.Openbox_execute,args)
159     def __init__(self): raise RuntimeError, "No constructor defined"
160     def __repr__(self):
161         return "<C Openbox instance at %s>" % (self.this,)
162
163 class OpenboxPtr(Openbox):
164     def __init__(self,this):
165         self.this = this
166         if not hasattr(self,"thisown"): self.thisown = 0
167         self.__class__ = Openbox
168 _openbox.Openbox_swigregister(OpenboxPtr)
169
170 class OBScreen(_object):
171     __swig_setmethods__ = {}
172     __setattr__ = lambda self, name, value: _swig_setattr(self, OBScreen, name, value)
173     __swig_getmethods__ = {}
174     __getattr__ = lambda self, name: _swig_getattr(self, OBScreen, name)
175     def client(*args): return apply(_openbox.OBScreen_client,args)
176     def clientCount(*args): return apply(_openbox.OBScreen_clientCount,args)
177     event_mask = _openbox.OBScreen_event_mask
178     def number(*args): return apply(_openbox.OBScreen_number,args)
179     def managed(*args): return apply(_openbox.OBScreen_managed,args)
180     def imageControl(*args): return apply(_openbox.OBScreen_imageControl,args)
181     def area(*args): return apply(_openbox.OBScreen_area,args)
182     def style(*args): return apply(_openbox.OBScreen_style,args)
183     def focuswindow(*args): return apply(_openbox.OBScreen_focuswindow,args)
184     def desktop(*args): return apply(_openbox.OBScreen_desktop,args)
185     def numDesktops(*args): return apply(_openbox.OBScreen_numDesktops,args)
186     def updateStrut(*args): return apply(_openbox.OBScreen_updateStrut,args)
187     def manageExisting(*args): return apply(_openbox.OBScreen_manageExisting,args)
188     def manageWindow(*args): return apply(_openbox.OBScreen_manageWindow,args)
189     def unmanageWindow(*args): return apply(_openbox.OBScreen_unmanageWindow,args)
190     def restack(*args): return apply(_openbox.OBScreen_restack,args)
191     def setDesktopName(*args): return apply(_openbox.OBScreen_setDesktopName,args)
192     def propertyHandler(*args): return apply(_openbox.OBScreen_propertyHandler,args)
193     def clientMessageHandler(*args): return apply(_openbox.OBScreen_clientMessageHandler,args)
194     def mapRequestHandler(*args): return apply(_openbox.OBScreen_mapRequestHandler,args)
195     def __init__(self): raise RuntimeError, "No constructor defined"
196     def __repr__(self):
197         return "<C OBScreen instance at %s>" % (self.this,)
198
199 class OBScreenPtr(OBScreen):
200     def __init__(self,this):
201         self.this = this
202         if not hasattr(self,"thisown"): self.thisown = 0
203         self.__class__ = OBScreen
204 _openbox.OBScreen_swigregister(OBScreenPtr)
205
206 class MwmHints(_object):
207     __swig_setmethods__ = {}
208     __setattr__ = lambda self, name, value: _swig_setattr(self, MwmHints, name, value)
209     __swig_getmethods__ = {}
210     __getattr__ = lambda self, name: _swig_getattr(self, MwmHints, name)
211     __swig_setmethods__["flags"] = _openbox.MwmHints_flags_set
212     __swig_getmethods__["flags"] = _openbox.MwmHints_flags_get
213     if _newclass:flags = property(_openbox.MwmHints_flags_get,_openbox.MwmHints_flags_set)
214     __swig_setmethods__["functions"] = _openbox.MwmHints_functions_set
215     __swig_getmethods__["functions"] = _openbox.MwmHints_functions_get
216     if _newclass:functions = property(_openbox.MwmHints_functions_get,_openbox.MwmHints_functions_set)
217     __swig_setmethods__["decorations"] = _openbox.MwmHints_decorations_set
218     __swig_getmethods__["decorations"] = _openbox.MwmHints_decorations_get
219     if _newclass:decorations = property(_openbox.MwmHints_decorations_get,_openbox.MwmHints_decorations_set)
220     elements = _openbox.MwmHints_elements
221     def __init__(self): raise RuntimeError, "No constructor defined"
222     def __repr__(self):
223         return "<C MwmHints instance at %s>" % (self.this,)
224
225 class MwmHintsPtr(MwmHints):
226     def __init__(self,this):
227         self.this = this
228         if not hasattr(self,"thisown"): self.thisown = 0
229         self.__class__ = MwmHints
230 _openbox.MwmHints_swigregister(MwmHintsPtr)
231
232 class OBClient(_object):
233     __swig_setmethods__ = {}
234     __setattr__ = lambda self, name, value: _swig_setattr(self, OBClient, name, value)
235     __swig_getmethods__ = {}
236     __getattr__ = lambda self, name: _swig_getattr(self, OBClient, name)
237     __swig_setmethods__["frame"] = _openbox.OBClient_frame_set
238     __swig_getmethods__["frame"] = _openbox.OBClient_frame_get
239     if _newclass:frame = property(_openbox.OBClient_frame_get,_openbox.OBClient_frame_set)
240     Layer_Icon = _openbox.OBClient_Layer_Icon
241     Layer_Desktop = _openbox.OBClient_Layer_Desktop
242     Layer_Below = _openbox.OBClient_Layer_Below
243     Layer_Normal = _openbox.OBClient_Layer_Normal
244     Layer_Above = _openbox.OBClient_Layer_Above
245     Layer_Top = _openbox.OBClient_Layer_Top
246     Layer_Fullscreen = _openbox.OBClient_Layer_Fullscreen
247     Layer_Internal = _openbox.OBClient_Layer_Internal
248     NUM_LAYERS = _openbox.OBClient_NUM_LAYERS
249     TopLeft = _openbox.OBClient_TopLeft
250     TopRight = _openbox.OBClient_TopRight
251     BottomLeft = _openbox.OBClient_BottomLeft
252     BottomRight = _openbox.OBClient_BottomRight
253     Type_Desktop = _openbox.OBClient_Type_Desktop
254     Type_Dock = _openbox.OBClient_Type_Dock
255     Type_Toolbar = _openbox.OBClient_Type_Toolbar
256     Type_Menu = _openbox.OBClient_Type_Menu
257     Type_Utility = _openbox.OBClient_Type_Utility
258     Type_Splash = _openbox.OBClient_Type_Splash
259     Type_Dialog = _openbox.OBClient_Type_Dialog
260     Type_Normal = _openbox.OBClient_Type_Normal
261     MwmFlag_Functions = _openbox.OBClient_MwmFlag_Functions
262     MwmFlag_Decorations = _openbox.OBClient_MwmFlag_Decorations
263     MwmFunc_All = _openbox.OBClient_MwmFunc_All
264     MwmFunc_Resize = _openbox.OBClient_MwmFunc_Resize
265     MwmFunc_Move = _openbox.OBClient_MwmFunc_Move
266     MwmFunc_Iconify = _openbox.OBClient_MwmFunc_Iconify
267     MwmFunc_Maximize = _openbox.OBClient_MwmFunc_Maximize
268     MwmDecor_All = _openbox.OBClient_MwmDecor_All
269     MwmDecor_Border = _openbox.OBClient_MwmDecor_Border
270     MwmDecor_Handle = _openbox.OBClient_MwmDecor_Handle
271     MwmDecor_Title = _openbox.OBClient_MwmDecor_Title
272     MwmDecor_Iconify = _openbox.OBClient_MwmDecor_Iconify
273     MwmDecor_Maximize = _openbox.OBClient_MwmDecor_Maximize
274     Func_Resize = _openbox.OBClient_Func_Resize
275     Func_Move = _openbox.OBClient_Func_Move
276     Func_Iconify = _openbox.OBClient_Func_Iconify
277     Func_Maximize = _openbox.OBClient_Func_Maximize
278     Func_Close = _openbox.OBClient_Func_Close
279     Decor_Titlebar = _openbox.OBClient_Decor_Titlebar
280     Decor_Handle = _openbox.OBClient_Decor_Handle
281     Decor_Border = _openbox.OBClient_Decor_Border
282     Decor_Iconify = _openbox.OBClient_Decor_Iconify
283     Decor_Maximize = _openbox.OBClient_Decor_Maximize
284     Decor_Sticky = _openbox.OBClient_Decor_Sticky
285     Decor_Close = _openbox.OBClient_Decor_Close
286     State_Remove = _openbox.OBClient_State_Remove
287     State_Add = _openbox.OBClient_State_Add
288     State_Toggle = _openbox.OBClient_State_Toggle
289     event_mask = _openbox.OBClient_event_mask
290     no_propagate_mask = _openbox.OBClient_no_propagate_mask
291     __swig_setmethods__["ignore_unmaps"] = _openbox.OBClient_ignore_unmaps_set
292     __swig_getmethods__["ignore_unmaps"] = _openbox.OBClient_ignore_unmaps_get
293     if _newclass:ignore_unmaps = property(_openbox.OBClient_ignore_unmaps_get,_openbox.OBClient_ignore_unmaps_set)
294     def screen(*args): return apply(_openbox.OBClient_screen,args)
295     def window(*args): return apply(_openbox.OBClient_window,args)
296     def type(*args): return apply(_openbox.OBClient_type,args)
297     def normal(*args): return apply(_openbox.OBClient_normal,args)
298     def desktop(*args): return apply(_openbox.OBClient_desktop,args)
299     def title(*args): return apply(_openbox.OBClient_title,args)
300     def iconTitle(*args): return apply(_openbox.OBClient_iconTitle,args)
301     def appName(*args): return apply(_openbox.OBClient_appName,args)
302     def appClass(*args): return apply(_openbox.OBClient_appClass,args)
303     def role(*args): return apply(_openbox.OBClient_role,args)
304     def canFocus(*args): return apply(_openbox.OBClient_canFocus,args)
305     def urgent(*args): return apply(_openbox.OBClient_urgent,args)
306     def focusNotify(*args): return apply(_openbox.OBClient_focusNotify,args)
307     def shaped(*args): return apply(_openbox.OBClient_shaped,args)
308     def gravity(*args): return apply(_openbox.OBClient_gravity,args)
309     def positionRequested(*args): return apply(_openbox.OBClient_positionRequested,args)
310     def decorations(*args): return apply(_openbox.OBClient_decorations,args)
311     def funtions(*args): return apply(_openbox.OBClient_funtions,args)
312     def transientFor(*args): return apply(_openbox.OBClient_transientFor,args)
313     def modal(*args): return apply(_openbox.OBClient_modal,args)
314     def shaded(*args): return apply(_openbox.OBClient_shaded,args)
315     def iconic(*args): return apply(_openbox.OBClient_iconic,args)
316     def maxVert(*args): return apply(_openbox.OBClient_maxVert,args)
317     def maxHorz(*args): return apply(_openbox.OBClient_maxHorz,args)
318     def layer(*args): return apply(_openbox.OBClient_layer,args)
319     def toggleClientBorder(*args): return apply(_openbox.OBClient_toggleClientBorder,args)
320     def area(*args): return apply(_openbox.OBClient_area,args)
321     def strut(*args): return apply(_openbox.OBClient_strut,args)
322     def move(*args): return apply(_openbox.OBClient_move,args)
323     def resize(*args): return apply(_openbox.OBClient_resize,args)
324     def focus(*args): return apply(_openbox.OBClient_focus,args)
325     def unfocus(*args): return apply(_openbox.OBClient_unfocus,args)
326     def focusHandler(*args): return apply(_openbox.OBClient_focusHandler,args)
327     def unfocusHandler(*args): return apply(_openbox.OBClient_unfocusHandler,args)
328     def propertyHandler(*args): return apply(_openbox.OBClient_propertyHandler,args)
329     def clientMessageHandler(*args): return apply(_openbox.OBClient_clientMessageHandler,args)
330     def configureRequestHandler(*args): return apply(_openbox.OBClient_configureRequestHandler,args)
331     def unmapHandler(*args): return apply(_openbox.OBClient_unmapHandler,args)
332     def destroyHandler(*args): return apply(_openbox.OBClient_destroyHandler,args)
333     def reparentHandler(*args): return apply(_openbox.OBClient_reparentHandler,args)
334     def __init__(self): raise RuntimeError, "No constructor defined"
335     def __repr__(self):
336         return "<C OBClient instance at %s>" % (self.this,)
337
338 class OBClientPtr(OBClient):
339     def __init__(self,this):
340         self.this = this
341         if not hasattr(self,"thisown"): self.thisown = 0
342         self.__class__ = OBClient
343 _openbox.OBClient_swigregister(OBClientPtr)
344
345 MC_Frame = _openbox.MC_Frame
346 MC_Titlebar = _openbox.MC_Titlebar
347 MC_Handle = _openbox.MC_Handle
348 MC_Window = _openbox.MC_Window
349 MC_MaximizeButton = _openbox.MC_MaximizeButton
350 MC_CloseButton = _openbox.MC_CloseButton
351 MC_IconifyButton = _openbox.MC_IconifyButton
352 MC_StickyButton = _openbox.MC_StickyButton
353 MC_Grip = _openbox.MC_Grip
354 MC_Root = _openbox.MC_Root
355 MC_MenuItem = _openbox.MC_MenuItem
356 NUM_MOUSE_CONTEXT = _openbox.NUM_MOUSE_CONTEXT
357 MousePress = _openbox.MousePress
358 MouseClick = _openbox.MouseClick
359 MouseDoubleClick = _openbox.MouseDoubleClick
360 MouseMotion = _openbox.MouseMotion
361 NUM_MOUSE_ACTION = _openbox.NUM_MOUSE_ACTION
362 KC_Menu = _openbox.KC_Menu
363 KC_All = _openbox.KC_All
364 NUM_KEY_CONTEXT = _openbox.NUM_KEY_CONTEXT
365 EventEnterWindow = _openbox.EventEnterWindow
366 EventLeaveWindow = _openbox.EventLeaveWindow
367 EventPlaceWindow = _openbox.EventPlaceWindow
368 EventNewWindow = _openbox.EventNewWindow
369 EventCloseWindow = _openbox.EventCloseWindow
370 EventStartup = _openbox.EventStartup
371 EventShutdown = _openbox.EventShutdown
372 EventFocus = _openbox.EventFocus
373 EventBell = _openbox.EventBell
374 NUM_EVENTS = _openbox.NUM_EVENTS
375 class MouseData(_object):
376     __swig_setmethods__ = {}
377     __setattr__ = lambda self, name, value: _swig_setattr(self, MouseData, name, value)
378     __swig_getmethods__ = {}
379     __getattr__ = lambda self, name: _swig_getattr(self, MouseData, name)
380     __swig_setmethods__["screen"] = _openbox.MouseData_screen_set
381     __swig_getmethods__["screen"] = _openbox.MouseData_screen_get
382     if _newclass:screen = property(_openbox.MouseData_screen_get,_openbox.MouseData_screen_set)
383     __swig_setmethods__["client"] = _openbox.MouseData_client_set
384     __swig_getmethods__["client"] = _openbox.MouseData_client_get
385     if _newclass:client = property(_openbox.MouseData_client_get,_openbox.MouseData_client_set)
386     __swig_setmethods__["time"] = _openbox.MouseData_time_set
387     __swig_getmethods__["time"] = _openbox.MouseData_time_get
388     if _newclass:time = property(_openbox.MouseData_time_get,_openbox.MouseData_time_set)
389     __swig_setmethods__["state"] = _openbox.MouseData_state_set
390     __swig_getmethods__["state"] = _openbox.MouseData_state_get
391     if _newclass:state = property(_openbox.MouseData_state_get,_openbox.MouseData_state_set)
392     __swig_setmethods__["button"] = _openbox.MouseData_button_set
393     __swig_getmethods__["button"] = _openbox.MouseData_button_get
394     if _newclass:button = property(_openbox.MouseData_button_get,_openbox.MouseData_button_set)
395     __swig_setmethods__["context"] = _openbox.MouseData_context_set
396     __swig_getmethods__["context"] = _openbox.MouseData_context_get
397     if _newclass:context = property(_openbox.MouseData_context_get,_openbox.MouseData_context_set)
398     __swig_setmethods__["action"] = _openbox.MouseData_action_set
399     __swig_getmethods__["action"] = _openbox.MouseData_action_get
400     if _newclass:action = property(_openbox.MouseData_action_get,_openbox.MouseData_action_set)
401     __swig_setmethods__["xroot"] = _openbox.MouseData_xroot_set
402     __swig_getmethods__["xroot"] = _openbox.MouseData_xroot_get
403     if _newclass:xroot = property(_openbox.MouseData_xroot_get,_openbox.MouseData_xroot_set)
404     __swig_setmethods__["yroot"] = _openbox.MouseData_yroot_set
405     __swig_getmethods__["yroot"] = _openbox.MouseData_yroot_get
406     if _newclass:yroot = property(_openbox.MouseData_yroot_get,_openbox.MouseData_yroot_set)
407     __swig_setmethods__["pressx"] = _openbox.MouseData_pressx_set
408     __swig_getmethods__["pressx"] = _openbox.MouseData_pressx_get
409     if _newclass:pressx = property(_openbox.MouseData_pressx_get,_openbox.MouseData_pressx_set)
410     __swig_setmethods__["pressy"] = _openbox.MouseData_pressy_set
411     __swig_getmethods__["pressy"] = _openbox.MouseData_pressy_get
412     if _newclass:pressy = property(_openbox.MouseData_pressy_get,_openbox.MouseData_pressy_set)
413     __swig_setmethods__["press_clientx"] = _openbox.MouseData_press_clientx_set
414     __swig_getmethods__["press_clientx"] = _openbox.MouseData_press_clientx_get
415     if _newclass:press_clientx = property(_openbox.MouseData_press_clientx_get,_openbox.MouseData_press_clientx_set)
416     __swig_setmethods__["press_clienty"] = _openbox.MouseData_press_clienty_set
417     __swig_getmethods__["press_clienty"] = _openbox.MouseData_press_clienty_get
418     if _newclass:press_clienty = property(_openbox.MouseData_press_clienty_get,_openbox.MouseData_press_clienty_set)
419     __swig_setmethods__["press_clientwidth"] = _openbox.MouseData_press_clientwidth_set
420     __swig_getmethods__["press_clientwidth"] = _openbox.MouseData_press_clientwidth_get
421     if _newclass:press_clientwidth = property(_openbox.MouseData_press_clientwidth_get,_openbox.MouseData_press_clientwidth_set)
422     __swig_setmethods__["press_clientheight"] = _openbox.MouseData_press_clientheight_set
423     __swig_getmethods__["press_clientheight"] = _openbox.MouseData_press_clientheight_get
424     if _newclass:press_clientheight = property(_openbox.MouseData_press_clientheight_get,_openbox.MouseData_press_clientheight_set)
425     def __init__(self,*args):
426         self.this = apply(_openbox.new_MouseData,args)
427         self.thisown = 1
428     def __repr__(self):
429         return "<C MouseData instance at %s>" % (self.this,)
430
431 class MouseDataPtr(MouseData):
432     def __init__(self,this):
433         self.this = this
434         if not hasattr(self,"thisown"): self.thisown = 0
435         self.__class__ = MouseData
436 _openbox.MouseData_swigregister(MouseDataPtr)
437
438 class EventData(_object):
439     __swig_setmethods__ = {}
440     __setattr__ = lambda self, name, value: _swig_setattr(self, EventData, name, value)
441     __swig_getmethods__ = {}
442     __getattr__ = lambda self, name: _swig_getattr(self, EventData, name)
443     __swig_setmethods__["screen"] = _openbox.EventData_screen_set
444     __swig_getmethods__["screen"] = _openbox.EventData_screen_get
445     if _newclass:screen = property(_openbox.EventData_screen_get,_openbox.EventData_screen_set)
446     __swig_setmethods__["client"] = _openbox.EventData_client_set
447     __swig_getmethods__["client"] = _openbox.EventData_client_get
448     if _newclass:client = property(_openbox.EventData_client_get,_openbox.EventData_client_set)
449     __swig_setmethods__["state"] = _openbox.EventData_state_set
450     __swig_getmethods__["state"] = _openbox.EventData_state_get
451     if _newclass:state = property(_openbox.EventData_state_get,_openbox.EventData_state_set)
452     __swig_setmethods__["action"] = _openbox.EventData_action_set
453     __swig_getmethods__["action"] = _openbox.EventData_action_get
454     if _newclass:action = property(_openbox.EventData_action_get,_openbox.EventData_action_set)
455     def __init__(self,*args):
456         self.this = apply(_openbox.new_EventData,args)
457         self.thisown = 1
458     def __repr__(self):
459         return "<C EventData instance at %s>" % (self.this,)
460
461 class EventDataPtr(EventData):
462     def __init__(self,this):
463         self.this = this
464         if not hasattr(self,"thisown"): self.thisown = 0
465         self.__class__ = EventData
466 _openbox.EventData_swigregister(EventDataPtr)
467
468 class KeyData(_object):
469     __swig_setmethods__ = {}
470     __setattr__ = lambda self, name, value: _swig_setattr(self, KeyData, name, value)
471     __swig_getmethods__ = {}
472     __getattr__ = lambda self, name: _swig_getattr(self, KeyData, name)
473     __swig_setmethods__["screen"] = _openbox.KeyData_screen_set
474     __swig_getmethods__["screen"] = _openbox.KeyData_screen_get
475     if _newclass:screen = property(_openbox.KeyData_screen_get,_openbox.KeyData_screen_set)
476     __swig_setmethods__["client"] = _openbox.KeyData_client_set
477     __swig_getmethods__["client"] = _openbox.KeyData_client_get
478     if _newclass:client = property(_openbox.KeyData_client_get,_openbox.KeyData_client_set)
479     __swig_setmethods__["time"] = _openbox.KeyData_time_set
480     __swig_getmethods__["time"] = _openbox.KeyData_time_get
481     if _newclass:time = property(_openbox.KeyData_time_get,_openbox.KeyData_time_set)
482     __swig_setmethods__["state"] = _openbox.KeyData_state_set
483     __swig_getmethods__["state"] = _openbox.KeyData_state_get
484     if _newclass:state = property(_openbox.KeyData_state_get,_openbox.KeyData_state_set)
485     __swig_setmethods__["key"] = _openbox.KeyData_key_set
486     __swig_getmethods__["key"] = _openbox.KeyData_key_get
487     if _newclass:key = property(_openbox.KeyData_key_get,_openbox.KeyData_key_set)
488     def __init__(self,*args):
489         self.this = apply(_openbox.new_KeyData,args)
490         self.thisown = 1
491     def __repr__(self):
492         return "<C KeyData instance at %s>" % (self.this,)
493
494 class KeyDataPtr(KeyData):
495     def __init__(self,this):
496         self.this = this
497         if not hasattr(self,"thisown"): self.thisown = 0
498         self.__class__ = KeyData
499 _openbox.KeyData_swigregister(KeyDataPtr)
500
501 mbind = _openbox.mbind
502
503 kbind = _openbox.kbind
504
505 ebind = _openbox.ebind
506
507 set_reset_key = _openbox.set_reset_key
508
509 send_client_msg = _openbox.send_client_msg
510
511 X_PROTOCOL = _openbox.X_PROTOCOL
512 X_PROTOCOL_REVISION = _openbox.X_PROTOCOL_REVISION
513 None = _openbox.None
514 ParentRelative = _openbox.ParentRelative
515 CopyFromParent = _openbox.CopyFromParent
516 PointerWindow = _openbox.PointerWindow
517 InputFocus = _openbox.InputFocus
518 PointerRoot = _openbox.PointerRoot
519 AnyPropertyType = _openbox.AnyPropertyType
520 AnyKey = _openbox.AnyKey
521 AnyButton = _openbox.AnyButton
522 AllTemporary = _openbox.AllTemporary
523 CurrentTime = _openbox.CurrentTime
524 NoSymbol = _openbox.NoSymbol
525 NoEventMask = _openbox.NoEventMask
526 KeyPressMask = _openbox.KeyPressMask
527 KeyReleaseMask = _openbox.KeyReleaseMask
528 ButtonPressMask = _openbox.ButtonPressMask
529 ButtonReleaseMask = _openbox.ButtonReleaseMask
530 EnterWindowMask = _openbox.EnterWindowMask
531 LeaveWindowMask = _openbox.LeaveWindowMask
532 PointerMotionMask = _openbox.PointerMotionMask
533 PointerMotionHintMask = _openbox.PointerMotionHintMask
534 Button1MotionMask = _openbox.Button1MotionMask
535 Button2MotionMask = _openbox.Button2MotionMask
536 Button3MotionMask = _openbox.Button3MotionMask
537 Button4MotionMask = _openbox.Button4MotionMask
538 Button5MotionMask = _openbox.Button5MotionMask
539 ButtonMotionMask = _openbox.ButtonMotionMask
540 KeymapStateMask = _openbox.KeymapStateMask
541 ExposureMask = _openbox.ExposureMask
542 VisibilityChangeMask = _openbox.VisibilityChangeMask
543 StructureNotifyMask = _openbox.StructureNotifyMask
544 ResizeRedirectMask = _openbox.ResizeRedirectMask
545 SubstructureNotifyMask = _openbox.SubstructureNotifyMask
546 SubstructureRedirectMask = _openbox.SubstructureRedirectMask
547 FocusChangeMask = _openbox.FocusChangeMask
548 PropertyChangeMask = _openbox.PropertyChangeMask
549 ColormapChangeMask = _openbox.ColormapChangeMask
550 OwnerGrabButtonMask = _openbox.OwnerGrabButtonMask
551 KeyPress = _openbox.KeyPress
552 KeyRelease = _openbox.KeyRelease
553 ButtonPress = _openbox.ButtonPress
554 ButtonRelease = _openbox.ButtonRelease
555 MotionNotify = _openbox.MotionNotify
556 EnterNotify = _openbox.EnterNotify
557 LeaveNotify = _openbox.LeaveNotify
558 FocusIn = _openbox.FocusIn
559 FocusOut = _openbox.FocusOut
560 KeymapNotify = _openbox.KeymapNotify
561 Expose = _openbox.Expose
562 GraphicsExpose = _openbox.GraphicsExpose
563 NoExpose = _openbox.NoExpose
564 VisibilityNotify = _openbox.VisibilityNotify
565 CreateNotify = _openbox.CreateNotify
566 DestroyNotify = _openbox.DestroyNotify
567 UnmapNotify = _openbox.UnmapNotify
568 MapNotify = _openbox.MapNotify
569 MapRequest = _openbox.MapRequest
570 ReparentNotify = _openbox.ReparentNotify
571 ConfigureNotify = _openbox.ConfigureNotify
572 ConfigureRequest = _openbox.ConfigureRequest
573 GravityNotify = _openbox.GravityNotify
574 ResizeRequest = _openbox.ResizeRequest
575 CirculateNotify = _openbox.CirculateNotify
576 CirculateRequest = _openbox.CirculateRequest
577 PropertyNotify = _openbox.PropertyNotify
578 SelectionClear = _openbox.SelectionClear
579 SelectionRequest = _openbox.SelectionRequest
580 SelectionNotify = _openbox.SelectionNotify
581 ColormapNotify = _openbox.ColormapNotify
582 ClientMessage = _openbox.ClientMessage
583 MappingNotify = _openbox.MappingNotify
584 LASTEvent = _openbox.LASTEvent
585 ShiftMask = _openbox.ShiftMask
586 LockMask = _openbox.LockMask
587 ControlMask = _openbox.ControlMask
588 Mod1Mask = _openbox.Mod1Mask
589 Mod2Mask = _openbox.Mod2Mask
590 Mod3Mask = _openbox.Mod3Mask
591 Mod4Mask = _openbox.Mod4Mask
592 Mod5Mask = _openbox.Mod5Mask
593 ShiftMapIndex = _openbox.ShiftMapIndex
594 LockMapIndex = _openbox.LockMapIndex
595 ControlMapIndex = _openbox.ControlMapIndex
596 Mod1MapIndex = _openbox.Mod1MapIndex
597 Mod2MapIndex = _openbox.Mod2MapIndex
598 Mod3MapIndex = _openbox.Mod3MapIndex
599 Mod4MapIndex = _openbox.Mod4MapIndex
600 Mod5MapIndex = _openbox.Mod5MapIndex
601 Button1Mask = _openbox.Button1Mask
602 Button2Mask = _openbox.Button2Mask
603 Button3Mask = _openbox.Button3Mask
604 Button4Mask = _openbox.Button4Mask
605 Button5Mask = _openbox.Button5Mask
606 AnyModifier = _openbox.AnyModifier
607 Button1 = _openbox.Button1
608 Button2 = _openbox.Button2
609 Button3 = _openbox.Button3
610 Button4 = _openbox.Button4
611 Button5 = _openbox.Button5
612 NotifyNormal = _openbox.NotifyNormal
613 NotifyGrab = _openbox.NotifyGrab
614 NotifyUngrab = _openbox.NotifyUngrab
615 NotifyWhileGrabbed = _openbox.NotifyWhileGrabbed
616 NotifyHint = _openbox.NotifyHint
617 NotifyAncestor = _openbox.NotifyAncestor
618 NotifyVirtual = _openbox.NotifyVirtual
619 NotifyInferior = _openbox.NotifyInferior
620 NotifyNonlinear = _openbox.NotifyNonlinear
621 NotifyNonlinearVirtual = _openbox.NotifyNonlinearVirtual
622 NotifyPointer = _openbox.NotifyPointer
623 NotifyPointerRoot = _openbox.NotifyPointerRoot
624 NotifyDetailNone = _openbox.NotifyDetailNone
625 VisibilityUnobscured = _openbox.VisibilityUnobscured
626 VisibilityPartiallyObscured = _openbox.VisibilityPartiallyObscured
627 VisibilityFullyObscured = _openbox.VisibilityFullyObscured
628 PlaceOnTop = _openbox.PlaceOnTop
629 PlaceOnBottom = _openbox.PlaceOnBottom
630 FamilyInternet = _openbox.FamilyInternet
631 FamilyDECnet = _openbox.FamilyDECnet
632 FamilyChaos = _openbox.FamilyChaos
633 PropertyNewValue = _openbox.PropertyNewValue
634 PropertyDelete = _openbox.PropertyDelete
635 ColormapUninstalled = _openbox.ColormapUninstalled
636 ColormapInstalled = _openbox.ColormapInstalled
637 GrabModeSync = _openbox.GrabModeSync
638 GrabModeAsync = _openbox.GrabModeAsync
639 GrabSuccess = _openbox.GrabSuccess
640 AlreadyGrabbed = _openbox.AlreadyGrabbed
641 GrabInvalidTime = _openbox.GrabInvalidTime
642 GrabNotViewable = _openbox.GrabNotViewable
643 GrabFrozen = _openbox.GrabFrozen
644 AsyncPointer = _openbox.AsyncPointer
645 SyncPointer = _openbox.SyncPointer
646 ReplayPointer = _openbox.ReplayPointer
647 AsyncKeyboard = _openbox.AsyncKeyboard
648 SyncKeyboard = _openbox.SyncKeyboard
649 ReplayKeyboard = _openbox.ReplayKeyboard
650 AsyncBoth = _openbox.AsyncBoth
651 SyncBoth = _openbox.SyncBoth
652 RevertToParent = _openbox.RevertToParent
653 Success = _openbox.Success
654 BadRequest = _openbox.BadRequest
655 BadValue = _openbox.BadValue
656 BadWindow = _openbox.BadWindow
657 BadPixmap = _openbox.BadPixmap
658 BadAtom = _openbox.BadAtom
659 BadCursor = _openbox.BadCursor
660 BadFont = _openbox.BadFont
661 BadMatch = _openbox.BadMatch
662 BadDrawable = _openbox.BadDrawable
663 BadAccess = _openbox.BadAccess
664 BadAlloc = _openbox.BadAlloc
665 BadColor = _openbox.BadColor
666 BadGC = _openbox.BadGC
667 BadIDChoice = _openbox.BadIDChoice
668 BadName = _openbox.BadName
669 BadLength = _openbox.BadLength
670 BadImplementation = _openbox.BadImplementation
671 FirstExtensionError = _openbox.FirstExtensionError
672 LastExtensionError = _openbox.LastExtensionError
673 InputOutput = _openbox.InputOutput
674 InputOnly = _openbox.InputOnly
675 CWBackPixmap = _openbox.CWBackPixmap
676 CWBackPixel = _openbox.CWBackPixel
677 CWBorderPixmap = _openbox.CWBorderPixmap
678 CWBorderPixel = _openbox.CWBorderPixel
679 CWBitGravity = _openbox.CWBitGravity
680 CWWinGravity = _openbox.CWWinGravity
681 CWBackingStore = _openbox.CWBackingStore
682 CWBackingPlanes = _openbox.CWBackingPlanes
683 CWBackingPixel = _openbox.CWBackingPixel
684 CWOverrideRedirect = _openbox.CWOverrideRedirect
685 CWSaveUnder = _openbox.CWSaveUnder
686 CWEventMask = _openbox.CWEventMask
687 CWDontPropagate = _openbox.CWDontPropagate
688 CWColormap = _openbox.CWColormap
689 CWCursor = _openbox.CWCursor
690 CWX = _openbox.CWX
691 CWY = _openbox.CWY
692 CWWidth = _openbox.CWWidth
693 CWHeight = _openbox.CWHeight
694 CWBorderWidth = _openbox.CWBorderWidth
695 CWSibling = _openbox.CWSibling
696 CWStackMode = _openbox.CWStackMode
697 ForgetGravity = _openbox.ForgetGravity
698 NorthWestGravity = _openbox.NorthWestGravity
699 NorthGravity = _openbox.NorthGravity
700 NorthEastGravity = _openbox.NorthEastGravity
701 WestGravity = _openbox.WestGravity
702 CenterGravity = _openbox.CenterGravity
703 EastGravity = _openbox.EastGravity
704 SouthWestGravity = _openbox.SouthWestGravity
705 SouthGravity = _openbox.SouthGravity
706 SouthEastGravity = _openbox.SouthEastGravity
707 StaticGravity = _openbox.StaticGravity
708 UnmapGravity = _openbox.UnmapGravity
709 NotUseful = _openbox.NotUseful
710 WhenMapped = _openbox.WhenMapped
711 Always = _openbox.Always
712 IsUnmapped = _openbox.IsUnmapped
713 IsUnviewable = _openbox.IsUnviewable
714 IsViewable = _openbox.IsViewable
715 SetModeInsert = _openbox.SetModeInsert
716 SetModeDelete = _openbox.SetModeDelete
717 DestroyAll = _openbox.DestroyAll
718 RetainPermanent = _openbox.RetainPermanent
719 RetainTemporary = _openbox.RetainTemporary
720 Above = _openbox.Above
721 Below = _openbox.Below
722 TopIf = _openbox.TopIf
723 BottomIf = _openbox.BottomIf
724 Opposite = _openbox.Opposite
725 RaiseLowest = _openbox.RaiseLowest
726 LowerHighest = _openbox.LowerHighest
727 PropModeReplace = _openbox.PropModeReplace
728 PropModePrepend = _openbox.PropModePrepend
729 PropModeAppend = _openbox.PropModeAppend
730 GXclear = _openbox.GXclear
731 GXand = _openbox.GXand
732 GXandReverse = _openbox.GXandReverse
733 GXcopy = _openbox.GXcopy
734 GXandInverted = _openbox.GXandInverted
735 GXnoop = _openbox.GXnoop
736 GXxor = _openbox.GXxor
737 GXor = _openbox.GXor
738 GXnor = _openbox.GXnor
739 GXequiv = _openbox.GXequiv
740 GXinvert = _openbox.GXinvert
741 GXorReverse = _openbox.GXorReverse
742 GXcopyInverted = _openbox.GXcopyInverted
743 GXorInverted = _openbox.GXorInverted
744 GXnand = _openbox.GXnand
745 GXset = _openbox.GXset
746 LineSolid = _openbox.LineSolid
747 LineOnOffDash = _openbox.LineOnOffDash
748 LineDoubleDash = _openbox.LineDoubleDash
749 CapNotLast = _openbox.CapNotLast
750 CapButt = _openbox.CapButt
751 CapRound = _openbox.CapRound
752 CapProjecting = _openbox.CapProjecting
753 JoinMiter = _openbox.JoinMiter
754 JoinRound = _openbox.JoinRound
755 JoinBevel = _openbox.JoinBevel
756 FillSolid = _openbox.FillSolid
757 FillTiled = _openbox.FillTiled
758 FillStippled = _openbox.FillStippled
759 FillOpaqueStippled = _openbox.FillOpaqueStippled
760 EvenOddRule = _openbox.EvenOddRule
761 WindingRule = _openbox.WindingRule
762 ClipByChildren = _openbox.ClipByChildren
763 IncludeInferiors = _openbox.IncludeInferiors
764 Unsorted = _openbox.Unsorted
765 YSorted = _openbox.YSorted
766 YXSorted = _openbox.YXSorted
767 YXBanded = _openbox.YXBanded
768 CoordModeOrigin = _openbox.CoordModeOrigin
769 CoordModePrevious = _openbox.CoordModePrevious
770 Complex = _openbox.Complex
771 Nonconvex = _openbox.Nonconvex
772 Convex = _openbox.Convex
773 ArcChord = _openbox.ArcChord
774 ArcPieSlice = _openbox.ArcPieSlice
775 GCFunction = _openbox.GCFunction
776 GCPlaneMask = _openbox.GCPlaneMask
777 GCForeground = _openbox.GCForeground
778 GCBackground = _openbox.GCBackground
779 GCLineWidth = _openbox.GCLineWidth
780 GCLineStyle = _openbox.GCLineStyle
781 GCCapStyle = _openbox.GCCapStyle
782 GCJoinStyle = _openbox.GCJoinStyle
783 GCFillStyle = _openbox.GCFillStyle
784 GCFillRule = _openbox.GCFillRule
785 GCTile = _openbox.GCTile
786 GCStipple = _openbox.GCStipple
787 GCTileStipXOrigin = _openbox.GCTileStipXOrigin
788 GCTileStipYOrigin = _openbox.GCTileStipYOrigin
789 GCFont = _openbox.GCFont
790 GCSubwindowMode = _openbox.GCSubwindowMode
791 GCGraphicsExposures = _openbox.GCGraphicsExposures
792 GCClipXOrigin = _openbox.GCClipXOrigin
793 GCClipYOrigin = _openbox.GCClipYOrigin
794 GCClipMask = _openbox.GCClipMask
795 GCDashOffset = _openbox.GCDashOffset
796 GCDashList = _openbox.GCDashList
797 GCArcMode = _openbox.GCArcMode
798 GCLastBit = _openbox.GCLastBit
799 FontLeftToRight = _openbox.FontLeftToRight
800 FontRightToLeft = _openbox.FontRightToLeft
801 FontChange = _openbox.FontChange
802 XYBitmap = _openbox.XYBitmap
803 XYPixmap = _openbox.XYPixmap
804 ZPixmap = _openbox.ZPixmap
805 AllocNone = _openbox.AllocNone
806 AllocAll = _openbox.AllocAll
807 DoRed = _openbox.DoRed
808 DoGreen = _openbox.DoGreen
809 DoBlue = _openbox.DoBlue
810 CursorShape = _openbox.CursorShape
811 TileShape = _openbox.TileShape
812 StippleShape = _openbox.StippleShape
813 AutoRepeatModeOff = _openbox.AutoRepeatModeOff
814 AutoRepeatModeOn = _openbox.AutoRepeatModeOn
815 AutoRepeatModeDefault = _openbox.AutoRepeatModeDefault
816 LedModeOff = _openbox.LedModeOff
817 LedModeOn = _openbox.LedModeOn
818 KBKeyClickPercent = _openbox.KBKeyClickPercent
819 KBBellPercent = _openbox.KBBellPercent
820 KBBellPitch = _openbox.KBBellPitch
821 KBBellDuration = _openbox.KBBellDuration
822 KBLed = _openbox.KBLed
823 KBLedMode = _openbox.KBLedMode
824 KBKey = _openbox.KBKey
825 KBAutoRepeatMode = _openbox.KBAutoRepeatMode
826 MappingSuccess = _openbox.MappingSuccess
827 MappingBusy = _openbox.MappingBusy
828 MappingFailed = _openbox.MappingFailed
829 MappingModifier = _openbox.MappingModifier
830 MappingKeyboard = _openbox.MappingKeyboard
831 MappingPointer = _openbox.MappingPointer
832 DontPreferBlanking = _openbox.DontPreferBlanking
833 PreferBlanking = _openbox.PreferBlanking
834 DefaultBlanking = _openbox.DefaultBlanking
835 DisableScreenSaver = _openbox.DisableScreenSaver
836 DisableScreenInterval = _openbox.DisableScreenInterval
837 DontAllowExposures = _openbox.DontAllowExposures
838 AllowExposures = _openbox.AllowExposures
839 DefaultExposures = _openbox.DefaultExposures
840 ScreenSaverReset = _openbox.ScreenSaverReset
841 ScreenSaverActive = _openbox.ScreenSaverActive
842 HostInsert = _openbox.HostInsert
843 HostDelete = _openbox.HostDelete
844 EnableAccess = _openbox.EnableAccess
845 DisableAccess = _openbox.DisableAccess
846 StaticGray = _openbox.StaticGray
847 GrayScale = _openbox.GrayScale
848 StaticColor = _openbox.StaticColor
849 PseudoColor = _openbox.PseudoColor
850 TrueColor = _openbox.TrueColor
851 DirectColor = _openbox.DirectColor
852 LSBFirst = _openbox.LSBFirst
853 MSBFirst = _openbox.MSBFirst
854