search for: wxauidockart

Displaying 4 results from an estimated 4 matches for "wxauidockart".

Did you mean: auidockart
2007 Mar 23
0
[917] branches/wxruby2/wxwidgets_282/swig/classes/include/wxAuiDockArt.h: Fix spelling mistake from wxWidgets headers
...tch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[917] branches/wxruby2/wxwidgets_282/swig/classes/include/wxAuiDockArt.h: Fix spelling mistake from wxWidgets headers</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>917</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-03-23 12:59:1...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...swig/classes/AuiNotebook.i</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesAuiNotebookEventi">branches/wxruby2/wxwidgets_282/swig/classes/AuiNotebookEvent.i</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxAuiDockArth">branches/wxruby2/wxwidgets_282/swig/classes/include/wxAuiDockArt.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxAuiManagerEventh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxAuiManagerEvent.h</a></li> <li...
2007 Mar 19
0
[900] branches/wxruby2/wxwidgets_282/swig/classes: Initial commit of AUI core classes
...rtual ~wxAuiManager(); + void UnInit(); + + void SetFlags(unsigned int flags); + unsigned int GetFlags() const; + + void SetManagedWindow(wxWindow* managed_wnd); + wxWindow* GetManagedWindow() const; + + static wxAuiManager* GetManager(wxWindow* window); + + void SetArtProvider(wxAuiDockArt* art_provider); + wxAuiDockArt* GetArtProvider() const; + + wxAuiPaneInfo& GetPane(wxWindow* window); + wxAuiPaneInfo& GetPane(const wxString& name); + wxAuiPaneInfoArray& GetAllPanes(); + + bool AddPane(wxWindow* window, + const wxAuiPaneInfo& pan...
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...sp&nbsp&nbsp (rev 0) +++ trunk/wxruby2/doc/textile/auidockart.txtl&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-05-05 09:16:01 UTC (rev 1012) </span><span class="lines">@@ -0,0 +1,203 @@ </span><ins>+h1(#wxauidockart). Wx::AuiDockArt + +AuiDockArt is part of the AUI class framework. +See also "AUI overview":auioverview.html. + +Dock art provider code - a dock provider provides all drawing +functionality to the Aui dock manager. This allows the dock +manager to have a plugable look-and-feel. + +By defa...