#include <python.hh>
Public Types | |
| enum | MC { Frame, Titlebar, Handle, Window, MaximizeButton, CloseButton, IconifyButton, AllDesktopsButton, Grip, Root, MenuItem } |
|
|
Definition at line 28 of file python.hh.
00028 {
00029 Frame,
00030 Titlebar,
00031 Handle,
00032 Window,
00033 MaximizeButton,
00034 CloseButton,
00035 IconifyButton,
00036 AllDesktopsButton,
00037 Grip,
00038 Root,
00039 MenuItem
00040 #if ! (defined(DOXYGEN_IGNORE) || defined(SWIG))
00041 , NUM_MOUSE_CONTEXT
00042 #endif
00043 };
|
1.3-rc2