search for: wxinitializestocklist

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

Did you mean: wxinitializestocklists
2006 Oct 03
2
InitAllImageHandlers et. al.
I''m going to submit a patch that will call wxInitializeStockObjects wxInitializeStockLists wxInitAllImageHandlers in wx.cpp on startup. I''ll remove the calls from all the samples. Does anyone have any beef with this? Roy
2007 Jan 05
0
[826] trunk/wxruby2/swig: Move RubyStockObjects back to App.i to avoid lots of error msg on GTK
...;<span class="lines">@@ -69,14 +68,10 @@ </span><span class="cx"> </span><span class="cx"> extern void InitializeOtherModules(); </span><span class="cx"> InitializeOtherModules(); </span><del>- wxInitializeStockLists(); - wxInitializeStockObjects(); </del><span class="cx"> wxInitAllImageHandlers(); </span><span class="cx"> </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// Load the event t...
2006 Dec 26
0
[804] trunk/wxruby2/swig: Initialise stock colours (eg Wx::RED), pens and brushes when wxruby2 is
...%init %{ </span><span class="cx"> </span><del>- </del><span class="cx"> extern void InitializeOtherModules(); </span><span class="cx"> InitializeOtherModules(); </span><span class="cx"> wxInitializeStockLists(); </span><span class="cx"> wxInitializeStockObjects(); </span><span class="cx"> wxInitAllImageHandlers(); </span><ins>+ +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// Load the event type constants +&n...