Displaying 2 results from an estimated 2 matches for "wximagehandler".
Did you mean:
imagehandler
2003 Nov 24
3
wxImageHandler type?
Hiya, I was trying to figure out how to display PNG files using
wxWindows/wxRuby. Google turned up a few things, mainly discussing
the wxImageHandler class and it''s children, etc, but there seems to
be no mention of them in the wxRuby source.
Are they there, and I missed them, or are they just not there?
If there not there, is there a quick and dirty way to get them in?
It seems like the build does some automatic stuff, but I'...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...p       /**
-         * \brief Adds a handler to the end of the static list of format handlers.
-         * \param wxImageHandler*
-        */
-
</del><span class="cx"> static void AddHandler(wxImageHandler* handler ) ;
</span><del>-        /**
- &nb...