search for: auidefaultdockart

Displaying 3 results from an estimated 3 matches for "auidefaultdockart".

2008 Nov 13
0
[ wxruby-Bugs-22782 ] AuiDefaultDockArt class missing
...#22782, was opened at 13/11/2008 08:53 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=22782&group_id=35 Category: Missing API call Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: AuiDefaultDockArt class missing Initial Comment: Concerning the Aui art providers, the AuiDockArt class already exists but AuiDefaultDockArt is missing from wxRuby (being present in wxWidgets). Adding the AuiDefaultDockArt class may let us easily subclass it instead of re-implementing every method in the AuiDockAr...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...r a long time, rake fails with this error: ----------------------------------- g++ -shared -fPIC -o -L. -rdynamic -Wl,-export-dynamic -shared obj/AboutDialogInfo.o obj/AcceleratorEntry.o obj/AcceleratorTable.o obj/ActivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o obj/ArtProvider.o obj/AuiDefaultDockArt.o obj/AuiDockArt.o obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o obj/BitmapComboBox.o obj/BitmapDataObject.o obj/BookCtrlBase.o obj/BookCtrlBaseEvent.o obj/BoxSizer.o obj/Brush.o obj/BusyInfo.o obj/Button.o obj/Calc...
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...I 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 default, a "AuiManager":auimanager.html uses an +instance of this class called *AuiDefaultDockArt* which +provides bitmap art and a colour scheme that is adapted to +the major platforms'' look. You can either derive from that +class to alter its behaviour or write a completely new dock +art class. Call "AuiManager#set_art_provider":auimanager.html#AuiManager_setartprovider +to...