]> icculus.org git repositories - dana/openbox.git/blob - src/openbox.py
wrapper updates
[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 OBDisplay_display = _openbox.OBDisplay_display
33
34 class OBDisplay(_object):
35     __swig_setmethods__ = {}
36     __setattr__ = lambda self, name, value: _swig_setattr(self, OBDisplay, name, value)
37     __swig_getmethods__ = {}
38     __getattr__ = lambda self, name: _swig_getattr(self, OBDisplay, name)
39     __swig_getmethods__["initialize"] = lambda x: _openbox.OBDisplay_initialize
40     if _newclass:initialize = staticmethod(_openbox.OBDisplay_initialize)
41     __swig_getmethods__["destroy"] = lambda x: _openbox.OBDisplay_destroy
42     if _newclass:destroy = staticmethod(_openbox.OBDisplay_destroy)
43     __swig_getmethods__["gcCache"] = lambda x: _openbox.OBDisplay_gcCache
44     if _newclass:gcCache = staticmethod(_openbox.OBDisplay_gcCache)
45     __swig_getmethods__["screenInfo"] = lambda x: _openbox.OBDisplay_screenInfo
46     if _newclass:screenInfo = staticmethod(_openbox.OBDisplay_screenInfo)
47     __swig_getmethods__["findScreen"] = lambda x: _openbox.OBDisplay_findScreen
48     if _newclass:findScreen = staticmethod(_openbox.OBDisplay_findScreen)
49     __swig_getmethods__["xkb"] = lambda x: _openbox.OBDisplay_xkb
50     if _newclass:xkb = staticmethod(_openbox.OBDisplay_xkb)
51     __swig_getmethods__["xkbEventBase"] = lambda x: _openbox.OBDisplay_xkbEventBase
52     if _newclass:xkbEventBase = staticmethod(_openbox.OBDisplay_xkbEventBase)
53     __swig_getmethods__["shape"] = lambda x: _openbox.OBDisplay_shape
54     if _newclass:shape = staticmethod(_openbox.OBDisplay_shape)
55     __swig_getmethods__["shapeEventBase"] = lambda x: _openbox.OBDisplay_shapeEventBase
56     if _newclass:shapeEventBase = staticmethod(_openbox.OBDisplay_shapeEventBase)
57     __swig_getmethods__["xinerama"] = lambda x: _openbox.OBDisplay_xinerama
58     if _newclass:xinerama = staticmethod(_openbox.OBDisplay_xinerama)
59     __swig_getmethods__["numLockMask"] = lambda x: _openbox.OBDisplay_numLockMask
60     if _newclass:numLockMask = staticmethod(_openbox.OBDisplay_numLockMask)
61     __swig_getmethods__["scrollLockMask"] = lambda x: _openbox.OBDisplay_scrollLockMask
62     if _newclass:scrollLockMask = staticmethod(_openbox.OBDisplay_scrollLockMask)
63     __swig_getmethods__["grab"] = lambda x: _openbox.OBDisplay_grab
64     if _newclass:grab = staticmethod(_openbox.OBDisplay_grab)
65     __swig_getmethods__["ungrab"] = lambda x: _openbox.OBDisplay_ungrab
66     if _newclass:ungrab = staticmethod(_openbox.OBDisplay_ungrab)
67     __swig_getmethods__["grabButton"] = lambda x: _openbox.OBDisplay_grabButton
68     if _newclass:grabButton = staticmethod(_openbox.OBDisplay_grabButton)
69     __swig_getmethods__["ungrabButton"] = lambda x: _openbox.OBDisplay_ungrabButton
70     if _newclass:ungrabButton = staticmethod(_openbox.OBDisplay_ungrabButton)
71     __swig_getmethods__["grabKey"] = lambda x: _openbox.OBDisplay_grabKey
72     if _newclass:grabKey = staticmethod(_openbox.OBDisplay_grabKey)
73     __swig_getmethods__["ungrabKey"] = lambda x: _openbox.OBDisplay_ungrabKey
74     if _newclass:ungrabKey = staticmethod(_openbox.OBDisplay_ungrabKey)
75     def __init__(self): raise RuntimeError, "No constructor defined"
76     def __repr__(self):
77         return "<C OBDisplay instance at %s>" % (self.this,)
78
79 class OBDisplayPtr(OBDisplay):
80     def __init__(self,this):
81         self.this = this
82         if not hasattr(self,"thisown"): self.thisown = 0
83         self.__class__ = OBDisplay
84 _openbox.OBDisplay_swigregister(OBDisplayPtr)
85 OBDisplay_initialize = _openbox.OBDisplay_initialize
86
87 OBDisplay_destroy = _openbox.OBDisplay_destroy
88
89 OBDisplay_gcCache = _openbox.OBDisplay_gcCache
90
91 OBDisplay_screenInfo = _openbox.OBDisplay_screenInfo
92
93 OBDisplay_findScreen = _openbox.OBDisplay_findScreen
94
95 OBDisplay_xkb = _openbox.OBDisplay_xkb
96
97 OBDisplay_xkbEventBase = _openbox.OBDisplay_xkbEventBase
98
99 OBDisplay_shape = _openbox.OBDisplay_shape
100
101 OBDisplay_shapeEventBase = _openbox.OBDisplay_shapeEventBase
102
103 OBDisplay_xinerama = _openbox.OBDisplay_xinerama
104
105 OBDisplay_numLockMask = _openbox.OBDisplay_numLockMask
106
107 OBDisplay_scrollLockMask = _openbox.OBDisplay_scrollLockMask
108
109 OBDisplay_grab = _openbox.OBDisplay_grab
110
111 OBDisplay_ungrab = _openbox.OBDisplay_ungrab
112
113 OBDisplay_grabButton = _openbox.OBDisplay_grabButton
114
115 OBDisplay_ungrabButton = _openbox.OBDisplay_ungrabButton
116
117 OBDisplay_grabKey = _openbox.OBDisplay_grabKey
118
119 OBDisplay_ungrabKey = _openbox.OBDisplay_ungrabKey
120
121
122 class Point(_object):
123     __swig_setmethods__ = {}
124     __setattr__ = lambda self, name, value: _swig_setattr(self, Point, name, value)
125     __swig_getmethods__ = {}
126     __getattr__ = lambda self, name: _swig_getattr(self, Point, name)
127     def __init__(self,*args):
128         self.this = apply(_openbox.new_Point,args)
129         self.thisown = 1
130     def setX(*args): return apply(_openbox.Point_setX,args)
131     def x(*args): return apply(_openbox.Point_x,args)
132     def setY(*args): return apply(_openbox.Point_setY,args)
133     def y(*args): return apply(_openbox.Point_y,args)
134     def setPoint(*args): return apply(_openbox.Point_setPoint,args)
135     def __repr__(self):
136         return "<C Point instance at %s>" % (self.this,)
137
138 class PointPtr(Point):
139     def __init__(self,this):
140         self.this = this
141         if not hasattr(self,"thisown"): self.thisown = 0
142         self.__class__ = Point
143 _openbox.Point_swigregister(PointPtr)
144
145 class OBProperty(_object):
146     __swig_setmethods__ = {}
147     __setattr__ = lambda self, name, value: _swig_setattr(self, OBProperty, name, value)
148     __swig_getmethods__ = {}
149     __getattr__ = lambda self, name: _swig_getattr(self, OBProperty, name)
150     Atom_Cardinal = _openbox.OBProperty_Atom_Cardinal
151     Atom_Window = _openbox.OBProperty_Atom_Window
152     Atom_Pixmap = _openbox.OBProperty_Atom_Pixmap
153     Atom_Atom = _openbox.OBProperty_Atom_Atom
154     Atom_String = _openbox.OBProperty_Atom_String
155     Atom_Utf8 = _openbox.OBProperty_Atom_Utf8
156     openbox_pid = _openbox.OBProperty_openbox_pid
157     wm_colormap_windows = _openbox.OBProperty_wm_colormap_windows
158     wm_protocols = _openbox.OBProperty_wm_protocols
159     wm_state = _openbox.OBProperty_wm_state
160     wm_delete_window = _openbox.OBProperty_wm_delete_window
161     wm_take_focus = _openbox.OBProperty_wm_take_focus
162     wm_change_state = _openbox.OBProperty_wm_change_state
163     wm_name = _openbox.OBProperty_wm_name
164     wm_icon_name = _openbox.OBProperty_wm_icon_name
165     wm_class = _openbox.OBProperty_wm_class
166     wm_window_role = _openbox.OBProperty_wm_window_role
167     motif_wm_hints = _openbox.OBProperty_motif_wm_hints
168     blackbox_attributes = _openbox.OBProperty_blackbox_attributes
169     blackbox_change_attributes = _openbox.OBProperty_blackbox_change_attributes
170     blackbox_hints = _openbox.OBProperty_blackbox_hints
171     blackbox_structure_messages = _openbox.OBProperty_blackbox_structure_messages
172     blackbox_notify_startup = _openbox.OBProperty_blackbox_notify_startup
173     blackbox_notify_window_add = _openbox.OBProperty_blackbox_notify_window_add
174     blackbox_notify_window_del = _openbox.OBProperty_blackbox_notify_window_del
175     blackbox_notify_window_focus = _openbox.OBProperty_blackbox_notify_window_focus
176     blackbox_notify_current_workspace = _openbox.OBProperty_blackbox_notify_current_workspace
177     blackbox_notify_workspace_count = _openbox.OBProperty_blackbox_notify_workspace_count
178     blackbox_notify_window_raise = _openbox.OBProperty_blackbox_notify_window_raise
179     blackbox_notify_window_lower = _openbox.OBProperty_blackbox_notify_window_lower
180     blackbox_change_workspace = _openbox.OBProperty_blackbox_change_workspace
181     blackbox_change_window_focus = _openbox.OBProperty_blackbox_change_window_focus
182     blackbox_cycle_window_focus = _openbox.OBProperty_blackbox_cycle_window_focus
183     openbox_show_root_menu = _openbox.OBProperty_openbox_show_root_menu
184     openbox_show_workspace_menu = _openbox.OBProperty_openbox_show_workspace_menu
185     net_supported = _openbox.OBProperty_net_supported
186     net_client_list = _openbox.OBProperty_net_client_list
187     net_client_list_stacking = _openbox.OBProperty_net_client_list_stacking
188     net_number_of_desktops = _openbox.OBProperty_net_number_of_desktops
189     net_desktop_geometry = _openbox.OBProperty_net_desktop_geometry
190     net_desktop_viewport = _openbox.OBProperty_net_desktop_viewport
191     net_current_desktop = _openbox.OBProperty_net_current_desktop
192     net_desktop_names = _openbox.OBProperty_net_desktop_names
193     net_active_window = _openbox.OBProperty_net_active_window
194     net_workarea = _openbox.OBProperty_net_workarea
195     net_supporting_wm_check = _openbox.OBProperty_net_supporting_wm_check
196     net_close_window = _openbox.OBProperty_net_close_window
197     net_wm_moveresize = _openbox.OBProperty_net_wm_moveresize
198     net_wm_name = _openbox.OBProperty_net_wm_name
199     net_wm_visible_name = _openbox.OBProperty_net_wm_visible_name
200     net_wm_icon_name = _openbox.OBProperty_net_wm_icon_name
201     net_wm_visible_icon_name = _openbox.OBProperty_net_wm_visible_icon_name
202     net_wm_desktop = _openbox.OBProperty_net_wm_desktop
203     net_wm_window_type = _openbox.OBProperty_net_wm_window_type
204     net_wm_state = _openbox.OBProperty_net_wm_state
205     net_wm_strut = _openbox.OBProperty_net_wm_strut
206     net_wm_allowed_actions = _openbox.OBProperty_net_wm_allowed_actions
207     net_wm_window_type_desktop = _openbox.OBProperty_net_wm_window_type_desktop
208     net_wm_window_type_dock = _openbox.OBProperty_net_wm_window_type_dock
209     net_wm_window_type_toolbar = _openbox.OBProperty_net_wm_window_type_toolbar
210     net_wm_window_type_menu = _openbox.OBProperty_net_wm_window_type_menu
211     net_wm_window_type_utility = _openbox.OBProperty_net_wm_window_type_utility
212     net_wm_window_type_splash = _openbox.OBProperty_net_wm_window_type_splash
213     net_wm_window_type_dialog = _openbox.OBProperty_net_wm_window_type_dialog
214     net_wm_window_type_normal = _openbox.OBProperty_net_wm_window_type_normal
215     net_wm_moveresize_size_topleft = _openbox.OBProperty_net_wm_moveresize_size_topleft
216     net_wm_moveresize_size_topright = _openbox.OBProperty_net_wm_moveresize_size_topright
217     net_wm_moveresize_size_bottomleft = _openbox.OBProperty_net_wm_moveresize_size_bottomleft
218     net_wm_moveresize_size_bottomright = _openbox.OBProperty_net_wm_moveresize_size_bottomright
219     net_wm_moveresize_move = _openbox.OBProperty_net_wm_moveresize_move
220     net_wm_action_move = _openbox.OBProperty_net_wm_action_move
221     net_wm_action_resize = _openbox.OBProperty_net_wm_action_resize
222     net_wm_action_shade = _openbox.OBProperty_net_wm_action_shade
223     net_wm_action_maximize_horz = _openbox.OBProperty_net_wm_action_maximize_horz
224     net_wm_action_maximize_vert = _openbox.OBProperty_net_wm_action_maximize_vert
225     net_wm_action_change_desktop = _openbox.OBProperty_net_wm_action_change_desktop
226     net_wm_action_close = _openbox.OBProperty_net_wm_action_close
227     net_wm_state_modal = _openbox.OBProperty_net_wm_state_modal
228     net_wm_state_sticky = _openbox.OBProperty_net_wm_state_sticky
229     net_wm_state_maximized_vert = _openbox.OBProperty_net_wm_state_maximized_vert
230     net_wm_state_maximized_horz = _openbox.OBProperty_net_wm_state_maximized_horz
231     net_wm_state_shaded = _openbox.OBProperty_net_wm_state_shaded
232     net_wm_state_skip_taskbar = _openbox.OBProperty_net_wm_state_skip_taskbar
233     net_wm_state_skip_pager = _openbox.OBProperty_net_wm_state_skip_pager
234     net_wm_state_hidden = _openbox.OBProperty_net_wm_state_hidden
235     net_wm_state_fullscreen = _openbox.OBProperty_net_wm_state_fullscreen
236     net_wm_state_above = _openbox.OBProperty_net_wm_state_above
237     net_wm_state_below = _openbox.OBProperty_net_wm_state_below
238     kde_net_system_tray_windows = _openbox.OBProperty_kde_net_system_tray_windows
239     kde_net_wm_system_tray_window_for = _openbox.OBProperty_kde_net_wm_system_tray_window_for
240     kde_net_wm_window_type_override = _openbox.OBProperty_kde_net_wm_window_type_override
241     NUM_ATOMS = _openbox.OBProperty_NUM_ATOMS
242     ascii = _openbox.OBProperty_ascii
243     utf8 = _openbox.OBProperty_utf8
244     NUM_STRING_TYPE = _openbox.OBProperty_NUM_STRING_TYPE
245     def __init__(self,*args):
246         self.this = apply(_openbox.new_OBProperty,args)
247         self.thisown = 1
248     def __del__(self, destroy= _openbox.delete_OBProperty):
249         try:
250             if self.thisown: destroy(self)
251         except: pass
252     def set(*args): return apply(_openbox.OBProperty_set,args)
253     def get(*args): return apply(_openbox.OBProperty_get,args)
254     def erase(*args): return apply(_openbox.OBProperty_erase,args)
255     def atom(*args): return apply(_openbox.OBProperty_atom,args)
256     def __repr__(self):
257         return "<C OBProperty instance at %s>" % (self.this,)
258
259 class OBPropertyPtr(OBProperty):
260     def __init__(self,this):
261         self.this = this
262         if not hasattr(self,"thisown"): self.thisown = 0
263         self.__class__ = OBProperty
264 _openbox.OBProperty_swigregister(OBPropertyPtr)
265
266 class Rect(_object):
267     __swig_setmethods__ = {}
268     __setattr__ = lambda self, name, value: _swig_setattr(self, Rect, name, value)
269     __swig_getmethods__ = {}
270     __getattr__ = lambda self, name: _swig_getattr(self, Rect, name)
271     def __init__(self,*args):
272         self.this = apply(_openbox.new_Rect,args)
273         self.thisown = 1
274     def left(*args): return apply(_openbox.Rect_left,args)
275     def top(*args): return apply(_openbox.Rect_top,args)
276     def right(*args): return apply(_openbox.Rect_right,args)
277     def bottom(*args): return apply(_openbox.Rect_bottom,args)
278     def x(*args): return apply(_openbox.Rect_x,args)
279     def y(*args): return apply(_openbox.Rect_y,args)
280     def location(*args): return apply(_openbox.Rect_location,args)
281     def setX(*args): return apply(_openbox.Rect_setX,args)
282     def setY(*args): return apply(_openbox.Rect_setY,args)
283     def setPos(*args): return apply(_openbox.Rect_setPos,args)
284     def width(*args): return apply(_openbox.Rect_width,args)
285     def height(*args): return apply(_openbox.Rect_height,args)
286     def size(*args): return apply(_openbox.Rect_size,args)
287     def setWidth(*args): return apply(_openbox.Rect_setWidth,args)
288     def setHeight(*args): return apply(_openbox.Rect_setHeight,args)
289     def setSize(*args): return apply(_openbox.Rect_setSize,args)
290     def setRect(*args): return apply(_openbox.Rect_setRect,args)
291     def setCoords(*args): return apply(_openbox.Rect_setCoords,args)
292     def __eq__(*args): return apply(_openbox.Rect___eq__,args)
293     def __ne__(*args): return apply(_openbox.Rect___ne__,args)
294     def __or__(*args): return apply(_openbox.Rect___or__,args)
295     def __and__(*args): return apply(_openbox.Rect___and__,args)
296     def __ior__(*args): return apply(_openbox.Rect___ior__,args)
297     def __iand__(*args): return apply(_openbox.Rect___iand__,args)
298     def valid(*args): return apply(_openbox.Rect_valid,args)
299     def intersects(*args): return apply(_openbox.Rect_intersects,args)
300     def contains(*args): return apply(_openbox.Rect_contains,args)
301     def __repr__(self):
302         return "<C Rect instance at %s>" % (self.this,)
303
304 class RectPtr(Rect):
305     def __init__(self,this):
306         self.this = this
307         if not hasattr(self,"thisown"): self.thisown = 0
308         self.__class__ = Rect
309 _openbox.Rect_swigregister(RectPtr)
310
311 class ScreenInfo(_object):
312     __swig_setmethods__ = {}
313     __setattr__ = lambda self, name, value: _swig_setattr(self, ScreenInfo, name, value)
314     __swig_getmethods__ = {}
315     __getattr__ = lambda self, name: _swig_getattr(self, ScreenInfo, name)
316     def __init__(self,*args):
317         self.this = apply(_openbox.new_ScreenInfo,args)
318         self.thisown = 1
319     def visual(*args): return apply(_openbox.ScreenInfo_visual,args)
320     def rootWindow(*args): return apply(_openbox.ScreenInfo_rootWindow,args)
321     def colormap(*args): return apply(_openbox.ScreenInfo_colormap,args)
322     def depth(*args): return apply(_openbox.ScreenInfo_depth,args)
323     def screen(*args): return apply(_openbox.ScreenInfo_screen,args)
324     def rect(*args): return apply(_openbox.ScreenInfo_rect,args)
325     def width(*args): return apply(_openbox.ScreenInfo_width,args)
326     def height(*args): return apply(_openbox.ScreenInfo_height,args)
327     def displayString(*args): return apply(_openbox.ScreenInfo_displayString,args)
328     def __repr__(self):
329         return "<C ScreenInfo instance at %s>" % (self.this,)
330
331 class ScreenInfoPtr(ScreenInfo):
332     def __init__(self,this):
333         self.this = this
334         if not hasattr(self,"thisown"): self.thisown = 0
335         self.__class__ = ScreenInfo
336 _openbox.ScreenInfo_swigregister(ScreenInfoPtr)
337
338 class Strut(_object):
339     __swig_setmethods__ = {}
340     __setattr__ = lambda self, name, value: _swig_setattr(self, Strut, name, value)
341     __swig_getmethods__ = {}
342     __getattr__ = lambda self, name: _swig_getattr(self, Strut, name)
343     __swig_setmethods__["top"] = _openbox.Strut_top_set
344     __swig_getmethods__["top"] = _openbox.Strut_top_get
345     if _newclass:top = property(_openbox.Strut_top_get,_openbox.Strut_top_set)
346     __swig_setmethods__["bottom"] = _openbox.Strut_bottom_set
347     __swig_getmethods__["bottom"] = _openbox.Strut_bottom_get
348     if _newclass:bottom = property(_openbox.Strut_bottom_get,_openbox.Strut_bottom_set)
349     __swig_setmethods__["left"] = _openbox.Strut_left_set
350     __swig_getmethods__["left"] = _openbox.Strut_left_get
351     if _newclass:left = property(_openbox.Strut_left_get,_openbox.Strut_left_set)
352     __swig_setmethods__["right"] = _openbox.Strut_right_set
353     __swig_getmethods__["right"] = _openbox.Strut_right_get
354     if _newclass:right = property(_openbox.Strut_right_get,_openbox.Strut_right_set)
355     def __init__(self,*args):
356         self.this = apply(_openbox.new_Strut,args)
357         self.thisown = 1
358     def __repr__(self):
359         return "<C Strut instance at %s>" % (self.this,)
360
361 class StrutPtr(Strut):
362     def __init__(self,this):
363         self.this = this
364         if not hasattr(self,"thisown"): self.thisown = 0
365         self.__class__ = Strut
366 _openbox.Strut_swigregister(StrutPtr)
367
368 expandTilde = _openbox.expandTilde
369
370 bexec = _openbox.bexec
371
372 textPropertyToString = _openbox.textPropertyToString
373
374 itostring_unsigned_long = _openbox.itostring_unsigned_long
375
376 itostring_long = _openbox.itostring_long
377
378 itostring_unsigned = _openbox.itostring_unsigned
379
380 itostring = _openbox.itostring
381
382 putenv = _openbox.putenv
383
384 basename = _openbox.basename
385
386 class OtkEventHandler(_object):
387     __swig_setmethods__ = {}
388     __setattr__ = lambda self, name, value: _swig_setattr(self, OtkEventHandler, name, value)
389     __swig_getmethods__ = {}
390     __getattr__ = lambda self, name: _swig_getattr(self, OtkEventHandler, name)
391     def handle(*args): return apply(_openbox.OtkEventHandler_handle,args)
392     def keyPressHandler(*args): return apply(_openbox.OtkEventHandler_keyPressHandler,args)
393     def keyReleaseHandler(*args): return apply(_openbox.OtkEventHandler_keyReleaseHandler,args)
394     def buttonPressHandler(*args): return apply(_openbox.OtkEventHandler_buttonPressHandler,args)
395     def buttonReleaseHandler(*args): return apply(_openbox.OtkEventHandler_buttonReleaseHandler,args)
396     def motionHandler(*args): return apply(_openbox.OtkEventHandler_motionHandler,args)
397     def enterHandler(*args): return apply(_openbox.OtkEventHandler_enterHandler,args)
398     def leaveHandler(*args): return apply(_openbox.OtkEventHandler_leaveHandler,args)
399     def focusHandler(*args): return apply(_openbox.OtkEventHandler_focusHandler,args)
400     def unfocusHandler(*args): return apply(_openbox.OtkEventHandler_unfocusHandler,args)
401     def exposeHandler(*args): return apply(_openbox.OtkEventHandler_exposeHandler,args)
402     def graphicsExposeHandler(*args): return apply(_openbox.OtkEventHandler_graphicsExposeHandler,args)
403     def noExposeEventHandler(*args): return apply(_openbox.OtkEventHandler_noExposeEventHandler,args)
404     def circulateRequestHandler(*args): return apply(_openbox.OtkEventHandler_circulateRequestHandler,args)
405     def configureRequestHandler(*args): return apply(_openbox.OtkEventHandler_configureRequestHandler,args)
406     def mapRequestHandler(*args): return apply(_openbox.OtkEventHandler_mapRequestHandler,args)
407     def resizeRequestHandler(*args): return apply(_openbox.OtkEventHandler_resizeRequestHandler,args)
408     def circulateHandler(*args): return apply(_openbox.OtkEventHandler_circulateHandler,args)
409     def configureHandler(*args): return apply(_openbox.OtkEventHandler_configureHandler,args)
410     def createHandler(*args): return apply(_openbox.OtkEventHandler_createHandler,args)
411     def destroyHandler(*args): return apply(_openbox.OtkEventHandler_destroyHandler,args)
412     def gravityHandler(*args): return apply(_openbox.OtkEventHandler_gravityHandler,args)
413     def mapHandler(*args): return apply(_openbox.OtkEventHandler_mapHandler,args)
414     def mappingHandler(*args): return apply(_openbox.OtkEventHandler_mappingHandler,args)
415     def reparentHandler(*args): return apply(_openbox.OtkEventHandler_reparentHandler,args)
416     def unmapHandler(*args): return apply(_openbox.OtkEventHandler_unmapHandler,args)
417     def visibilityHandler(*args): return apply(_openbox.OtkEventHandler_visibilityHandler,args)
418     def colorMapHandler(*args): return apply(_openbox.OtkEventHandler_colorMapHandler,args)
419     def propertyHandler(*args): return apply(_openbox.OtkEventHandler_propertyHandler,args)
420     def selectionClearHandler(*args): return apply(_openbox.OtkEventHandler_selectionClearHandler,args)
421     def selectionHandler(*args): return apply(_openbox.OtkEventHandler_selectionHandler,args)
422     def selectionRequestHandler(*args): return apply(_openbox.OtkEventHandler_selectionRequestHandler,args)
423     def clientMessageHandler(*args): return apply(_openbox.OtkEventHandler_clientMessageHandler,args)
424     def __del__(self, destroy= _openbox.delete_OtkEventHandler):
425         try:
426             if self.thisown: destroy(self)
427         except: pass
428     def __init__(self): raise RuntimeError, "No constructor defined"
429     def __repr__(self):
430         return "<C OtkEventHandler instance at %s>" % (self.this,)
431
432 class OtkEventHandlerPtr(OtkEventHandler):
433     def __init__(self,this):
434         self.this = this
435         if not hasattr(self,"thisown"): self.thisown = 0
436         self.__class__ = OtkEventHandler
437 _openbox.OtkEventHandler_swigregister(OtkEventHandlerPtr)
438 cvar = _openbox.cvar
439 BSENTINEL = cvar.BSENTINEL
440
441 class OtkEventDispatcher(_object):
442     __swig_setmethods__ = {}
443     __setattr__ = lambda self, name, value: _swig_setattr(self, OtkEventDispatcher, name, value)
444     __swig_getmethods__ = {}
445     __getattr__ = lambda self, name: _swig_getattr(self, OtkEventDispatcher, name)
446     def __init__(self,*args):
447         self.this = apply(_openbox.new_OtkEventDispatcher,args)
448         self.thisown = 1
449     def __del__(self, destroy= _openbox.delete_OtkEventDispatcher):
450         try:
451             if self.thisown: destroy(self)
452         except: pass
453     def clearAllHandlers(*args): return apply(_openbox.OtkEventDispatcher_clearAllHandlers,args)
454     def registerHandler(*args): return apply(_openbox.OtkEventDispatcher_registerHandler,args)
455     def clearHandler(*args): return apply(_openbox.OtkEventDispatcher_clearHandler,args)
456     def dispatchEvents(*args): return apply(_openbox.OtkEventDispatcher_dispatchEvents,args)
457     def setFallbackHandler(*args): return apply(_openbox.OtkEventDispatcher_setFallbackHandler,args)
458     def getFallbackHandler(*args): return apply(_openbox.OtkEventDispatcher_getFallbackHandler,args)
459     def setMasterHandler(*args): return apply(_openbox.OtkEventDispatcher_setMasterHandler,args)
460     def getMasterHandler(*args): return apply(_openbox.OtkEventDispatcher_getMasterHandler,args)
461     def findHandler(*args): return apply(_openbox.OtkEventDispatcher_findHandler,args)
462     def lastTime(*args): return apply(_openbox.OtkEventDispatcher_lastTime,args)
463     def __repr__(self):
464         return "<C OtkEventDispatcher instance at %s>" % (self.this,)
465
466 class OtkEventDispatcherPtr(OtkEventDispatcher):
467     def __init__(self,this):
468         self.this = this
469         if not hasattr(self,"thisown"): self.thisown = 0
470         self.__class__ = OtkEventDispatcher
471 _openbox.OtkEventDispatcher_swigregister(OtkEventDispatcherPtr)
472
473 class Cursors(_object):
474     __swig_setmethods__ = {}
475     __setattr__ = lambda self, name, value: _swig_setattr(self, Cursors, name, value)
476     __swig_getmethods__ = {}
477     __getattr__ = lambda self, name: _swig_getattr(self, Cursors, name)
478     __swig_setmethods__["session"] = _openbox.Cursors_session_set
479     __swig_getmethods__["session"] = _openbox.Cursors_session_get
480     if _newclass:session = property(_openbox.Cursors_session_get,_openbox.Cursors_session_set)
481     __swig_setmethods__["move"] = _openbox.Cursors_move_set
482     __swig_getmethods__["move"] = _openbox.Cursors_move_get
483     if _newclass:move = property(_openbox.Cursors_move_get,_openbox.Cursors_move_set)
484     __swig_setmethods__["ll_angle"] = _openbox.Cursors_ll_angle_set
485     __swig_getmethods__["ll_angle"] = _openbox.Cursors_ll_angle_get
486     if _newclass:ll_angle = property(_openbox.Cursors_ll_angle_get,_openbox.Cursors_ll_angle_set)
487     __swig_setmethods__["lr_angle"] = _openbox.Cursors_lr_angle_set
488     __swig_getmethods__["lr_angle"] = _openbox.Cursors_lr_angle_get
489     if _newclass:lr_angle = property(_openbox.Cursors_lr_angle_get,_openbox.Cursors_lr_angle_set)
490     __swig_setmethods__["ul_angle"] = _openbox.Cursors_ul_angle_set
491     __swig_getmethods__["ul_angle"] = _openbox.Cursors_ul_angle_get
492     if _newclass:ul_angle = property(_openbox.Cursors_ul_angle_get,_openbox.Cursors_ul_angle_set)
493     __swig_setmethods__["ur_angle"] = _openbox.Cursors_ur_angle_set
494     __swig_getmethods__["ur_angle"] = _openbox.Cursors_ur_angle_get
495     if _newclass:ur_angle = property(_openbox.Cursors_ur_angle_get,_openbox.Cursors_ur_angle_set)
496     def __init__(self): raise RuntimeError, "No constructor defined"
497     def __repr__(self):
498         return "<C Cursors instance at %s>" % (self.this,)
499
500 class CursorsPtr(Cursors):
501     def __init__(self,this):
502         self.this = this
503         if not hasattr(self,"thisown"): self.thisown = 0
504         self.__class__ = Cursors
505 _openbox.Cursors_swigregister(CursorsPtr)
506
507 class Openbox(OtkEventDispatcher,OtkEventHandler):
508     __swig_setmethods__ = {}
509     for _s in [OtkEventDispatcher,OtkEventHandler]: __swig_setmethods__.update(_s.__swig_setmethods__)
510     __setattr__ = lambda self, name, value: _swig_setattr(self, Openbox, name, value)
511     __swig_getmethods__ = {}
512     for _s in [OtkEventDispatcher,OtkEventHandler]: __swig_getmethods__.update(_s.__swig_getmethods__)
513     __getattr__ = lambda self, name: _swig_getattr(self, Openbox, name)
514     State_Starting = _openbox.Openbox_State_Starting
515     State_Normal = _openbox.Openbox_State_Normal
516     State_Exiting = _openbox.Openbox_State_Exiting
517     def state(*args): return apply(_openbox.Openbox_state,args)
518     def timerManager(*args): return apply(_openbox.Openbox_timerManager,args)
519     def property(*args): return apply(_openbox.Openbox_property,args)
520     def actions(*args): return apply(_openbox.Openbox_actions,args)
521     def bindings(*args): return apply(_openbox.Openbox_bindings,args)
522     def screen(*args): return apply(_openbox.Openbox_screen,args)
523     def screenCount(*args): return apply(_openbox.Openbox_screenCount,args)
524     def cursors(*args): return apply(_openbox.Openbox_cursors,args)
525     def addClient(*args): return apply(_openbox.Openbox_addClient,args)
526     def removeClient(*args): return apply(_openbox.Openbox_removeClient,args)
527     def findClient(*args): return apply(_openbox.Openbox_findClient,args)
528     def focusedClient(*args): return apply(_openbox.Openbox_focusedClient,args)
529     def setFocusedClient(*args): return apply(_openbox.Openbox_setFocusedClient,args)
530     def focusedScreen(*args): return apply(_openbox.Openbox_focusedScreen,args)
531     def shutdown(*args): return apply(_openbox.Openbox_shutdown,args)
532     def restart(*args): return apply(_openbox.Openbox_restart,args)
533     def execute(*args): return apply(_openbox.Openbox_execute,args)
534     def __init__(self): raise RuntimeError, "No constructor defined"
535     def __repr__(self):
536         return "<C Openbox instance at %s>" % (self.this,)
537
538 class OpenboxPtr(Openbox):
539     def __init__(self,this):
540         self.this = this
541         if not hasattr(self,"thisown"): self.thisown = 0
542         self.__class__ = Openbox
543 _openbox.Openbox_swigregister(OpenboxPtr)
544
545 class OBScreen(OtkEventHandler,):
546     __swig_setmethods__ = {}
547     for _s in [OtkEventHandler,]: __swig_setmethods__.update(_s.__swig_setmethods__)
548     __setattr__ = lambda self, name, value: _swig_setattr(self, OBScreen, name, value)
549     __swig_getmethods__ = {}
550     for _s in [OtkEventHandler,]: __swig_getmethods__.update(_s.__swig_getmethods__)
551     __getattr__ = lambda self, name: _swig_getattr(self, OBScreen, name)
552     def client(*args): return apply(_openbox.OBScreen_client,args)
553     def clientCount(*args): return apply(_openbox.OBScreen_clientCount,args)
554     event_mask = _openbox.OBScreen_event_mask
555     def number(*args): return apply(_openbox.OBScreen_number,args)
556     def managed(*args): return apply(_openbox.OBScreen_managed,args)
557     def imageControl(*args): return apply(_openbox.OBScreen_imageControl,args)
558     def area(*args): return apply(_openbox.OBScreen_area,args)
559     def style(*args): return apply(_openbox.OBScreen_style,args)
560     def focuswindow(*args): return apply(_openbox.OBScreen_focuswindow,args)
561     def desktop(*args): return apply(_openbox.OBScreen_desktop,args)
562     def numDesktops(*args): return apply(_openbox.OBScreen_numDesktops,args)
563     def updateStrut(*args): return apply(_openbox.OBScreen_updateStrut,args)
564     def manageExisting(*args): return apply(_openbox.OBScreen_manageExisting,args)
565     def manageWindow(*args): return apply(_openbox.OBScreen_manageWindow,args)
566     def unmanageWindow(*args): return apply(_openbox.OBScreen_unmanageWindow,args)
567     def restack(*args): return apply(_openbox.OBScreen_restack,args)
568     def setDesktopName(*args): return apply(_openbox.OBScreen_setDesktopName,args)
569     def propertyHandler(*args): return apply(_openbox.OBScreen_propertyHandler,args)
570     def clientMessageHandler(*args): return apply(_openbox.OBScreen_clientMessageHandler,args)
571     def mapRequestHandler(*args): return apply(_openbox.OBScreen_mapRequestHandler,args)
572     def __init__(self): raise RuntimeError, "No constructor defined"
573     def __repr__(self):
574         return "<C OBScreen instance at %s>" % (self.this,)
575
576 class OBScreenPtr(OBScreen):
577     def __init__(self,this):
578         self.this = this
579         if not hasattr(self,"thisown"): self.thisown = 0
580         self.__class__ = OBScreen
581 _openbox.OBScreen_swigregister(OBScreenPtr)
582
583 class MwmHints(_object):
584     __swig_setmethods__ = {}
585     __setattr__ = lambda self, name, value: _swig_setattr(self, MwmHints, name, value)
586     __swig_getmethods__ = {}
587     __getattr__ = lambda self, name: _swig_getattr(self, MwmHints, name)
588     __swig_setmethods__["flags"] = _openbox.MwmHints_flags_set
589     __swig_getmethods__["flags"] = _openbox.MwmHints_flags_get
590     if _newclass:flags = property(_openbox.MwmHints_flags_get,_openbox.MwmHints_flags_set)
591     __swig_setmethods__["functions"] = _openbox.MwmHints_functions_set
592     __swig_getmethods__["functions"] = _openbox.MwmHints_functions_get
593     if _newclass:functions = property(_openbox.MwmHints_functions_get,_openbox.MwmHints_functions_set)
594     __swig_setmethods__["decorations"] = _openbox.MwmHints_decorations_set
595     __swig_getmethods__["decorations"] = _openbox.MwmHints_decorations_get
596     if _newclass:decorations = property(_openbox.MwmHints_decorations_get,_openbox.MwmHints_decorations_set)
597     elements = _openbox.MwmHints_elements
598     def __init__(self): raise RuntimeError, "No constructor defined"
599     def __repr__(self):
600         return "<C MwmHints instance at %s>" % (self.this,)
601
602 class MwmHintsPtr(MwmHints):
603     def __init__(self,this):
604         self.this = this
605         if not hasattr(self,"thisown"): self.thisown = 0
606         self.__class__ = MwmHints
607 _openbox.MwmHints_swigregister(MwmHintsPtr)
608
609 class OBClient(OtkEventHandler,):
610     __swig_setmethods__ = {}
611     for _s in [OtkEventHandler,]: __swig_setmethods__.update(_s.__swig_setmethods__)
612     __setattr__ = lambda self, name, value: _swig_setattr(self, OBClient, name, value)
613     __swig_getmethods__ = {}
614     for _s in [OtkEventHandler,]: __swig_getmethods__.update(_s.__swig_getmethods__)
615     __getattr__ = lambda self, name: _swig_getattr(self, OBClient, name)
616     __swig_setmethods__["frame"] = _openbox.OBClient_frame_set
617     __swig_getmethods__["frame"] = _openbox.OBClient_frame_get
618     if _newclass:frame = property(_openbox.OBClient_frame_get,_openbox.OBClient_frame_set)
619     Layer_Icon = _openbox.OBClient_Layer_Icon
620     Layer_Desktop = _openbox.OBClient_Layer_Desktop
621     Layer_Below = _openbox.OBClient_Layer_Below
622     Layer_Normal = _openbox.OBClient_Layer_Normal
623     Layer_Above = _openbox.OBClient_Layer_Above
624     Layer_Top = _openbox.OBClient_Layer_Top
625     Layer_Fullscreen = _openbox.OBClient_Layer_Fullscreen
626     Layer_Internal = _openbox.OBClient_Layer_Internal
627     NUM_LAYERS = _openbox.OBClient_NUM_LAYERS
628     TopLeft = _openbox.OBClient_TopLeft
629     TopRight = _openbox.OBClient_TopRight
630     BottomLeft = _openbox.OBClient_BottomLeft
631     BottomRight = _openbox.OBClient_BottomRight
632     Type_Desktop = _openbox.OBClient_Type_Desktop
633     Type_Dock = _openbox.OBClient_Type_Dock
634     Type_Toolbar = _openbox.OBClient_Type_Toolbar
635     Type_Menu = _openbox.OBClient_Type_Menu
636     Type_Utility = _openbox.OBClient_Type_Utility
637     Type_Splash = _openbox.OBClient_Type_Splash
638     Type_Dialog = _openbox.OBClient_Type_Dialog
639     Type_Normal = _openbox.OBClient_Type_Normal
640     MwmFlag_Functions = _openbox.OBClient_MwmFlag_Functions
641     MwmFlag_Decorations = _openbox.OBClient_MwmFlag_Decorations
642     MwmFunc_All = _openbox.OBClient_MwmFunc_All
643     MwmFunc_Resize = _openbox.OBClient_MwmFunc_Resize
644     MwmFunc_Move = _openbox.OBClient_MwmFunc_Move
645     MwmFunc_Iconify = _openbox.OBClient_MwmFunc_Iconify
646     MwmFunc_Maximize = _openbox.OBClient_MwmFunc_Maximize
647     MwmDecor_All = _openbox.OBClient_MwmDecor_All
648     MwmDecor_Border = _openbox.OBClient_MwmDecor_Border
649     MwmDecor_Handle = _openbox.OBClient_MwmDecor_Handle
650     MwmDecor_Title = _openbox.OBClient_MwmDecor_Title
651     MwmDecor_Iconify = _openbox.OBClient_MwmDecor_Iconify
652     MwmDecor_Maximize = _openbox.OBClient_MwmDecor_Maximize
653     Func_Resize = _openbox.OBClient_Func_Resize
654     Func_Move = _openbox.OBClient_Func_Move
655     Func_Iconify = _openbox.OBClient_Func_Iconify
656     Func_Maximize = _openbox.OBClient_Func_Maximize
657     Func_Close = _openbox.OBClient_Func_Close
658     Decor_Titlebar = _openbox.OBClient_Decor_Titlebar
659     Decor_Handle = _openbox.OBClient_Decor_Handle
660     Decor_Border = _openbox.OBClient_Decor_Border
661     Decor_Iconify = _openbox.OBClient_Decor_Iconify
662     Decor_Maximize = _openbox.OBClient_Decor_Maximize
663     Decor_Sticky = _openbox.OBClient_Decor_Sticky
664     Decor_Close = _openbox.OBClient_Decor_Close
665     State_Remove = _openbox.OBClient_State_Remove
666     State_Add = _openbox.OBClient_State_Add
667     State_Toggle = _openbox.OBClient_State_Toggle
668     event_mask = _openbox.OBClient_event_mask
669     no_propagate_mask = _openbox.OBClient_no_propagate_mask
670     __swig_setmethods__["ignore_unmaps"] = _openbox.OBClient_ignore_unmaps_set
671     __swig_getmethods__["ignore_unmaps"] = _openbox.OBClient_ignore_unmaps_get
672     if _newclass:ignore_unmaps = property(_openbox.OBClient_ignore_unmaps_get,_openbox.OBClient_ignore_unmaps_set)
673     def screen(*args): return apply(_openbox.OBClient_screen,args)
674     def window(*args): return apply(_openbox.OBClient_window,args)
675     def type(*args): return apply(_openbox.OBClient_type,args)
676     def normal(*args): return apply(_openbox.OBClient_normal,args)
677     def desktop(*args): return apply(_openbox.OBClient_desktop,args)
678     def title(*args): return apply(_openbox.OBClient_title,args)
679     def iconTitle(*args): return apply(_openbox.OBClient_iconTitle,args)
680     def appName(*args): return apply(_openbox.OBClient_appName,args)
681     def appClass(*args): return apply(_openbox.OBClient_appClass,args)
682     def role(*args): return apply(_openbox.OBClient_role,args)
683     def canFocus(*args): return apply(_openbox.OBClient_canFocus,args)
684     def urgent(*args): return apply(_openbox.OBClient_urgent,args)
685     def focusNotify(*args): return apply(_openbox.OBClient_focusNotify,args)
686     def shaped(*args): return apply(_openbox.OBClient_shaped,args)
687     def gravity(*args): return apply(_openbox.OBClient_gravity,args)
688     def positionRequested(*args): return apply(_openbox.OBClient_positionRequested,args)
689     def decorations(*args): return apply(_openbox.OBClient_decorations,args)
690     def funtions(*args): return apply(_openbox.OBClient_funtions,args)
691     def transientFor(*args): return apply(_openbox.OBClient_transientFor,args)
692     def modal(*args): return apply(_openbox.OBClient_modal,args)
693     def shaded(*args): return apply(_openbox.OBClient_shaded,args)
694     def iconic(*args): return apply(_openbox.OBClient_iconic,args)
695     def maxVert(*args): return apply(_openbox.OBClient_maxVert,args)
696     def maxHorz(*args): return apply(_openbox.OBClient_maxHorz,args)
697     def layer(*args): return apply(_openbox.OBClient_layer,args)
698     def toggleClientBorder(*args): return apply(_openbox.OBClient_toggleClientBorder,args)
699     def area(*args): return apply(_openbox.OBClient_area,args)
700     def strut(*args): return apply(_openbox.OBClient_strut,args)
701     def move(*args): return apply(_openbox.OBClient_move,args)
702     def resize(*args): return apply(_openbox.OBClient_resize,args)
703     def focus(*args): return apply(_openbox.OBClient_focus,args)
704     def unfocus(*args): return apply(_openbox.OBClient_unfocus,args)
705     def focusHandler(*args): return apply(_openbox.OBClient_focusHandler,args)
706     def unfocusHandler(*args): return apply(_openbox.OBClient_unfocusHandler,args)
707     def propertyHandler(*args): return apply(_openbox.OBClient_propertyHandler,args)
708     def clientMessageHandler(*args): return apply(_openbox.OBClient_clientMessageHandler,args)
709     def configureRequestHandler(*args): return apply(_openbox.OBClient_configureRequestHandler,args)
710     def unmapHandler(*args): return apply(_openbox.OBClient_unmapHandler,args)
711     def destroyHandler(*args): return apply(_openbox.OBClient_destroyHandler,args)
712     def reparentHandler(*args): return apply(_openbox.OBClient_reparentHandler,args)
713     def __init__(self): raise RuntimeError, "No constructor defined"
714     def __repr__(self):
715         return "<C OBClient instance at %s>" % (self.this,)
716
717 class OBClientPtr(OBClient):
718     def __init__(self,this):
719         self.this = this
720         if not hasattr(self,"thisown"): self.thisown = 0
721         self.__class__ = OBClient
722 _openbox.OBClient_swigregister(OBClientPtr)
723
724 MC_Frame = _openbox.MC_Frame
725 MC_Titlebar = _openbox.MC_Titlebar
726 MC_Handle = _openbox.MC_Handle
727 MC_Window = _openbox.MC_Window
728 MC_MaximizeButton = _openbox.MC_MaximizeButton
729 MC_CloseButton = _openbox.MC_CloseButton
730 MC_IconifyButton = _openbox.MC_IconifyButton
731 MC_StickyButton = _openbox.MC_StickyButton
732 MC_Grip = _openbox.MC_Grip
733 MC_Root = _openbox.MC_Root
734 MC_MenuItem = _openbox.MC_MenuItem
735 NUM_MOUSE_CONTEXT = _openbox.NUM_MOUSE_CONTEXT
736 MousePress = _openbox.MousePress
737 MouseClick = _openbox.MouseClick
738 MouseDoubleClick = _openbox.MouseDoubleClick
739 MouseMotion = _openbox.MouseMotion
740 NUM_MOUSE_ACTION = _openbox.NUM_MOUSE_ACTION
741 KC_Menu = _openbox.KC_Menu
742 KC_All = _openbox.KC_All
743 NUM_KEY_CONTEXT = _openbox.NUM_KEY_CONTEXT
744 EventEnterWindow = _openbox.EventEnterWindow
745 EventLeaveWindow = _openbox.EventLeaveWindow
746 EventPlaceWindow = _openbox.EventPlaceWindow
747 EventNewWindow = _openbox.EventNewWindow
748 EventCloseWindow = _openbox.EventCloseWindow
749 EventStartup = _openbox.EventStartup
750 EventShutdown = _openbox.EventShutdown
751 EventFocus = _openbox.EventFocus
752 EventBell = _openbox.EventBell
753 NUM_EVENTS = _openbox.NUM_EVENTS
754 class MouseData(_object):
755     __swig_setmethods__ = {}
756     __setattr__ = lambda self, name, value: _swig_setattr(self, MouseData, name, value)
757     __swig_getmethods__ = {}
758     __getattr__ = lambda self, name: _swig_getattr(self, MouseData, name)
759     __swig_setmethods__["screen"] = _openbox.MouseData_screen_set
760     __swig_getmethods__["screen"] = _openbox.MouseData_screen_get
761     if _newclass:screen = property(_openbox.MouseData_screen_get,_openbox.MouseData_screen_set)
762     __swig_setmethods__["client"] = _openbox.MouseData_client_set
763     __swig_getmethods__["client"] = _openbox.MouseData_client_get
764     if _newclass:client = property(_openbox.MouseData_client_get,_openbox.MouseData_client_set)
765     __swig_setmethods__["time"] = _openbox.MouseData_time_set
766     __swig_getmethods__["time"] = _openbox.MouseData_time_get
767     if _newclass:time = property(_openbox.MouseData_time_get,_openbox.MouseData_time_set)
768     __swig_setmethods__["state"] = _openbox.MouseData_state_set
769     __swig_getmethods__["state"] = _openbox.MouseData_state_get
770     if _newclass:state = property(_openbox.MouseData_state_get,_openbox.MouseData_state_set)
771     __swig_setmethods__["button"] = _openbox.MouseData_button_set
772     __swig_getmethods__["button"] = _openbox.MouseData_button_get
773     if _newclass:button = property(_openbox.MouseData_button_get,_openbox.MouseData_button_set)
774     __swig_setmethods__["context"] = _openbox.MouseData_context_set
775     __swig_getmethods__["context"] = _openbox.MouseData_context_get
776     if _newclass:context = property(_openbox.MouseData_context_get,_openbox.MouseData_context_set)
777     __swig_setmethods__["action"] = _openbox.MouseData_action_set
778     __swig_getmethods__["action"] = _openbox.MouseData_action_get
779     if _newclass:action = property(_openbox.MouseData_action_get,_openbox.MouseData_action_set)
780     __swig_setmethods__["xroot"] = _openbox.MouseData_xroot_set
781     __swig_getmethods__["xroot"] = _openbox.MouseData_xroot_get
782     if _newclass:xroot = property(_openbox.MouseData_xroot_get,_openbox.MouseData_xroot_set)
783     __swig_setmethods__["yroot"] = _openbox.MouseData_yroot_set
784     __swig_getmethods__["yroot"] = _openbox.MouseData_yroot_get
785     if _newclass:yroot = property(_openbox.MouseData_yroot_get,_openbox.MouseData_yroot_set)
786     __swig_setmethods__["pressx"] = _openbox.MouseData_pressx_set
787     __swig_getmethods__["pressx"] = _openbox.MouseData_pressx_get
788     if _newclass:pressx = property(_openbox.MouseData_pressx_get,_openbox.MouseData_pressx_set)
789     __swig_setmethods__["pressy"] = _openbox.MouseData_pressy_set
790     __swig_getmethods__["pressy"] = _openbox.MouseData_pressy_get
791     if _newclass:pressy = property(_openbox.MouseData_pressy_get,_openbox.MouseData_pressy_set)
792     __swig_setmethods__["press_clientx"] = _openbox.MouseData_press_clientx_set
793     __swig_getmethods__["press_clientx"] = _openbox.MouseData_press_clientx_get
794     if _newclass:press_clientx = property(_openbox.MouseData_press_clientx_get,_openbox.MouseData_press_clientx_set)
795     __swig_setmethods__["press_clienty"] = _openbox.MouseData_press_clienty_set
796     __swig_getmethods__["press_clienty"] = _openbox.MouseData_press_clienty_get
797     if _newclass:press_clienty = property(_openbox.MouseData_press_clienty_get,_openbox.MouseData_press_clienty_set)
798     __swig_setmethods__["press_clientwidth"] = _openbox.MouseData_press_clientwidth_set
799     __swig_getmethods__["press_clientwidth"] = _openbox.MouseData_press_clientwidth_get
800     if _newclass:press_clientwidth = property(_openbox.MouseData_press_clientwidth_get,_openbox.MouseData_press_clientwidth_set)
801     __swig_setmethods__["press_clientheight"] = _openbox.MouseData_press_clientheight_set
802     __swig_getmethods__["press_clientheight"] = _openbox.MouseData_press_clientheight_get
803     if _newclass:press_clientheight = property(_openbox.MouseData_press_clientheight_get,_openbox.MouseData_press_clientheight_set)
804     def __init__(self,*args):
805         self.this = apply(_openbox.new_MouseData,args)
806         self.thisown = 1
807     def __repr__(self):
808         return "<C MouseData instance at %s>" % (self.this,)
809
810 class MouseDataPtr(MouseData):
811     def __init__(self,this):
812         self.this = this
813         if not hasattr(self,"thisown"): self.thisown = 0
814         self.__class__ = MouseData
815 _openbox.MouseData_swigregister(MouseDataPtr)
816
817 class EventData(_object):
818     __swig_setmethods__ = {}
819     __setattr__ = lambda self, name, value: _swig_setattr(self, EventData, name, value)
820     __swig_getmethods__ = {}
821     __getattr__ = lambda self, name: _swig_getattr(self, EventData, name)
822     __swig_setmethods__["screen"] = _openbox.EventData_screen_set
823     __swig_getmethods__["screen"] = _openbox.EventData_screen_get
824     if _newclass:screen = property(_openbox.EventData_screen_get,_openbox.EventData_screen_set)
825     __swig_setmethods__["client"] = _openbox.EventData_client_set
826     __swig_getmethods__["client"] = _openbox.EventData_client_get
827     if _newclass:client = property(_openbox.EventData_client_get,_openbox.EventData_client_set)
828     __swig_setmethods__["state"] = _openbox.EventData_state_set
829     __swig_getmethods__["state"] = _openbox.EventData_state_get
830     if _newclass:state = property(_openbox.EventData_state_get,_openbox.EventData_state_set)
831     __swig_setmethods__["action"] = _openbox.EventData_action_set
832     __swig_getmethods__["action"] = _openbox.EventData_action_get
833     if _newclass:action = property(_openbox.EventData_action_get,_openbox.EventData_action_set)
834     def __init__(self,*args):
835         self.this = apply(_openbox.new_EventData,args)
836         self.thisown = 1
837     def __repr__(self):
838         return "<C EventData instance at %s>" % (self.this,)
839
840 class EventDataPtr(EventData):
841     def __init__(self,this):
842         self.this = this
843         if not hasattr(self,"thisown"): self.thisown = 0
844         self.__class__ = EventData
845 _openbox.EventData_swigregister(EventDataPtr)
846
847 class KeyData(_object):
848     __swig_setmethods__ = {}
849     __setattr__ = lambda self, name, value: _swig_setattr(self, KeyData, name, value)
850     __swig_getmethods__ = {}
851     __getattr__ = lambda self, name: _swig_getattr(self, KeyData, name)
852     __swig_setmethods__["screen"] = _openbox.KeyData_screen_set
853     __swig_getmethods__["screen"] = _openbox.KeyData_screen_get
854     if _newclass:screen = property(_openbox.KeyData_screen_get,_openbox.KeyData_screen_set)
855     __swig_setmethods__["client"] = _openbox.KeyData_client_set
856     __swig_getmethods__["client"] = _openbox.KeyData_client_get
857     if _newclass:client = property(_openbox.KeyData_client_get,_openbox.KeyData_client_set)
858     __swig_setmethods__["time"] = _openbox.KeyData_time_set
859     __swig_getmethods__["time"] = _openbox.KeyData_time_get
860     if _newclass:time = property(_openbox.KeyData_time_get,_openbox.KeyData_time_set)
861     __swig_setmethods__["state"] = _openbox.KeyData_state_set
862     __swig_getmethods__["state"] = _openbox.KeyData_state_get
863     if _newclass:state = property(_openbox.KeyData_state_get,_openbox.KeyData_state_set)
864     __swig_setmethods__["key"] = _openbox.KeyData_key_set
865     __swig_getmethods__["key"] = _openbox.KeyData_key_get
866     if _newclass:key = property(_openbox.KeyData_key_get,_openbox.KeyData_key_set)
867     def __init__(self,*args):
868         self.this = apply(_openbox.new_KeyData,args)
869         self.thisown = 1
870     def __repr__(self):
871         return "<C KeyData instance at %s>" % (self.this,)
872
873 class KeyDataPtr(KeyData):
874     def __init__(self,this):
875         self.this = this
876         if not hasattr(self,"thisown"): self.thisown = 0
877         self.__class__ = KeyData
878 _openbox.KeyData_swigregister(KeyDataPtr)
879
880 mbind = _openbox.mbind
881
882 kbind = _openbox.kbind
883
884 ebind = _openbox.ebind
885
886 set_reset_key = _openbox.set_reset_key
887
888 send_client_msg = _openbox.send_client_msg
889
890 X_PROTOCOL = _openbox.X_PROTOCOL
891 X_PROTOCOL_REVISION = _openbox.X_PROTOCOL_REVISION
892 None = _openbox.None
893 ParentRelative = _openbox.ParentRelative
894 CopyFromParent = _openbox.CopyFromParent
895 PointerWindow = _openbox.PointerWindow
896 InputFocus = _openbox.InputFocus
897 PointerRoot = _openbox.PointerRoot
898 AnyPropertyType = _openbox.AnyPropertyType
899 AnyKey = _openbox.AnyKey
900 AnyButton = _openbox.AnyButton
901 AllTemporary = _openbox.AllTemporary
902 CurrentTime = _openbox.CurrentTime
903 NoSymbol = _openbox.NoSymbol
904 NoEventMask = _openbox.NoEventMask
905 KeyPressMask = _openbox.KeyPressMask
906 KeyReleaseMask = _openbox.KeyReleaseMask
907 ButtonPressMask = _openbox.ButtonPressMask
908 ButtonReleaseMask = _openbox.ButtonReleaseMask
909 EnterWindowMask = _openbox.EnterWindowMask
910 LeaveWindowMask = _openbox.LeaveWindowMask
911 PointerMotionMask = _openbox.PointerMotionMask
912 PointerMotionHintMask = _openbox.PointerMotionHintMask
913 Button1MotionMask = _openbox.Button1MotionMask
914 Button2MotionMask = _openbox.Button2MotionMask
915 Button3MotionMask = _openbox.Button3MotionMask
916 Button4MotionMask = _openbox.Button4MotionMask
917 Button5MotionMask = _openbox.Button5MotionMask
918 ButtonMotionMask = _openbox.ButtonMotionMask
919 KeymapStateMask = _openbox.KeymapStateMask
920 ExposureMask = _openbox.ExposureMask
921 VisibilityChangeMask = _openbox.VisibilityChangeMask
922 StructureNotifyMask = _openbox.StructureNotifyMask
923 ResizeRedirectMask = _openbox.ResizeRedirectMask
924 SubstructureNotifyMask = _openbox.SubstructureNotifyMask
925 SubstructureRedirectMask = _openbox.SubstructureRedirectMask
926 FocusChangeMask = _openbox.FocusChangeMask
927 PropertyChangeMask = _openbox.PropertyChangeMask
928 ColormapChangeMask = _openbox.ColormapChangeMask
929 OwnerGrabButtonMask = _openbox.OwnerGrabButtonMask
930 KeyPress = _openbox.KeyPress
931 KeyRelease = _openbox.KeyRelease
932 ButtonPress = _openbox.ButtonPress
933 ButtonRelease = _openbox.ButtonRelease
934 MotionNotify = _openbox.MotionNotify
935 EnterNotify = _openbox.EnterNotify
936 LeaveNotify = _openbox.LeaveNotify
937 FocusIn = _openbox.FocusIn
938 FocusOut = _openbox.FocusOut
939 KeymapNotify = _openbox.KeymapNotify
940 Expose = _openbox.Expose
941 GraphicsExpose = _openbox.GraphicsExpose
942 NoExpose = _openbox.NoExpose
943 VisibilityNotify = _openbox.VisibilityNotify
944 CreateNotify = _openbox.CreateNotify
945 DestroyNotify = _openbox.DestroyNotify
946 UnmapNotify = _openbox.UnmapNotify
947 MapNotify = _openbox.MapNotify
948 MapRequest = _openbox.MapRequest
949 ReparentNotify = _openbox.ReparentNotify
950 ConfigureNotify = _openbox.ConfigureNotify
951 ConfigureRequest = _openbox.ConfigureRequest
952 GravityNotify = _openbox.GravityNotify
953 ResizeRequest = _openbox.ResizeRequest
954 CirculateNotify = _openbox.CirculateNotify
955 CirculateRequest = _openbox.CirculateRequest
956 PropertyNotify = _openbox.PropertyNotify
957 SelectionClear = _openbox.SelectionClear
958 SelectionRequest = _openbox.SelectionRequest
959 SelectionNotify = _openbox.SelectionNotify
960 ColormapNotify = _openbox.ColormapNotify
961 ClientMessage = _openbox.ClientMessage
962 MappingNotify = _openbox.MappingNotify
963 LASTEvent = _openbox.LASTEvent
964 ShiftMask = _openbox.ShiftMask
965 LockMask = _openbox.LockMask
966 ControlMask = _openbox.ControlMask
967 Mod1Mask = _openbox.Mod1Mask
968 Mod2Mask = _openbox.Mod2Mask
969 Mod3Mask = _openbox.Mod3Mask
970 Mod4Mask = _openbox.Mod4Mask
971 Mod5Mask = _openbox.Mod5Mask
972 ShiftMapIndex = _openbox.ShiftMapIndex
973 LockMapIndex = _openbox.LockMapIndex
974 ControlMapIndex = _openbox.ControlMapIndex
975 Mod1MapIndex = _openbox.Mod1MapIndex
976 Mod2MapIndex = _openbox.Mod2MapIndex
977 Mod3MapIndex = _openbox.Mod3MapIndex
978 Mod4MapIndex = _openbox.Mod4MapIndex
979 Mod5MapIndex = _openbox.Mod5MapIndex
980 Button1Mask = _openbox.Button1Mask
981 Button2Mask = _openbox.Button2Mask
982 Button3Mask = _openbox.Button3Mask
983 Button4Mask = _openbox.Button4Mask
984 Button5Mask = _openbox.Button5Mask
985 AnyModifier = _openbox.AnyModifier
986 Button1 = _openbox.Button1
987 Button2 = _openbox.Button2
988 Button3 = _openbox.Button3
989 Button4 = _openbox.Button4
990 Button5 = _openbox.Button5
991 NotifyNormal = _openbox.NotifyNormal
992 NotifyGrab = _openbox.NotifyGrab
993 NotifyUngrab = _openbox.NotifyUngrab
994 NotifyWhileGrabbed = _openbox.NotifyWhileGrabbed
995 NotifyHint = _openbox.NotifyHint
996 NotifyAncestor = _openbox.NotifyAncestor
997 NotifyVirtual = _openbox.NotifyVirtual
998 NotifyInferior = _openbox.NotifyInferior
999 NotifyNonlinear = _openbox.NotifyNonlinear
1000 NotifyNonlinearVirtual = _openbox.NotifyNonlinearVirtual
1001 NotifyPointer = _openbox.NotifyPointer
1002 NotifyPointerRoot = _openbox.NotifyPointerRoot
1003 NotifyDetailNone = _openbox.NotifyDetailNone
1004 VisibilityUnobscured = _openbox.VisibilityUnobscured
1005 VisibilityPartiallyObscured = _openbox.VisibilityPartiallyObscured
1006 VisibilityFullyObscured = _openbox.VisibilityFullyObscured
1007 PlaceOnTop = _openbox.PlaceOnTop
1008 PlaceOnBottom = _openbox.PlaceOnBottom
1009 FamilyInternet = _openbox.FamilyInternet
1010 FamilyDECnet = _openbox.FamilyDECnet
1011 FamilyChaos = _openbox.FamilyChaos
1012 PropertyNewValue = _openbox.PropertyNewValue
1013 PropertyDelete = _openbox.PropertyDelete
1014 ColormapUninstalled = _openbox.ColormapUninstalled
1015 ColormapInstalled = _openbox.ColormapInstalled
1016 GrabModeSync = _openbox.GrabModeSync
1017 GrabModeAsync = _openbox.GrabModeAsync
1018 GrabSuccess = _openbox.GrabSuccess
1019 AlreadyGrabbed = _openbox.AlreadyGrabbed
1020 GrabInvalidTime = _openbox.GrabInvalidTime
1021 GrabNotViewable = _openbox.GrabNotViewable
1022 GrabFrozen = _openbox.GrabFrozen
1023 AsyncPointer = _openbox.AsyncPointer
1024 SyncPointer = _openbox.SyncPointer
1025 ReplayPointer = _openbox.ReplayPointer
1026 AsyncKeyboard = _openbox.AsyncKeyboard
1027 SyncKeyboard = _openbox.SyncKeyboard
1028 ReplayKeyboard = _openbox.ReplayKeyboard
1029 AsyncBoth = _openbox.AsyncBoth
1030 SyncBoth = _openbox.SyncBoth
1031 RevertToParent = _openbox.RevertToParent
1032 Success = _openbox.Success
1033 BadRequest = _openbox.BadRequest
1034 BadValue = _openbox.BadValue
1035 BadWindow = _openbox.BadWindow
1036 BadPixmap = _openbox.BadPixmap
1037 BadAtom = _openbox.BadAtom
1038 BadCursor = _openbox.BadCursor
1039 BadFont = _openbox.BadFont
1040 BadMatch = _openbox.BadMatch
1041 BadDrawable = _openbox.BadDrawable
1042 BadAccess = _openbox.BadAccess
1043 BadAlloc = _openbox.BadAlloc
1044 BadColor = _openbox.BadColor
1045 BadGC = _openbox.BadGC
1046 BadIDChoice = _openbox.BadIDChoice
1047 BadName = _openbox.BadName
1048 BadLength = _openbox.BadLength
1049 BadImplementation = _openbox.BadImplementation
1050 FirstExtensionError = _openbox.FirstExtensionError
1051 LastExtensionError = _openbox.LastExtensionError
1052 InputOutput = _openbox.InputOutput
1053 InputOnly = _openbox.InputOnly
1054 CWBackPixmap = _openbox.CWBackPixmap
1055 CWBackPixel = _openbox.CWBackPixel
1056 CWBorderPixmap = _openbox.CWBorderPixmap
1057 CWBorderPixel = _openbox.CWBorderPixel
1058 CWBitGravity = _openbox.CWBitGravity
1059 CWWinGravity = _openbox.CWWinGravity
1060 CWBackingStore = _openbox.CWBackingStore
1061 CWBackingPlanes = _openbox.CWBackingPlanes
1062 CWBackingPixel = _openbox.CWBackingPixel
1063 CWOverrideRedirect = _openbox.CWOverrideRedirect
1064 CWSaveUnder = _openbox.CWSaveUnder
1065 CWEventMask = _openbox.CWEventMask
1066 CWDontPropagate = _openbox.CWDontPropagate
1067 CWColormap = _openbox.CWColormap
1068 CWCursor = _openbox.CWCursor
1069 CWX = _openbox.CWX
1070 CWY = _openbox.CWY
1071 CWWidth = _openbox.CWWidth
1072 CWHeight = _openbox.CWHeight
1073 CWBorderWidth = _openbox.CWBorderWidth
1074 CWSibling = _openbox.CWSibling
1075 CWStackMode = _openbox.CWStackMode
1076 ForgetGravity = _openbox.ForgetGravity
1077 NorthWestGravity = _openbox.NorthWestGravity
1078 NorthGravity = _openbox.NorthGravity
1079 NorthEastGravity = _openbox.NorthEastGravity
1080 WestGravity = _openbox.WestGravity
1081 CenterGravity = _openbox.CenterGravity
1082 EastGravity = _openbox.EastGravity
1083 SouthWestGravity = _openbox.SouthWestGravity
1084 SouthGravity = _openbox.SouthGravity
1085 SouthEastGravity = _openbox.SouthEastGravity
1086 StaticGravity = _openbox.StaticGravity
1087 UnmapGravity = _openbox.UnmapGravity
1088 NotUseful = _openbox.NotUseful
1089 WhenMapped = _openbox.WhenMapped
1090 Always = _openbox.Always
1091 IsUnmapped = _openbox.IsUnmapped
1092 IsUnviewable = _openbox.IsUnviewable
1093 IsViewable = _openbox.IsViewable
1094 SetModeInsert = _openbox.SetModeInsert
1095 SetModeDelete = _openbox.SetModeDelete
1096 DestroyAll = _openbox.DestroyAll
1097 RetainPermanent = _openbox.RetainPermanent
1098 RetainTemporary = _openbox.RetainTemporary
1099 Above = _openbox.Above
1100 Below = _openbox.Below
1101 TopIf = _openbox.TopIf
1102 BottomIf = _openbox.BottomIf
1103 Opposite = _openbox.Opposite
1104 RaiseLowest = _openbox.RaiseLowest
1105 LowerHighest = _openbox.LowerHighest
1106 PropModeReplace = _openbox.PropModeReplace
1107 PropModePrepend = _openbox.PropModePrepend
1108 PropModeAppend = _openbox.PropModeAppend
1109 GXclear = _openbox.GXclear
1110 GXand = _openbox.GXand
1111 GXandReverse = _openbox.GXandReverse
1112 GXcopy = _openbox.GXcopy
1113 GXandInverted = _openbox.GXandInverted
1114 GXnoop = _openbox.GXnoop
1115 GXxor = _openbox.GXxor
1116 GXor = _openbox.GXor
1117 GXnor = _openbox.GXnor
1118 GXequiv = _openbox.GXequiv
1119 GXinvert = _openbox.GXinvert
1120 GXorReverse = _openbox.GXorReverse
1121 GXcopyInverted = _openbox.GXcopyInverted
1122 GXorInverted = _openbox.GXorInverted
1123 GXnand = _openbox.GXnand
1124 GXset = _openbox.GXset
1125 LineSolid = _openbox.LineSolid
1126 LineOnOffDash = _openbox.LineOnOffDash
1127 LineDoubleDash = _openbox.LineDoubleDash
1128 CapNotLast = _openbox.CapNotLast
1129 CapButt = _openbox.CapButt
1130 CapRound = _openbox.CapRound
1131 CapProjecting = _openbox.CapProjecting
1132 JoinMiter = _openbox.JoinMiter
1133 JoinRound = _openbox.JoinRound
1134 JoinBevel = _openbox.JoinBevel
1135 FillSolid = _openbox.FillSolid
1136 FillTiled = _openbox.FillTiled
1137 FillStippled = _openbox.FillStippled
1138 FillOpaqueStippled = _openbox.FillOpaqueStippled
1139 EvenOddRule = _openbox.EvenOddRule
1140 WindingRule = _openbox.WindingRule
1141 ClipByChildren = _openbox.ClipByChildren
1142 IncludeInferiors = _openbox.IncludeInferiors
1143 Unsorted = _openbox.Unsorted
1144 YSorted = _openbox.YSorted
1145 YXSorted = _openbox.YXSorted
1146 YXBanded = _openbox.YXBanded
1147 CoordModeOrigin = _openbox.CoordModeOrigin
1148 CoordModePrevious = _openbox.CoordModePrevious
1149 Complex = _openbox.Complex
1150 Nonconvex = _openbox.Nonconvex
1151 Convex = _openbox.Convex
1152 ArcChord = _openbox.ArcChord
1153 ArcPieSlice = _openbox.ArcPieSlice
1154 GCFunction = _openbox.GCFunction
1155 GCPlaneMask = _openbox.GCPlaneMask
1156 GCForeground = _openbox.GCForeground
1157 GCBackground = _openbox.GCBackground
1158 GCLineWidth = _openbox.GCLineWidth
1159 GCLineStyle = _openbox.GCLineStyle
1160 GCCapStyle = _openbox.GCCapStyle
1161 GCJoinStyle = _openbox.GCJoinStyle
1162 GCFillStyle = _openbox.GCFillStyle
1163 GCFillRule = _openbox.GCFillRule
1164 GCTile = _openbox.GCTile
1165 GCStipple = _openbox.GCStipple
1166 GCTileStipXOrigin = _openbox.GCTileStipXOrigin
1167 GCTileStipYOrigin = _openbox.GCTileStipYOrigin
1168 GCFont = _openbox.GCFont
1169 GCSubwindowMode = _openbox.GCSubwindowMode
1170 GCGraphicsExposures = _openbox.GCGraphicsExposures
1171 GCClipXOrigin = _openbox.GCClipXOrigin
1172 GCClipYOrigin = _openbox.GCClipYOrigin
1173 GCClipMask = _openbox.GCClipMask
1174 GCDashOffset = _openbox.GCDashOffset
1175 GCDashList = _openbox.GCDashList
1176 GCArcMode = _openbox.GCArcMode
1177 GCLastBit = _openbox.GCLastBit
1178 FontLeftToRight = _openbox.FontLeftToRight
1179 FontRightToLeft = _openbox.FontRightToLeft
1180 FontChange = _openbox.FontChange
1181 XYBitmap = _openbox.XYBitmap
1182 XYPixmap = _openbox.XYPixmap
1183 ZPixmap = _openbox.ZPixmap
1184 AllocNone = _openbox.AllocNone
1185 AllocAll = _openbox.AllocAll
1186 DoRed = _openbox.DoRed
1187 DoGreen = _openbox.DoGreen
1188 DoBlue = _openbox.DoBlue
1189 CursorShape = _openbox.CursorShape
1190 TileShape = _openbox.TileShape
1191 StippleShape = _openbox.StippleShape
1192 AutoRepeatModeOff = _openbox.AutoRepeatModeOff
1193 AutoRepeatModeOn = _openbox.AutoRepeatModeOn
1194 AutoRepeatModeDefault = _openbox.AutoRepeatModeDefault
1195 LedModeOff = _openbox.LedModeOff
1196 LedModeOn = _openbox.LedModeOn
1197 KBKeyClickPercent = _openbox.KBKeyClickPercent
1198 KBBellPercent = _openbox.KBBellPercent
1199 KBBellPitch = _openbox.KBBellPitch
1200 KBBellDuration = _openbox.KBBellDuration
1201 KBLed = _openbox.KBLed
1202 KBLedMode = _openbox.KBLedMode
1203 KBKey = _openbox.KBKey
1204 KBAutoRepeatMode = _openbox.KBAutoRepeatMode
1205 MappingSuccess = _openbox.MappingSuccess
1206 MappingBusy = _openbox.MappingBusy
1207 MappingFailed = _openbox.MappingFailed
1208 MappingModifier = _openbox.MappingModifier
1209 MappingKeyboard = _openbox.MappingKeyboard
1210 MappingPointer = _openbox.MappingPointer
1211 DontPreferBlanking = _openbox.DontPreferBlanking
1212 PreferBlanking = _openbox.PreferBlanking
1213 DefaultBlanking = _openbox.DefaultBlanking
1214 DisableScreenSaver = _openbox.DisableScreenSaver
1215 DisableScreenInterval = _openbox.DisableScreenInterval
1216 DontAllowExposures = _openbox.DontAllowExposures
1217 AllowExposures = _openbox.AllowExposures
1218 DefaultExposures = _openbox.DefaultExposures
1219 ScreenSaverReset = _openbox.ScreenSaverReset
1220 ScreenSaverActive = _openbox.ScreenSaverActive
1221 HostInsert = _openbox.HostInsert
1222 HostDelete = _openbox.HostDelete
1223 EnableAccess = _openbox.EnableAccess
1224 DisableAccess = _openbox.DisableAccess
1225 StaticGray = _openbox.StaticGray
1226 GrayScale = _openbox.GrayScale
1227 StaticColor = _openbox.StaticColor
1228 PseudoColor = _openbox.PseudoColor
1229 TrueColor = _openbox.TrueColor
1230 DirectColor = _openbox.DirectColor
1231 LSBFirst = _openbox.LSBFirst
1232 MSBFirst = _openbox.MSBFirst
1233