]> Dogcows Code - chaz/openbox/blob - src/openbox.py
updated wrappers
[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 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 basename = _openbox.basename
383
384 class OtkEventHandler(_object):
385 __swig_setmethods__ = {}
386 __setattr__ = lambda self, name, value: _swig_setattr(self, OtkEventHandler, name, value)
387 __swig_getmethods__ = {}
388 __getattr__ = lambda self, name: _swig_getattr(self, OtkEventHandler, name)
389 def handle(*args): return apply(_openbox.OtkEventHandler_handle,args)
390 def keyPressHandler(*args): return apply(_openbox.OtkEventHandler_keyPressHandler,args)
391 def keyReleaseHandler(*args): return apply(_openbox.OtkEventHandler_keyReleaseHandler,args)
392 def buttonPressHandler(*args): return apply(_openbox.OtkEventHandler_buttonPressHandler,args)
393 def buttonReleaseHandler(*args): return apply(_openbox.OtkEventHandler_buttonReleaseHandler,args)
394 def motionHandler(*args): return apply(_openbox.OtkEventHandler_motionHandler,args)
395 def enterHandler(*args): return apply(_openbox.OtkEventHandler_enterHandler,args)
396 def leaveHandler(*args): return apply(_openbox.OtkEventHandler_leaveHandler,args)
397 def focusHandler(*args): return apply(_openbox.OtkEventHandler_focusHandler,args)
398 def unfocusHandler(*args): return apply(_openbox.OtkEventHandler_unfocusHandler,args)
399 def exposeHandler(*args): return apply(_openbox.OtkEventHandler_exposeHandler,args)
400 def graphicsExposeHandler(*args): return apply(_openbox.OtkEventHandler_graphicsExposeHandler,args)
401 def noExposeEventHandler(*args): return apply(_openbox.OtkEventHandler_noExposeEventHandler,args)
402 def circulateRequestHandler(*args): return apply(_openbox.OtkEventHandler_circulateRequestHandler,args)
403 def configureRequestHandler(*args): return apply(_openbox.OtkEventHandler_configureRequestHandler,args)
404 def mapRequestHandler(*args): return apply(_openbox.OtkEventHandler_mapRequestHandler,args)
405 def resizeRequestHandler(*args): return apply(_openbox.OtkEventHandler_resizeRequestHandler,args)
406 def circulateHandler(*args): return apply(_openbox.OtkEventHandler_circulateHandler,args)
407 def configureHandler(*args): return apply(_openbox.OtkEventHandler_configureHandler,args)
408 def createHandler(*args): return apply(_openbox.OtkEventHandler_createHandler,args)
409 def destroyHandler(*args): return apply(_openbox.OtkEventHandler_destroyHandler,args)
410 def gravityHandler(*args): return apply(_openbox.OtkEventHandler_gravityHandler,args)
411 def mapHandler(*args): return apply(_openbox.OtkEventHandler_mapHandler,args)
412 def mappingHandler(*args): return apply(_openbox.OtkEventHandler_mappingHandler,args)
413 def reparentHandler(*args): return apply(_openbox.OtkEventHandler_reparentHandler,args)
414 def unmapHandler(*args): return apply(_openbox.OtkEventHandler_unmapHandler,args)
415 def visibilityHandler(*args): return apply(_openbox.OtkEventHandler_visibilityHandler,args)
416 def colorMapHandler(*args): return apply(_openbox.OtkEventHandler_colorMapHandler,args)
417 def propertyHandler(*args): return apply(_openbox.OtkEventHandler_propertyHandler,args)
418 def selectionClearHandler(*args): return apply(_openbox.OtkEventHandler_selectionClearHandler,args)
419 def selectionHandler(*args): return apply(_openbox.OtkEventHandler_selectionHandler,args)
420 def selectionRequestHandler(*args): return apply(_openbox.OtkEventHandler_selectionRequestHandler,args)
421 def clientMessageHandler(*args): return apply(_openbox.OtkEventHandler_clientMessageHandler,args)
422 def __del__(self, destroy= _openbox.delete_OtkEventHandler):
423 try:
424 if self.thisown: destroy(self)
425 except: pass
426 def __init__(self): raise RuntimeError, "No constructor defined"
427 def __repr__(self):
428 return "<C OtkEventHandler instance at %s>" % (self.this,)
429
430 class OtkEventHandlerPtr(OtkEventHandler):
431 def __init__(self,this):
432 self.this = this
433 if not hasattr(self,"thisown"): self.thisown = 0
434 self.__class__ = OtkEventHandler
435 _openbox.OtkEventHandler_swigregister(OtkEventHandlerPtr)
436 cvar = _openbox.cvar
437 BSENTINEL = cvar.BSENTINEL
438
439 class OtkEventDispatcher(_object):
440 __swig_setmethods__ = {}
441 __setattr__ = lambda self, name, value: _swig_setattr(self, OtkEventDispatcher, name, value)
442 __swig_getmethods__ = {}
443 __getattr__ = lambda self, name: _swig_getattr(self, OtkEventDispatcher, name)
444 def __init__(self,*args):
445 self.this = apply(_openbox.new_OtkEventDispatcher,args)
446 self.thisown = 1
447 def __del__(self, destroy= _openbox.delete_OtkEventDispatcher):
448 try:
449 if self.thisown: destroy(self)
450 except: pass
451 def clearAllHandlers(*args): return apply(_openbox.OtkEventDispatcher_clearAllHandlers,args)
452 def registerHandler(*args): return apply(_openbox.OtkEventDispatcher_registerHandler,args)
453 def clearHandler(*args): return apply(_openbox.OtkEventDispatcher_clearHandler,args)
454 def dispatchEvents(*args): return apply(_openbox.OtkEventDispatcher_dispatchEvents,args)
455 def setFallbackHandler(*args): return apply(_openbox.OtkEventDispatcher_setFallbackHandler,args)
456 def getFallbackHandler(*args): return apply(_openbox.OtkEventDispatcher_getFallbackHandler,args)
457 def setMasterHandler(*args): return apply(_openbox.OtkEventDispatcher_setMasterHandler,args)
458 def getMasterHandler(*args): return apply(_openbox.OtkEventDispatcher_getMasterHandler,args)
459 def findHandler(*args): return apply(_openbox.OtkEventDispatcher_findHandler,args)
460 def lastTime(*args): return apply(_openbox.OtkEventDispatcher_lastTime,args)
461 def __repr__(self):
462 return "<C OtkEventDispatcher instance at %s>" % (self.this,)
463
464 class OtkEventDispatcherPtr(OtkEventDispatcher):
465 def __init__(self,this):
466 self.this = this
467 if not hasattr(self,"thisown"): self.thisown = 0
468 self.__class__ = OtkEventDispatcher
469 _openbox.OtkEventDispatcher_swigregister(OtkEventDispatcherPtr)
470
471 class Cursors(_object):
472 __swig_setmethods__ = {}
473 __setattr__ = lambda self, name, value: _swig_setattr(self, Cursors, name, value)
474 __swig_getmethods__ = {}
475 __getattr__ = lambda self, name: _swig_getattr(self, Cursors, name)
476 __swig_setmethods__["session"] = _openbox.Cursors_session_set
477 __swig_getmethods__["session"] = _openbox.Cursors_session_get
478 if _newclass:session = property(_openbox.Cursors_session_get,_openbox.Cursors_session_set)
479 __swig_setmethods__["move"] = _openbox.Cursors_move_set
480 __swig_getmethods__["move"] = _openbox.Cursors_move_get
481 if _newclass:move = property(_openbox.Cursors_move_get,_openbox.Cursors_move_set)
482 __swig_setmethods__["ll_angle"] = _openbox.Cursors_ll_angle_set
483 __swig_getmethods__["ll_angle"] = _openbox.Cursors_ll_angle_get
484 if _newclass:ll_angle = property(_openbox.Cursors_ll_angle_get,_openbox.Cursors_ll_angle_set)
485 __swig_setmethods__["lr_angle"] = _openbox.Cursors_lr_angle_set
486 __swig_getmethods__["lr_angle"] = _openbox.Cursors_lr_angle_get
487 if _newclass:lr_angle = property(_openbox.Cursors_lr_angle_get,_openbox.Cursors_lr_angle_set)
488 __swig_setmethods__["ul_angle"] = _openbox.Cursors_ul_angle_set
489 __swig_getmethods__["ul_angle"] = _openbox.Cursors_ul_angle_get
490 if _newclass:ul_angle = property(_openbox.Cursors_ul_angle_get,_openbox.Cursors_ul_angle_set)
491 __swig_setmethods__["ur_angle"] = _openbox.Cursors_ur_angle_set
492 __swig_getmethods__["ur_angle"] = _openbox.Cursors_ur_angle_get
493 if _newclass:ur_angle = property(_openbox.Cursors_ur_angle_get,_openbox.Cursors_ur_angle_set)
494 def __init__(self): raise RuntimeError, "No constructor defined"
495 def __repr__(self):
496 return "<C Cursors instance at %s>" % (self.this,)
497
498 class CursorsPtr(Cursors):
499 def __init__(self,this):
500 self.this = this
501 if not hasattr(self,"thisown"): self.thisown = 0
502 self.__class__ = Cursors
503 _openbox.Cursors_swigregister(CursorsPtr)
504
505 class Openbox(OtkEventDispatcher,OtkEventHandler):
506 __swig_setmethods__ = {}
507 for _s in [OtkEventDispatcher,OtkEventHandler]: __swig_setmethods__.update(_s.__swig_setmethods__)
508 __setattr__ = lambda self, name, value: _swig_setattr(self, Openbox, name, value)
509 __swig_getmethods__ = {}
510 for _s in [OtkEventDispatcher,OtkEventHandler]: __swig_getmethods__.update(_s.__swig_getmethods__)
511 __getattr__ = lambda self, name: _swig_getattr(self, Openbox, name)
512 State_Starting = _openbox.Openbox_State_Starting
513 State_Normal = _openbox.Openbox_State_Normal
514 State_Exiting = _openbox.Openbox_State_Exiting
515 def state(*args): return apply(_openbox.Openbox_state,args)
516 def timerManager(*args): return apply(_openbox.Openbox_timerManager,args)
517 def property(*args): return apply(_openbox.Openbox_property,args)
518 def actions(*args): return apply(_openbox.Openbox_actions,args)
519 def bindings(*args): return apply(_openbox.Openbox_bindings,args)
520 def screen(*args): return apply(_openbox.Openbox_screen,args)
521 def screenCount(*args): return apply(_openbox.Openbox_screenCount,args)
522 def cursors(*args): return apply(_openbox.Openbox_cursors,args)
523 def addClient(*args): return apply(_openbox.Openbox_addClient,args)
524 def removeClient(*args): return apply(_openbox.Openbox_removeClient,args)
525 def findClient(*args): return apply(_openbox.Openbox_findClient,args)
526 def focusedClient(*args): return apply(_openbox.Openbox_focusedClient,args)
527 def setFocusedClient(*args): return apply(_openbox.Openbox_setFocusedClient,args)
528 def focusedScreen(*args): return apply(_openbox.Openbox_focusedScreen,args)
529 def shutdown(*args): return apply(_openbox.Openbox_shutdown,args)
530 def restart(*args): return apply(_openbox.Openbox_restart,args)
531 def execute(*args): return apply(_openbox.Openbox_execute,args)
532 def __init__(self): raise RuntimeError, "No constructor defined"
533 def __repr__(self):
534 return "<C Openbox instance at %s>" % (self.this,)
535
536 class OpenboxPtr(Openbox):
537 def __init__(self,this):
538 self.this = this
539 if not hasattr(self,"thisown"): self.thisown = 0
540 self.__class__ = Openbox
541 _openbox.Openbox_swigregister(OpenboxPtr)
542
543 class OBScreen(OtkEventHandler,):
544 __swig_setmethods__ = {}
545 for _s in [OtkEventHandler,]: __swig_setmethods__.update(_s.__swig_setmethods__)
546 __setattr__ = lambda self, name, value: _swig_setattr(self, OBScreen, name, value)
547 __swig_getmethods__ = {}
548 for _s in [OtkEventHandler,]: __swig_getmethods__.update(_s.__swig_getmethods__)
549 __getattr__ = lambda self, name: _swig_getattr(self, OBScreen, name)
550 def client(*args): return apply(_openbox.OBScreen_client,args)
551 def clientCount(*args): return apply(_openbox.OBScreen_clientCount,args)
552 event_mask = _openbox.OBScreen_event_mask
553 def number(*args): return apply(_openbox.OBScreen_number,args)
554 def managed(*args): return apply(_openbox.OBScreen_managed,args)
555 def imageControl(*args): return apply(_openbox.OBScreen_imageControl,args)
556 def area(*args): return apply(_openbox.OBScreen_area,args)
557 def style(*args): return apply(_openbox.OBScreen_style,args)
558 def focuswindow(*args): return apply(_openbox.OBScreen_focuswindow,args)
559 def desktop(*args): return apply(_openbox.OBScreen_desktop,args)
560 def numDesktops(*args): return apply(_openbox.OBScreen_numDesktops,args)
561 def updateStrut(*args): return apply(_openbox.OBScreen_updateStrut,args)
562 def manageExisting(*args): return apply(_openbox.OBScreen_manageExisting,args)
563 def manageWindow(*args): return apply(_openbox.OBScreen_manageWindow,args)
564 def unmanageWindow(*args): return apply(_openbox.OBScreen_unmanageWindow,args)
565 def restack(*args): return apply(_openbox.OBScreen_restack,args)
566 def setDesktopName(*args): return apply(_openbox.OBScreen_setDesktopName,args)
567 def propertyHandler(*args): return apply(_openbox.OBScreen_propertyHandler,args)
568 def clientMessageHandler(*args): return apply(_openbox.OBScreen_clientMessageHandler,args)
569 def mapRequestHandler(*args): return apply(_openbox.OBScreen_mapRequestHandler,args)
570 def __init__(self): raise RuntimeError, "No constructor defined"
571 def __repr__(self):
572 return "<C OBScreen instance at %s>" % (self.this,)
573
574 class OBScreenPtr(OBScreen):
575 def __init__(self,this):
576 self.this = this
577 if not hasattr(self,"thisown"): self.thisown = 0
578 self.__class__ = OBScreen
579 _openbox.OBScreen_swigregister(OBScreenPtr)
580
581 class MwmHints(_object):
582 __swig_setmethods__ = {}
583 __setattr__ = lambda self, name, value: _swig_setattr(self, MwmHints, name, value)
584 __swig_getmethods__ = {}
585 __getattr__ = lambda self, name: _swig_getattr(self, MwmHints, name)
586 __swig_setmethods__["flags"] = _openbox.MwmHints_flags_set
587 __swig_getmethods__["flags"] = _openbox.MwmHints_flags_get
588 if _newclass:flags = property(_openbox.MwmHints_flags_get,_openbox.MwmHints_flags_set)
589 __swig_setmethods__["functions"] = _openbox.MwmHints_functions_set
590 __swig_getmethods__["functions"] = _openbox.MwmHints_functions_get
591 if _newclass:functions = property(_openbox.MwmHints_functions_get,_openbox.MwmHints_functions_set)
592 __swig_setmethods__["decorations"] = _openbox.MwmHints_decorations_set
593 __swig_getmethods__["decorations"] = _openbox.MwmHints_decorations_get
594 if _newclass:decorations = property(_openbox.MwmHints_decorations_get,_openbox.MwmHints_decorations_set)
595 elements = _openbox.MwmHints_elements
596 def __init__(self): raise RuntimeError, "No constructor defined"
597 def __repr__(self):
598 return "<C MwmHints instance at %s>" % (self.this,)
599
600 class MwmHintsPtr(MwmHints):
601 def __init__(self,this):
602 self.this = this
603 if not hasattr(self,"thisown"): self.thisown = 0
604 self.__class__ = MwmHints
605 _openbox.MwmHints_swigregister(MwmHintsPtr)
606
607 class OBClient(OtkEventHandler,):
608 __swig_setmethods__ = {}
609 for _s in [OtkEventHandler,]: __swig_setmethods__.update(_s.__swig_setmethods__)
610 __setattr__ = lambda self, name, value: _swig_setattr(self, OBClient, name, value)
611 __swig_getmethods__ = {}
612 for _s in [OtkEventHandler,]: __swig_getmethods__.update(_s.__swig_getmethods__)
613 __getattr__ = lambda self, name: _swig_getattr(self, OBClient, name)
614 __swig_setmethods__["frame"] = _openbox.OBClient_frame_set
615 __swig_getmethods__["frame"] = _openbox.OBClient_frame_get
616 if _newclass:frame = property(_openbox.OBClient_frame_get,_openbox.OBClient_frame_set)
617 Layer_Icon = _openbox.OBClient_Layer_Icon
618 Layer_Desktop = _openbox.OBClient_Layer_Desktop
619 Layer_Below = _openbox.OBClient_Layer_Below
620 Layer_Normal = _openbox.OBClient_Layer_Normal
621 Layer_Above = _openbox.OBClient_Layer_Above
622 Layer_Top = _openbox.OBClient_Layer_Top
623 Layer_Fullscreen = _openbox.OBClient_Layer_Fullscreen
624 Layer_Internal = _openbox.OBClient_Layer_Internal
625 NUM_LAYERS = _openbox.OBClient_NUM_LAYERS
626 TopLeft = _openbox.OBClient_TopLeft
627 TopRight = _openbox.OBClient_TopRight
628 BottomLeft = _openbox.OBClient_BottomLeft
629 BottomRight = _openbox.OBClient_BottomRight
630 Type_Desktop = _openbox.OBClient_Type_Desktop
631 Type_Dock = _openbox.OBClient_Type_Dock
632 Type_Toolbar = _openbox.OBClient_Type_Toolbar
633 Type_Menu = _openbox.OBClient_Type_Menu
634 Type_Utility = _openbox.OBClient_Type_Utility
635 Type_Splash = _openbox.OBClient_Type_Splash
636 Type_Dialog = _openbox.OBClient_Type_Dialog
637 Type_Normal = _openbox.OBClient_Type_Normal
638 MwmFlag_Functions = _openbox.OBClient_MwmFlag_Functions
639 MwmFlag_Decorations = _openbox.OBClient_MwmFlag_Decorations
640 MwmFunc_All = _openbox.OBClient_MwmFunc_All
641 MwmFunc_Resize = _openbox.OBClient_MwmFunc_Resize
642 MwmFunc_Move = _openbox.OBClient_MwmFunc_Move
643 MwmFunc_Iconify = _openbox.OBClient_MwmFunc_Iconify
644 MwmFunc_Maximize = _openbox.OBClient_MwmFunc_Maximize
645 MwmDecor_All = _openbox.OBClient_MwmDecor_All
646 MwmDecor_Border = _openbox.OBClient_MwmDecor_Border
647 MwmDecor_Handle = _openbox.OBClient_MwmDecor_Handle
648 MwmDecor_Title = _openbox.OBClient_MwmDecor_Title
649 MwmDecor_Iconify = _openbox.OBClient_MwmDecor_Iconify
650 MwmDecor_Maximize = _openbox.OBClient_MwmDecor_Maximize
651 Func_Resize = _openbox.OBClient_Func_Resize
652 Func_Move = _openbox.OBClient_Func_Move
653 Func_Iconify = _openbox.OBClient_Func_Iconify
654 Func_Maximize = _openbox.OBClient_Func_Maximize
655 Func_Close = _openbox.OBClient_Func_Close
656 Decor_Titlebar = _openbox.OBClient_Decor_Titlebar
657 Decor_Handle = _openbox.OBClient_Decor_Handle
658 Decor_Border = _openbox.OBClient_Decor_Border
659 Decor_Iconify = _openbox.OBClient_Decor_Iconify
660 Decor_Maximize = _openbox.OBClient_Decor_Maximize
661 Decor_Sticky = _openbox.OBClient_Decor_Sticky
662 Decor_Close = _openbox.OBClient_Decor_Close
663 State_Remove = _openbox.OBClient_State_Remove
664 State_Add = _openbox.OBClient_State_Add
665 State_Toggle = _openbox.OBClient_State_Toggle
666 event_mask = _openbox.OBClient_event_mask
667 no_propagate_mask = _openbox.OBClient_no_propagate_mask
668 __swig_setmethods__["ignore_unmaps"] = _openbox.OBClient_ignore_unmaps_set
669 __swig_getmethods__["ignore_unmaps"] = _openbox.OBClient_ignore_unmaps_get
670 if _newclass:ignore_unmaps = property(_openbox.OBClient_ignore_unmaps_get,_openbox.OBClient_ignore_unmaps_set)
671 def screen(*args): return apply(_openbox.OBClient_screen,args)
672 def window(*args): return apply(_openbox.OBClient_window,args)
673 def type(*args): return apply(_openbox.OBClient_type,args)
674 def normal(*args): return apply(_openbox.OBClient_normal,args)
675 def desktop(*args): return apply(_openbox.OBClient_desktop,args)
676 def title(*args): return apply(_openbox.OBClient_title,args)
677 def iconTitle(*args): return apply(_openbox.OBClient_iconTitle,args)
678 def appName(*args): return apply(_openbox.OBClient_appName,args)
679 def appClass(*args): return apply(_openbox.OBClient_appClass,args)
680 def role(*args): return apply(_openbox.OBClient_role,args)
681 def canFocus(*args): return apply(_openbox.OBClient_canFocus,args)
682 def urgent(*args): return apply(_openbox.OBClient_urgent,args)
683 def focusNotify(*args): return apply(_openbox.OBClient_focusNotify,args)
684 def shaped(*args): return apply(_openbox.OBClient_shaped,args)
685 def gravity(*args): return apply(_openbox.OBClient_gravity,args)
686 def positionRequested(*args): return apply(_openbox.OBClient_positionRequested,args)
687 def decorations(*args): return apply(_openbox.OBClient_decorations,args)
688 def funtions(*args): return apply(_openbox.OBClient_funtions,args)
689 def transientFor(*args): return apply(_openbox.OBClient_transientFor,args)
690 def modal(*args): return apply(_openbox.OBClient_modal,args)
691 def shaded(*args): return apply(_openbox.OBClient_shaded,args)
692 def iconic(*args): return apply(_openbox.OBClient_iconic,args)
693 def maxVert(*args): return apply(_openbox.OBClient_maxVert,args)
694 def maxHorz(*args): return apply(_openbox.OBClient_maxHorz,args)
695 def layer(*args): return apply(_openbox.OBClient_layer,args)
696 def toggleClientBorder(*args): return apply(_openbox.OBClient_toggleClientBorder,args)
697 def area(*args): return apply(_openbox.OBClient_area,args)
698 def strut(*args): return apply(_openbox.OBClient_strut,args)
699 def move(*args): return apply(_openbox.OBClient_move,args)
700 def resize(*args): return apply(_openbox.OBClient_resize,args)
701 def focus(*args): return apply(_openbox.OBClient_focus,args)
702 def unfocus(*args): return apply(_openbox.OBClient_unfocus,args)
703 def focusHandler(*args): return apply(_openbox.OBClient_focusHandler,args)
704 def unfocusHandler(*args): return apply(_openbox.OBClient_unfocusHandler,args)
705 def propertyHandler(*args): return apply(_openbox.OBClient_propertyHandler,args)
706 def clientMessageHandler(*args): return apply(_openbox.OBClient_clientMessageHandler,args)
707 def configureRequestHandler(*args): return apply(_openbox.OBClient_configureRequestHandler,args)
708 def unmapHandler(*args): return apply(_openbox.OBClient_unmapHandler,args)
709 def destroyHandler(*args): return apply(_openbox.OBClient_destroyHandler,args)
710 def reparentHandler(*args): return apply(_openbox.OBClient_reparentHandler,args)
711 def __init__(self): raise RuntimeError, "No constructor defined"
712 def __repr__(self):
713 return "<C OBClient instance at %s>" % (self.this,)
714
715 class OBClientPtr(OBClient):
716 def __init__(self,this):
717 self.this = this
718 if not hasattr(self,"thisown"): self.thisown = 0
719 self.__class__ = OBClient
720 _openbox.OBClient_swigregister(OBClientPtr)
721
722 MC_Frame = _openbox.MC_Frame
723 MC_Titlebar = _openbox.MC_Titlebar
724 MC_Handle = _openbox.MC_Handle
725 MC_Window = _openbox.MC_Window
726 MC_MaximizeButton = _openbox.MC_MaximizeButton
727 MC_CloseButton = _openbox.MC_CloseButton
728 MC_IconifyButton = _openbox.MC_IconifyButton
729 MC_StickyButton = _openbox.MC_StickyButton
730 MC_Grip = _openbox.MC_Grip
731 MC_Root = _openbox.MC_Root
732 MC_MenuItem = _openbox.MC_MenuItem
733 NUM_MOUSE_CONTEXT = _openbox.NUM_MOUSE_CONTEXT
734 MousePress = _openbox.MousePress
735 MouseClick = _openbox.MouseClick
736 MouseDoubleClick = _openbox.MouseDoubleClick
737 MouseMotion = _openbox.MouseMotion
738 NUM_MOUSE_ACTION = _openbox.NUM_MOUSE_ACTION
739 KC_Menu = _openbox.KC_Menu
740 KC_All = _openbox.KC_All
741 NUM_KEY_CONTEXT = _openbox.NUM_KEY_CONTEXT
742 EventEnterWindow = _openbox.EventEnterWindow
743 EventLeaveWindow = _openbox.EventLeaveWindow
744 EventPlaceWindow = _openbox.EventPlaceWindow
745 EventNewWindow = _openbox.EventNewWindow
746 EventCloseWindow = _openbox.EventCloseWindow
747 EventStartup = _openbox.EventStartup
748 EventShutdown = _openbox.EventShutdown
749 EventFocus = _openbox.EventFocus
750 EventBell = _openbox.EventBell
751 NUM_EVENTS = _openbox.NUM_EVENTS
752 class MouseData(_object):
753 __swig_setmethods__ = {}
754 __setattr__ = lambda self, name, value: _swig_setattr(self, MouseData, name, value)
755 __swig_getmethods__ = {}
756 __getattr__ = lambda self, name: _swig_getattr(self, MouseData, name)
757 __swig_setmethods__["screen"] = _openbox.MouseData_screen_set
758 __swig_getmethods__["screen"] = _openbox.MouseData_screen_get
759 if _newclass:screen = property(_openbox.MouseData_screen_get,_openbox.MouseData_screen_set)
760 __swig_setmethods__["client"] = _openbox.MouseData_client_set
761 __swig_getmethods__["client"] = _openbox.MouseData_client_get
762 if _newclass:client = property(_openbox.MouseData_client_get,_openbox.MouseData_client_set)
763 __swig_setmethods__["time"] = _openbox.MouseData_time_set
764 __swig_getmethods__["time"] = _openbox.MouseData_time_get
765 if _newclass:time = property(_openbox.MouseData_time_get,_openbox.MouseData_time_set)
766 __swig_setmethods__["state"] = _openbox.MouseData_state_set
767 __swig_getmethods__["state"] = _openbox.MouseData_state_get
768 if _newclass:state = property(_openbox.MouseData_state_get,_openbox.MouseData_state_set)
769 __swig_setmethods__["button"] = _openbox.MouseData_button_set
770 __swig_getmethods__["button"] = _openbox.MouseData_button_get
771 if _newclass:button = property(_openbox.MouseData_button_get,_openbox.MouseData_button_set)
772 __swig_setmethods__["context"] = _openbox.MouseData_context_set
773 __swig_getmethods__["context"] = _openbox.MouseData_context_get
774 if _newclass:context = property(_openbox.MouseData_context_get,_openbox.MouseData_context_set)
775 __swig_setmethods__["action"] = _openbox.MouseData_action_set
776 __swig_getmethods__["action"] = _openbox.MouseData_action_get
777 if _newclass:action = property(_openbox.MouseData_action_get,_openbox.MouseData_action_set)
778 __swig_setmethods__["xroot"] = _openbox.MouseData_xroot_set
779 __swig_getmethods__["xroot"] = _openbox.MouseData_xroot_get
780 if _newclass:xroot = property(_openbox.MouseData_xroot_get,_openbox.MouseData_xroot_set)
781 __swig_setmethods__["yroot"] = _openbox.MouseData_yroot_set
782 __swig_getmethods__["yroot"] = _openbox.MouseData_yroot_get
783 if _newclass:yroot = property(_openbox.MouseData_yroot_get,_openbox.MouseData_yroot_set)
784 __swig_setmethods__["pressx"] = _openbox.MouseData_pressx_set
785 __swig_getmethods__["pressx"] = _openbox.MouseData_pressx_get
786 if _newclass:pressx = property(_openbox.MouseData_pressx_get,_openbox.MouseData_pressx_set)
787 __swig_setmethods__["pressy"] = _openbox.MouseData_pressy_set
788 __swig_getmethods__["pressy"] = _openbox.MouseData_pressy_get
789 if _newclass:pressy = property(_openbox.MouseData_pressy_get,_openbox.MouseData_pressy_set)
790 __swig_setmethods__["press_clientx"] = _openbox.MouseData_press_clientx_set
791 __swig_getmethods__["press_clientx"] = _openbox.MouseData_press_clientx_get
792 if _newclass:press_clientx = property(_openbox.MouseData_press_clientx_get,_openbox.MouseData_press_clientx_set)
793 __swig_setmethods__["press_clienty"] = _openbox.MouseData_press_clienty_set
794 __swig_getmethods__["press_clienty"] = _openbox.MouseData_press_clienty_get
795 if _newclass:press_clienty = property(_openbox.MouseData_press_clienty_get,_openbox.MouseData_press_clienty_set)
796 __swig_setmethods__["press_clientwidth"] = _openbox.MouseData_press_clientwidth_set
797 __swig_getmethods__["press_clientwidth"] = _openbox.MouseData_press_clientwidth_get
798 if _newclass:press_clientwidth = property(_openbox.MouseData_press_clientwidth_get,_openbox.MouseData_press_clientwidth_set)
799 __swig_setmethods__["press_clientheight"] = _openbox.MouseData_press_clientheight_set
800 __swig_getmethods__["press_clientheight"] = _openbox.MouseData_press_clientheight_get
801 if _newclass:press_clientheight = property(_openbox.MouseData_press_clientheight_get,_openbox.MouseData_press_clientheight_set)
802 def __init__(self,*args):
803 self.this = apply(_openbox.new_MouseData,args)
804 self.thisown = 1
805 def __repr__(self):
806 return "<C MouseData instance at %s>" % (self.this,)
807
808 class MouseDataPtr(MouseData):
809 def __init__(self,this):
810 self.this = this
811 if not hasattr(self,"thisown"): self.thisown = 0
812 self.__class__ = MouseData
813 _openbox.MouseData_swigregister(MouseDataPtr)
814
815 class EventData(_object):
816 __swig_setmethods__ = {}
817 __setattr__ = lambda self, name, value: _swig_setattr(self, EventData, name, value)
818 __swig_getmethods__ = {}
819 __getattr__ = lambda self, name: _swig_getattr(self, EventData, name)
820 __swig_setmethods__["screen"] = _openbox.EventData_screen_set
821 __swig_getmethods__["screen"] = _openbox.EventData_screen_get
822 if _newclass:screen = property(_openbox.EventData_screen_get,_openbox.EventData_screen_set)
823 __swig_setmethods__["client"] = _openbox.EventData_client_set
824 __swig_getmethods__["client"] = _openbox.EventData_client_get
825 if _newclass:client = property(_openbox.EventData_client_get,_openbox.EventData_client_set)
826 __swig_setmethods__["state"] = _openbox.EventData_state_set
827 __swig_getmethods__["state"] = _openbox.EventData_state_get
828 if _newclass:state = property(_openbox.EventData_state_get,_openbox.EventData_state_set)
829 __swig_setmethods__["action"] = _openbox.EventData_action_set
830 __swig_getmethods__["action"] = _openbox.EventData_action_get
831 if _newclass:action = property(_openbox.EventData_action_get,_openbox.EventData_action_set)
832 def __init__(self,*args):
833 self.this = apply(_openbox.new_EventData,args)
834 self.thisown = 1
835 def __repr__(self):
836 return "<C EventData instance at %s>" % (self.this,)
837
838 class EventDataPtr(EventData):
839 def __init__(self,this):
840 self.this = this
841 if not hasattr(self,"thisown"): self.thisown = 0
842 self.__class__ = EventData
843 _openbox.EventData_swigregister(EventDataPtr)
844
845 class KeyData(_object):
846 __swig_setmethods__ = {}
847 __setattr__ = lambda self, name, value: _swig_setattr(self, KeyData, name, value)
848 __swig_getmethods__ = {}
849 __getattr__ = lambda self, name: _swig_getattr(self, KeyData, name)
850 __swig_setmethods__["screen"] = _openbox.KeyData_screen_set
851 __swig_getmethods__["screen"] = _openbox.KeyData_screen_get
852 if _newclass:screen = property(_openbox.KeyData_screen_get,_openbox.KeyData_screen_set)
853 __swig_setmethods__["client"] = _openbox.KeyData_client_set
854 __swig_getmethods__["client"] = _openbox.KeyData_client_get
855 if _newclass:client = property(_openbox.KeyData_client_get,_openbox.KeyData_client_set)
856 __swig_setmethods__["time"] = _openbox.KeyData_time_set
857 __swig_getmethods__["time"] = _openbox.KeyData_time_get
858 if _newclass:time = property(_openbox.KeyData_time_get,_openbox.KeyData_time_set)
859 __swig_setmethods__["state"] = _openbox.KeyData_state_set
860 __swig_getmethods__["state"] = _openbox.KeyData_state_get
861 if _newclass:state = property(_openbox.KeyData_state_get,_openbox.KeyData_state_set)
862 __swig_setmethods__["key"] = _openbox.KeyData_key_set
863 __swig_getmethods__["key"] = _openbox.KeyData_key_get
864 if _newclass:key = property(_openbox.KeyData_key_get,_openbox.KeyData_key_set)
865 def __init__(self,*args):
866 self.this = apply(_openbox.new_KeyData,args)
867 self.thisown = 1
868 def __repr__(self):
869 return "<C KeyData instance at %s>" % (self.this,)
870
871 class KeyDataPtr(KeyData):
872 def __init__(self,this):
873 self.this = this
874 if not hasattr(self,"thisown"): self.thisown = 0
875 self.__class__ = KeyData
876 _openbox.KeyData_swigregister(KeyDataPtr)
877
878 mbind = _openbox.mbind
879
880 kbind = _openbox.kbind
881
882 ebind = _openbox.ebind
883
884 set_reset_key = _openbox.set_reset_key
885
886 send_client_msg = _openbox.send_client_msg
887
888 X_PROTOCOL = _openbox.X_PROTOCOL
889 X_PROTOCOL_REVISION = _openbox.X_PROTOCOL_REVISION
890 None = _openbox.None
891 ParentRelative = _openbox.ParentRelative
892 CopyFromParent = _openbox.CopyFromParent
893 PointerWindow = _openbox.PointerWindow
894 InputFocus = _openbox.InputFocus
895 PointerRoot = _openbox.PointerRoot
896 AnyPropertyType = _openbox.AnyPropertyType
897 AnyKey = _openbox.AnyKey
898 AnyButton = _openbox.AnyButton
899 AllTemporary = _openbox.AllTemporary
900 CurrentTime = _openbox.CurrentTime
901 NoSymbol = _openbox.NoSymbol
902 NoEventMask = _openbox.NoEventMask
903 KeyPressMask = _openbox.KeyPressMask
904 KeyReleaseMask = _openbox.KeyReleaseMask
905 ButtonPressMask = _openbox.ButtonPressMask
906 ButtonReleaseMask = _openbox.ButtonReleaseMask
907 EnterWindowMask = _openbox.EnterWindowMask
908 LeaveWindowMask = _openbox.LeaveWindowMask
909 PointerMotionMask = _openbox.PointerMotionMask
910 PointerMotionHintMask = _openbox.PointerMotionHintMask
911 Button1MotionMask = _openbox.Button1MotionMask
912 Button2MotionMask = _openbox.Button2MotionMask
913 Button3MotionMask = _openbox.Button3MotionMask
914 Button4MotionMask = _openbox.Button4MotionMask
915 Button5MotionMask = _openbox.Button5MotionMask
916 ButtonMotionMask = _openbox.ButtonMotionMask
917 KeymapStateMask = _openbox.KeymapStateMask
918 ExposureMask = _openbox.ExposureMask
919 VisibilityChangeMask = _openbox.VisibilityChangeMask
920 StructureNotifyMask = _openbox.StructureNotifyMask
921 ResizeRedirectMask = _openbox.ResizeRedirectMask
922 SubstructureNotifyMask = _openbox.SubstructureNotifyMask
923 SubstructureRedirectMask = _openbox.SubstructureRedirectMask
924 FocusChangeMask = _openbox.FocusChangeMask
925 PropertyChangeMask = _openbox.PropertyChangeMask
926 ColormapChangeMask = _openbox.ColormapChangeMask
927 OwnerGrabButtonMask = _openbox.OwnerGrabButtonMask
928 KeyPress = _openbox.KeyPress
929 KeyRelease = _openbox.KeyRelease
930 ButtonPress = _openbox.ButtonPress
931 ButtonRelease = _openbox.ButtonRelease
932 MotionNotify = _openbox.MotionNotify
933 EnterNotify = _openbox.EnterNotify
934 LeaveNotify = _openbox.LeaveNotify
935 FocusIn = _openbox.FocusIn
936 FocusOut = _openbox.FocusOut
937 KeymapNotify = _openbox.KeymapNotify
938 Expose = _openbox.Expose
939 GraphicsExpose = _openbox.GraphicsExpose
940 NoExpose = _openbox.NoExpose
941 VisibilityNotify = _openbox.VisibilityNotify
942 CreateNotify = _openbox.CreateNotify
943 DestroyNotify = _openbox.DestroyNotify
944 UnmapNotify = _openbox.UnmapNotify
945 MapNotify = _openbox.MapNotify
946 MapRequest = _openbox.MapRequest
947 ReparentNotify = _openbox.ReparentNotify
948 ConfigureNotify = _openbox.ConfigureNotify
949 ConfigureRequest = _openbox.ConfigureRequest
950 GravityNotify = _openbox.GravityNotify
951 ResizeRequest = _openbox.ResizeRequest
952 CirculateNotify = _openbox.CirculateNotify
953 CirculateRequest = _openbox.CirculateRequest
954 PropertyNotify = _openbox.PropertyNotify
955 SelectionClear = _openbox.SelectionClear
956 SelectionRequest = _openbox.SelectionRequest
957 SelectionNotify = _openbox.SelectionNotify
958 ColormapNotify = _openbox.ColormapNotify
959 ClientMessage = _openbox.ClientMessage
960 MappingNotify = _openbox.MappingNotify
961 LASTEvent = _openbox.LASTEvent
962 ShiftMask = _openbox.ShiftMask
963 LockMask = _openbox.LockMask
964 ControlMask = _openbox.ControlMask
965 Mod1Mask = _openbox.Mod1Mask
966 Mod2Mask = _openbox.Mod2Mask
967 Mod3Mask = _openbox.Mod3Mask
968 Mod4Mask = _openbox.Mod4Mask
969 Mod5Mask = _openbox.Mod5Mask
970 ShiftMapIndex = _openbox.ShiftMapIndex
971 LockMapIndex = _openbox.LockMapIndex
972 ControlMapIndex = _openbox.ControlMapIndex
973 Mod1MapIndex = _openbox.Mod1MapIndex
974 Mod2MapIndex = _openbox.Mod2MapIndex
975 Mod3MapIndex = _openbox.Mod3MapIndex
976 Mod4MapIndex = _openbox.Mod4MapIndex
977 Mod5MapIndex = _openbox.Mod5MapIndex
978 Button1Mask = _openbox.Button1Mask
979 Button2Mask = _openbox.Button2Mask
980 Button3Mask = _openbox.Button3Mask
981 Button4Mask = _openbox.Button4Mask
982 Button5Mask = _openbox.Button5Mask
983 AnyModifier = _openbox.AnyModifier
984 Button1 = _openbox.Button1
985 Button2 = _openbox.Button2
986 Button3 = _openbox.Button3
987 Button4 = _openbox.Button4
988 Button5 = _openbox.Button5
989 NotifyNormal = _openbox.NotifyNormal
990 NotifyGrab = _openbox.NotifyGrab
991 NotifyUngrab = _openbox.NotifyUngrab
992 NotifyWhileGrabbed = _openbox.NotifyWhileGrabbed
993 NotifyHint = _openbox.NotifyHint
994 NotifyAncestor = _openbox.NotifyAncestor
995 NotifyVirtual = _openbox.NotifyVirtual
996 NotifyInferior = _openbox.NotifyInferior
997 NotifyNonlinear = _openbox.NotifyNonlinear
998 NotifyNonlinearVirtual = _openbox.NotifyNonlinearVirtual
999 NotifyPointer = _openbox.NotifyPointer
1000 NotifyPointerRoot = _openbox.NotifyPointerRoot
1001 NotifyDetailNone = _openbox.NotifyDetailNone
1002 VisibilityUnobscured = _openbox.VisibilityUnobscured
1003 VisibilityPartiallyObscured = _openbox.VisibilityPartiallyObscured
1004 VisibilityFullyObscured = _openbox.VisibilityFullyObscured
1005 PlaceOnTop = _openbox.PlaceOnTop
1006 PlaceOnBottom = _openbox.PlaceOnBottom
1007 FamilyInternet = _openbox.FamilyInternet
1008 FamilyDECnet = _openbox.FamilyDECnet
1009 FamilyChaos = _openbox.FamilyChaos
1010 PropertyNewValue = _openbox.PropertyNewValue
1011 PropertyDelete = _openbox.PropertyDelete
1012 ColormapUninstalled = _openbox.ColormapUninstalled
1013 ColormapInstalled = _openbox.ColormapInstalled
1014 GrabModeSync = _openbox.GrabModeSync
1015 GrabModeAsync = _openbox.GrabModeAsync
1016 GrabSuccess = _openbox.GrabSuccess
1017 AlreadyGrabbed = _openbox.AlreadyGrabbed
1018 GrabInvalidTime = _openbox.GrabInvalidTime
1019 GrabNotViewable = _openbox.GrabNotViewable
1020 GrabFrozen = _openbox.GrabFrozen
1021 AsyncPointer = _openbox.AsyncPointer
1022 SyncPointer = _openbox.SyncPointer
1023 ReplayPointer = _openbox.ReplayPointer
1024 AsyncKeyboard = _openbox.AsyncKeyboard
1025 SyncKeyboard = _openbox.SyncKeyboard
1026 ReplayKeyboard = _openbox.ReplayKeyboard
1027 AsyncBoth = _openbox.AsyncBoth
1028 SyncBoth = _openbox.SyncBoth
1029 RevertToParent = _openbox.RevertToParent
1030 Success = _openbox.Success
1031 BadRequest = _openbox.BadRequest
1032 BadValue = _openbox.BadValue
1033 BadWindow = _openbox.BadWindow
1034 BadPixmap = _openbox.BadPixmap
1035 BadAtom = _openbox.BadAtom
1036 BadCursor = _openbox.BadCursor
1037 BadFont = _openbox.BadFont
1038 BadMatch = _openbox.BadMatch
1039 BadDrawable = _openbox.BadDrawable
1040 BadAccess = _openbox.BadAccess
1041 BadAlloc = _openbox.BadAlloc
1042 BadColor = _openbox.BadColor
1043 BadGC = _openbox.BadGC
1044 BadIDChoice = _openbox.BadIDChoice
1045 BadName = _openbox.BadName
1046 BadLength = _openbox.BadLength
1047 BadImplementation = _openbox.BadImplementation
1048 FirstExtensionError = _openbox.FirstExtensionError
1049 LastExtensionError = _openbox.LastExtensionError
1050 InputOutput = _openbox.InputOutput
1051 InputOnly = _openbox.InputOnly
1052 CWBackPixmap = _openbox.CWBackPixmap
1053 CWBackPixel = _openbox.CWBackPixel
1054 CWBorderPixmap = _openbox.CWBorderPixmap
1055 CWBorderPixel = _openbox.CWBorderPixel
1056 CWBitGravity = _openbox.CWBitGravity
1057 CWWinGravity = _openbox.CWWinGravity
1058 CWBackingStore = _openbox.CWBackingStore
1059 CWBackingPlanes = _openbox.CWBackingPlanes
1060 CWBackingPixel = _openbox.CWBackingPixel
1061 CWOverrideRedirect = _openbox.CWOverrideRedirect
1062 CWSaveUnder = _openbox.CWSaveUnder
1063 CWEventMask = _openbox.CWEventMask
1064 CWDontPropagate = _openbox.CWDontPropagate
1065 CWColormap = _openbox.CWColormap
1066 CWCursor = _openbox.CWCursor
1067 CWX = _openbox.CWX
1068 CWY = _openbox.CWY
1069 CWWidth = _openbox.CWWidth
1070 CWHeight = _openbox.CWHeight
1071 CWBorderWidth = _openbox.CWBorderWidth
1072 CWSibling = _openbox.CWSibling
1073 CWStackMode = _openbox.CWStackMode
1074 ForgetGravity = _openbox.ForgetGravity
1075 NorthWestGravity = _openbox.NorthWestGravity
1076 NorthGravity = _openbox.NorthGravity
1077 NorthEastGravity = _openbox.NorthEastGravity
1078 WestGravity = _openbox.WestGravity
1079 CenterGravity = _openbox.CenterGravity
1080 EastGravity = _openbox.EastGravity
1081 SouthWestGravity = _openbox.SouthWestGravity
1082 SouthGravity = _openbox.SouthGravity
1083 SouthEastGravity = _openbox.SouthEastGravity
1084 StaticGravity = _openbox.StaticGravity
1085 UnmapGravity = _openbox.UnmapGravity
1086 NotUseful = _openbox.NotUseful
1087 WhenMapped = _openbox.WhenMapped
1088 Always = _openbox.Always
1089 IsUnmapped = _openbox.IsUnmapped
1090 IsUnviewable = _openbox.IsUnviewable
1091 IsViewable = _openbox.IsViewable
1092 SetModeInsert = _openbox.SetModeInsert
1093 SetModeDelete = _openbox.SetModeDelete
1094 DestroyAll = _openbox.DestroyAll
1095 RetainPermanent = _openbox.RetainPermanent
1096 RetainTemporary = _openbox.RetainTemporary
1097 Above = _openbox.Above
1098 Below = _openbox.Below
1099 TopIf = _openbox.TopIf
1100 BottomIf = _openbox.BottomIf
1101 Opposite = _openbox.Opposite
1102 RaiseLowest = _openbox.RaiseLowest
1103 LowerHighest = _openbox.LowerHighest
1104 PropModeReplace = _openbox.PropModeReplace
1105 PropModePrepend = _openbox.PropModePrepend
1106 PropModeAppend = _openbox.PropModeAppend
1107 GXclear = _openbox.GXclear
1108 GXand = _openbox.GXand
1109 GXandReverse = _openbox.GXandReverse
1110 GXcopy = _openbox.GXcopy
1111 GXandInverted = _openbox.GXandInverted
1112 GXnoop = _openbox.GXnoop
1113 GXxor = _openbox.GXxor
1114 GXor = _openbox.GXor
1115 GXnor = _openbox.GXnor
1116 GXequiv = _openbox.GXequiv
1117 GXinvert = _openbox.GXinvert
1118 GXorReverse = _openbox.GXorReverse
1119 GXcopyInverted = _openbox.GXcopyInverted
1120 GXorInverted = _openbox.GXorInverted
1121 GXnand = _openbox.GXnand
1122 GXset = _openbox.GXset
1123 LineSolid = _openbox.LineSolid
1124 LineOnOffDash = _openbox.LineOnOffDash
1125 LineDoubleDash = _openbox.LineDoubleDash
1126 CapNotLast = _openbox.CapNotLast
1127 CapButt = _openbox.CapButt
1128 CapRound = _openbox.CapRound
1129 CapProjecting = _openbox.CapProjecting
1130 JoinMiter = _openbox.JoinMiter
1131 JoinRound = _openbox.JoinRound
1132 JoinBevel = _openbox.JoinBevel
1133 FillSolid = _openbox.FillSolid
1134 FillTiled = _openbox.FillTiled
1135 FillStippled = _openbox.FillStippled
1136 FillOpaqueStippled = _openbox.FillOpaqueStippled
1137 EvenOddRule = _openbox.EvenOddRule
1138 WindingRule = _openbox.WindingRule
1139 ClipByChildren = _openbox.ClipByChildren
1140 IncludeInferiors = _openbox.IncludeInferiors
1141 Unsorted = _openbox.Unsorted
1142 YSorted = _openbox.YSorted
1143 YXSorted = _openbox.YXSorted
1144 YXBanded = _openbox.YXBanded
1145 CoordModeOrigin = _openbox.CoordModeOrigin
1146 CoordModePrevious = _openbox.CoordModePrevious
1147 Complex = _openbox.Complex
1148 Nonconvex = _openbox.Nonconvex
1149 Convex = _openbox.Convex
1150 ArcChord = _openbox.ArcChord
1151 ArcPieSlice = _openbox.ArcPieSlice
1152 GCFunction = _openbox.GCFunction
1153 GCPlaneMask = _openbox.GCPlaneMask
1154 GCForeground = _openbox.GCForeground
1155 GCBackground = _openbox.GCBackground
1156 GCLineWidth = _openbox.GCLineWidth
1157 GCLineStyle = _openbox.GCLineStyle
1158 GCCapStyle = _openbox.GCCapStyle
1159 GCJoinStyle = _openbox.GCJoinStyle
1160 GCFillStyle = _openbox.GCFillStyle
1161 GCFillRule = _openbox.GCFillRule
1162 GCTile = _openbox.GCTile
1163 GCStipple = _openbox.GCStipple
1164 GCTileStipXOrigin = _openbox.GCTileStipXOrigin
1165 GCTileStipYOrigin = _openbox.GCTileStipYOrigin
1166 GCFont = _openbox.GCFont
1167 GCSubwindowMode = _openbox.GCSubwindowMode
1168 GCGraphicsExposures = _openbox.GCGraphicsExposures
1169 GCClipXOrigin = _openbox.GCClipXOrigin
1170 GCClipYOrigin = _openbox.GCClipYOrigin
1171 GCClipMask = _openbox.GCClipMask
1172 GCDashOffset = _openbox.GCDashOffset
1173 GCDashList = _openbox.GCDashList
1174 GCArcMode = _openbox.GCArcMode
1175 GCLastBit = _openbox.GCLastBit
1176 FontLeftToRight = _openbox.FontLeftToRight
1177 FontRightToLeft = _openbox.FontRightToLeft
1178 FontChange = _openbox.FontChange
1179 XYBitmap = _openbox.XYBitmap
1180 XYPixmap = _openbox.XYPixmap
1181 ZPixmap = _openbox.ZPixmap
1182 AllocNone = _openbox.AllocNone
1183 AllocAll = _openbox.AllocAll
1184 DoRed = _openbox.DoRed
1185 DoGreen = _openbox.DoGreen
1186 DoBlue = _openbox.DoBlue
1187 CursorShape = _openbox.CursorShape
1188 TileShape = _openbox.TileShape
1189 StippleShape = _openbox.StippleShape
1190 AutoRepeatModeOff = _openbox.AutoRepeatModeOff
1191 AutoRepeatModeOn = _openbox.AutoRepeatModeOn
1192 AutoRepeatModeDefault = _openbox.AutoRepeatModeDefault
1193 LedModeOff = _openbox.LedModeOff
1194 LedModeOn = _openbox.LedModeOn
1195 KBKeyClickPercent = _openbox.KBKeyClickPercent
1196 KBBellPercent = _openbox.KBBellPercent
1197 KBBellPitch = _openbox.KBBellPitch
1198 KBBellDuration = _openbox.KBBellDuration
1199 KBLed = _openbox.KBLed
1200 KBLedMode = _openbox.KBLedMode
1201 KBKey = _openbox.KBKey
1202 KBAutoRepeatMode = _openbox.KBAutoRepeatMode
1203 MappingSuccess = _openbox.MappingSuccess
1204 MappingBusy = _openbox.MappingBusy
1205 MappingFailed = _openbox.MappingFailed
1206 MappingModifier = _openbox.MappingModifier
1207 MappingKeyboard = _openbox.MappingKeyboard
1208 MappingPointer = _openbox.MappingPointer
1209 DontPreferBlanking = _openbox.DontPreferBlanking
1210 PreferBlanking = _openbox.PreferBlanking
1211 DefaultBlanking = _openbox.DefaultBlanking
1212 DisableScreenSaver = _openbox.DisableScreenSaver
1213 DisableScreenInterval = _openbox.DisableScreenInterval
1214 DontAllowExposures = _openbox.DontAllowExposures
1215 AllowExposures = _openbox.AllowExposures
1216 DefaultExposures = _openbox.DefaultExposures
1217 ScreenSaverReset = _openbox.ScreenSaverReset
1218 ScreenSaverActive = _openbox.ScreenSaverActive
1219 HostInsert = _openbox.HostInsert
1220 HostDelete = _openbox.HostDelete
1221 EnableAccess = _openbox.EnableAccess
1222 DisableAccess = _openbox.DisableAccess
1223 StaticGray = _openbox.StaticGray
1224 GrayScale = _openbox.GrayScale
1225 StaticColor = _openbox.StaticColor
1226 PseudoColor = _openbox.PseudoColor
1227 TrueColor = _openbox.TrueColor
1228 DirectColor = _openbox.DirectColor
1229 LSBFirst = _openbox.LSBFirst
1230 MSBFirst = _openbox.MSBFirst
1231
This page took 0.097268 seconds and 4 git commands to generate.