summaryrefslogtreecommitdiffstats
path: root/python/pykde/sip/kdecore/netwm_def.sip
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit90825e2392b2d70e43c7a25b8a3752299a933894 (patch)
treee33aa27f02b74604afbfd0ea4f1cfca8833d882a /python/pykde/sip/kdecore/netwm_def.sip
downloadtdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.tar.gz
tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'python/pykde/sip/kdecore/netwm_def.sip')
-rw-r--r--python/pykde/sip/kdecore/netwm_def.sip535
1 files changed, 535 insertions, 0 deletions
diff --git a/python/pykde/sip/kdecore/netwm_def.sip b/python/pykde/sip/kdecore/netwm_def.sip
new file mode 100644
index 00000000..8650c3b9
--- /dev/null
+++ b/python/pykde/sip/kdecore/netwm_def.sip
@@ -0,0 +1,535 @@
+//
+// Copyright 2006 Jim Bublitz <jbublitz@nwinternet.com>
+// Earlier copyrights 1998 - 2005 Jim Bublitz and/or Phil Thompson
+// may also apply
+
+
+// Generated by preSip
+// module kdecore version KDE 3.5.3
+
+
+// This software is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License as
+// published by the Free Software Foundation; either version 2 of
+// the License, or (at your option) any later version.
+//
+// This software is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public
+// License along with this library; see the file COPYING.
+// If not, write to the Free Software Foundation, Inc.,
+// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+
+class NETPoint
+{
+%TypeHeaderCode
+#include <netwm_def.h>
+%End
+
+
+public:
+ NETPoint ();
+ int x;
+ int y;
+
+}; // class NETPoint
+
+
+class NETSize
+{
+%TypeHeaderCode
+#include <netwm_def.h>
+%End
+
+
+public:
+ NETSize ();
+ int width;
+ int height;
+
+}; // class NETSize
+
+
+class NETRect
+{
+%TypeHeaderCode
+#include <netwm_def.h>
+%End
+
+
+public:
+ NETPoint pos;
+ NETSize size;
+
+}; // class NETRect
+
+
+class NETIcon
+{
+%TypeHeaderCode
+#include <netwm_def.h>
+%End
+
+
+public:
+ NETIcon ();
+ NETSize size;
+//ig uchar* data;
+
+}; // class NETIcon
+
+
+%If ( KDE_3_3_0 - )
+
+class NETExtendedStrut
+{
+%TypeHeaderCode
+#include <netwm_def.h>
+%End
+
+
+public:
+ NETExtendedStrut ();
+ int left_width;
+ int left_start;
+ int left_end;
+ int right_width;
+ int right_start;
+ int right_end;
+ int top_width;
+ int top_start;
+ int top_end;
+ int bottom_width;
+ int bottom_start;
+ int bottom_end;
+
+}; // class NETExtendedStrut
+
+%End
+
+
+class NETStrut
+{
+%TypeHeaderCode
+#include <netwm_def.h>
+%End
+
+
+public:
+ NETStrut ();
+ int left;
+ int right;
+ int top;
+ int bottom;
+
+}; // class NETStrut
+
+
+class NET
+{
+%TypeHeaderCode
+#include <netwm_def.h>
+%End
+
+
+public:
+
+ enum Role
+ {
+ Client,
+ WindowManager
+ };
+
+
+%If ( KDE_3_2_0 - )
+
+ enum WindowType
+ {
+ Unknown,
+ Normal,
+ Desktop,
+ Dock,
+ Toolbar,
+ Menu,
+ Dialog,
+ Override,
+ TopMenu,
+ Tool,
+ Utility,
+ Splash
+ };
+
+
+ enum WindowTypeMask
+ {
+ NormalMask,
+ DesktopMask,
+ DockMask,
+ ToolbarMask,
+ MenuMask,
+ DialogMask,
+ OverrideMask,
+ TopMenuMask,
+ UtilityMask,
+ SplashMask
+ };
+
+
+%If ( KDE_3_3_1 - )
+
+ enum
+ {
+ AllTypesMask
+ };
+
+%End
+
+
+%If ( KDE_3_3_0 - )
+ static bool typeMatchesMask (NET::WindowType, ulong);
+%End
+
+
+ enum State
+ {
+ Modal,
+ Sticky,
+ MaxVert,
+ MaxHoriz,
+ Max,
+ Shaded,
+ SkipTaskbar,
+ KeepAbove,
+ StaysOnTop,
+ SkipPager,
+ Hidden,
+ FullScreen,
+ KeepBelow,
+ DemandsAttention
+ };
+
+
+%If ( KDE_3_5_1 - )
+
+ enum Direction
+ {
+ TopLeft,
+ Top,
+ TopRight,
+ Right,
+ BottomRight,
+ Bottom,
+ BottomLeft,
+ Left,
+ Move,
+ KeyboardSize,
+ KeyboardMove,
+ MoveResizeCancel
+ };
+
+%End
+
+%End
+
+
+ enum MappingState
+ {
+ Visible,
+ Withdrawn,
+ Iconic
+ };
+
+
+%If ( KDE_3_2_0 - )
+
+ enum Action
+ {
+ ActionMove,
+ ActionResize,
+ ActionMinimize,
+ ActionShade,
+ ActionStick,
+ ActionMaxVert,
+ ActionMaxHoriz,
+ ActionMax,
+ ActionFullScreen,
+ ActionChangeDesktop,
+ ActionClose
+ };
+
+
+%If ( KDE_3_5_0 - )
+
+ enum Property
+ {
+ Supported,
+ ClientList,
+ ClientListStacking,
+ NumberOfDesktops,
+ DesktopGeometry,
+ DesktopViewport,
+ CurrentDesktop,
+ DesktopNames,
+ ActiveWindow,
+ WorkArea,
+ SupportingWMCheck,
+ VirtualRoots,
+ KDESystemTrayWindows,
+ CloseWindow,
+ WMMoveResize,
+ WMName,
+ WMVisibleName,
+ WMDesktop,
+ WMWindowType,
+ WMState,
+ WMStrut,
+ WMIconGeometry,
+ WMIcon,
+ WMPid,
+ WMHandledIcons,
+ WMPing,
+ WMKDESystemTrayWinFor,
+ XAWMState,
+ WMFrameExtents,
+ WMKDEFrameStrut,
+ WMIconName,
+ WMVisibleIconName,
+ WMGeometry
+ };
+
+%End
+
+
+ enum
+ {
+ OnAllDesktops
+ };
+
+
+ enum RequestSource
+ {
+ FromUnknown,
+ FromApplication,
+ FromTool
+ };
+
+
+%If ( KDE_3_5_3 - )
+ static int timestampCompare (ulong, ulong);
+ static int timestampDiff (ulong, ulong);
+%End
+
+%End
+
+
+public:
+
+%If ( KDE_3_2_0 - KDE_3_5_1 )
+
+ enum Direction
+ {
+ TopLeft,
+ Top,
+ TopRight,
+ Right,
+ BottomRight,
+ Bottom,
+ BottomLeft,
+ Left,
+ Move,
+ KeyboardSize,
+ KeyboardMove
+ };
+
+%End
+
+
+public:
+
+%If ( - KDE_3_5_0 )
+
+ enum Property
+ {
+ Supported,
+ ClientList,
+ ClientListStacking,
+ NumberOfDesktops,
+ DesktopGeometry,
+ DesktopViewport,
+ CurrentDesktop,
+ DesktopNames,
+ ActiveWindow,
+ WorkArea,
+ SupportingWMCheck,
+ VirtualRoots,
+ KDESystemTrayWindows,
+ CloseWindow,
+ WMMoveResize,
+ WMName,
+ WMVisibleName,
+ WMDesktop,
+ WMWindowType,
+ WMState,
+ WMStrut,
+ WMIconGeometry,
+ WMIcon,
+ WMPid,
+ WMHandledIcons,
+ WMPing,
+ WMKDESystemTrayWinFor,
+ XAWMState,
+ WMKDEFrameStrut,
+ WMIconName,
+ WMVisibleIconName,
+ WMGeometry
+ };
+
+%End
+
+
+%If ( KDE_3_3_1 - )
+
+ enum Property2
+ {
+ WM2UserTime,
+ WM2StartupId,
+ WM2TransientFor,
+ WM2GroupLeader,
+ WM2AllowedActions,
+ WM2RestackWindow,
+ WM2MoveResizeWindow,
+ WM2ExtendedStrut,
+ WM2TakeActivity,
+ WM2KDETemporaryRules,
+ WM2WindowClass,
+ WM2WindowRole,
+ WM2ClientMachine
+ };
+
+%End
+
+
+public:
+
+%If ( KDE_3_3_0 - KDE_3_3_1 )
+
+ enum
+ {
+ AllTypesMask
+ };
+
+
+ enum Property2
+ {
+ WM2UserTime,
+ WM2StartupId,
+ WM2TransientFor,
+ WM2GroupLeader,
+ WM2AllowedActions,
+ WM2RestackWindow,
+ WM2MoveResizeWindow,
+ WM2ExtendedStrut,
+ WM2TakeActivity,
+ WM2KDETemporaryRules
+ };
+
+%End
+
+
+public:
+
+%If ( KDE_3_2_0 - KDE_3_3_0 )
+
+ enum Property2
+ {
+ WM2UserTime,
+ WM2StartupId,
+ WM2TransientFor,
+ WM2GroupLeader,
+ WM2AllowedActions,
+ WM2RestackWindow,
+ WM2MoveResizeWindow
+ };
+
+%End
+
+
+public:
+
+%If ( KDE_3_1_0 - KDE_3_2_0 )
+
+ enum WindowType
+ {
+ Unknown,
+ Normal,
+ Desktop,
+ Dock,
+ Toolbar,
+ Menu,
+ Dialog,
+ Override,
+ TopMenu,
+ Tool
+ };
+
+%End
+
+
+%If ( - KDE_3_2_0 )
+
+ enum State
+ {
+ Modal,
+ Sticky,
+ MaxVert,
+ MaxHoriz,
+ Max,
+ Shaded,
+ SkipTaskbar,
+ StaysOnTop,
+ SkipPager
+ };
+
+
+ enum Direction
+ {
+ TopLeft,
+ Top,
+ TopRight,
+ Right,
+ BottomRight,
+ Bottom,
+ BottomLeft,
+ Left,
+ Move
+ };
+
+%End
+
+
+public:
+
+%If ( - KDE_3_1_0 )
+
+ enum WindowType
+ {
+ Unknown,
+ Normal,
+ Desktop,
+ Dock,
+ Tool,
+ Menu,
+ Dialog,
+ Override,
+ Toolbar
+ };
+
+%End
+
+
+}; // class NET
+