Displaying 1 result from an estimated 1 matches for "wxbrushlist".
2007 Jan 08
0
[ wxruby-Feature Requests-7657 ] Help re-use Font, Brush, Pen (similar to wxBrushList)
...can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=221&aid=7657&group_id=35
Category: API improvement
Group: None
Status: Open
Priority: 2
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: Help re-use Font, Brush, Pen (similar to wxBrushList)
Initial Comment:
wxBrushList, wxPenList and wxFontList keep track of the relevant type of objects that have been created, and allow the programmer to retrieve a previously-created instance rather than creating a new one with the same parameters. This is in the interests of speed and efficiency....