noreply at rubyforge.org
2008-Nov-13 13:53 UTC
[wxruby-development] [ wxruby-Bugs-22782 ] AuiDefaultDockArt class missing
Bugs item #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 AuiDockArt class (which is an abstract class in C++) Also, take good care of how these classes have to be GC managed. When passing an instance of these classes to AuiManager#set_art_provider the AuiManager takes ownership. It will C++ delete the instance at destruction time or when a new call to set_art_provider is done. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=22782&group_id=35
Possibly Parallel Threads
- [1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
- [ wxruby-Bugs-10759 ] Wx::AuiManager.get_all_panes can not get all pane.
- [ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
- [916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
- [ wxruby-Bugs-16826 ] samples/aui/aui.rb segfault induced by adding require ''pathname''