Displaying 2 results from an estimated 2 matches for "initallimagehandl".
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 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...ther image formats, install the appropriate
</span><del>-handler with "Image#add_handler":image.html#Image_addhandler or
</del><ins>+handler with "Image#add_handler":image.html#Image_addhandler or call
</ins><span class="cx"> "InitAllImageHandlers":initallimagehandlers.html.
</span><span class="cx">
</span><span class="cx">
</span><span class="lines">@@ -45,6 +45,7 @@
</span><span class="cx"> |PCXHandler|For loading and saving (see below).|
<...