Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ob::MouseAction Struct Reference

#include <python.hh>

List of all members.

Public Types

enum  MA {
  Press, Release, Click, DoubleClick,
  Motion
}


Member Enumeration Documentation

enum ob::MouseAction::MA
 

Enumeration values:
Press 
Release 
Click 
DoubleClick 
Motion 

Definition at line 47 of file python.hh.

00047           {
00048     Press,
00049     Release,
00050     Click,
00051     DoubleClick,
00052     Motion
00053 #if ! (defined(DOXYGEN_IGNORE) || defined(SWIG))
00054     , NUM_MOUSE_ACTION
00055 #endif
00056   };


The documentation for this struct was generated from the following file:
Generated on Tue Feb 4 23:00:18 2003 for Openbox by doxygen1.3-rc2