git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40041
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void SetFrame(wxFrame* frame);
wxFrame* GetFrame() const;
void SetFrame(wxFrame* frame);
wxFrame* GetFrame() const;
+#ifdef SWIG
+ %disownarg( wxDockArt* art_provider );
+#endif
void SetArtProvider(wxDockArt* art_provider);
wxDockArt* GetArtProvider() const;
void SetArtProvider(wxDockArt* art_provider);
wxDockArt* GetArtProvider() const;
const wxString& caption = wxEmptyString);
bool InsertPane(wxWindow* window,
const wxString& caption = wxEmptyString);
bool InsertPane(wxWindow* window,
- const wxPaneInfo& pane_info,
+ const wxPaneInfo& insert_location,
int insert_level = wxAUI_INSERT_PANE);
bool DetachPane(wxWindow* window);
int insert_level = wxAUI_INSERT_PANE);
bool DetachPane(wxWindow* window);
class WXDLLIMPEXP_AUI wxFrameManagerEvent : public wxEvent
{
public:
class WXDLLIMPEXP_AUI wxFrameManagerEvent : public wxEvent
{
public:
- wxFrameManagerEvent(wxEventType type) : wxEvent(0, type)
+ wxFrameManagerEvent(wxEventType type=wxEVT_NULL) : wxEvent(0, type)
{
pane = NULL;
button = 0;
{
pane = NULL;
button = 0;
int button;
bool veto_flag;
bool canveto_flag;
int button;
bool veto_flag;
bool canveto_flag;
+
+#ifndef SWIG
+private:
+ DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxFrameManagerEvent)
+#endif
#include "wx/mac/private.h"
#endif
#include "wx/mac/private.h"
#endif
+IMPLEMENT_DYNAMIC_CLASS(wxFrameManagerEvent, wxEvent)
+
// -- static utility functions --
// -- static utility functions --