1//---------------------------------------------------------------------------
2// This file is generated by wxPython's SIP generator.  Do not edit by hand.
3//
4// Copyright: (c) 2018 by Total Control Software
5// License:   wxWindows License
6
7%Module( name=wx._aui,
8         keyword_arguments="All",
9         use_argument_names=True,
10         all_raise_py_exception=True,
11         language="C++")
12{
13    %AutoPyName(remove_leading="wx")
14};
15
16%Copying
17    Copyright: (c) 2018 by Total Control Software
18    License:   wxWindows License
19%End
20
21%DefaultDocstringFormat(name="deindented")
22
23%Extract(id=pycode_aui, order=5)
24# This file is generated by wxPython's SIP generator.  Do not edit by hand.
25#
26# Copyright: (c) 2018 by Total Control Software
27# License:   wxWindows License
28
29"""
30`wx.aui` provides a set of classes for implementing an "Advanced User Interface".
31More specifically, these classes enable to you present some of your application in
32floating or dockable panels, notebooks with floatable tabs, etc.
33
34There is also a pure-python implementation of these classes available in the
35`wx.lib.agw.aui` package.
36"""
37
38from ._aui import *
39
40%End
41
42//---------------------------------------------------------------------------
43
44%ModuleHeaderCode
45#include <wxPython/wxpy_api.h>
46#include <wx/aui/aui.h>
47%End
48
49%Import _core.sip
50
51%Include auiframemanager.sip
52%Include auidockart.sip
53%Include auibar.sip
54%Include auibook.sip
55%Include auitabmdi.sip
56
57
58//---------------------------------------------------------------------------
59
60%Extract(id=pycode_aui, order=10)
61import wx
62
63%End
64
65
66//---------------------------------------------------------------------------
67
68