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