Displaying 6 results from an estimated 6 matches for "wxinitallimagehandlers".
Did you mean:
initallimagehandlers
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
2003 Nov 10
5
picture organizer -- need a bit of help
While trying to develop a little wxruby program, I have some
difficulties, namely:
1. I want to read all kind of graphic files, (mainly jpg, png and tiff
is enough...) But, the current implementation seems to deal only with
bmps and currently there is no way to call ::wxInitAllImageHandlers.
2. I think DnD is required in my case: I want to drop filenames on a
TreeCtrl. I will try to add some classes, but now I cannot yet
compile wxruby on mingw, I''m now using the precompiled msvc lib.
3. I''ve noticed, that wxGenericDirCtrl is not ported yet, however it can...
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
2007 Jan 05
0
[826] trunk/wxruby2/swig: Move RubyStockObjects back to App.i to avoid lots of error msg on GTK
.../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">         // Load the event type constants
</span><span class="cx">      &...
2006 Dec 26
0
[804] trunk/wxruby2/swig: Initialise stock colours (eg Wx::RED), pens and brushes when wxruby2 is
...OtherModules();
</span><span class="cx"> InitializeOtherModules();
</span><span class="cx"> wxInitializeStockLists();
</span><span class="cx"> wxInitializeStockObjects();
</span><span class="cx"> wxInitAllImageHandlers();
</span><ins>+
+        // Load the event type constants
+        Init_wxRubyEventTypes();
+       &a...
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...><span class="cx"> // it because it is still needed and will be managed by WxWidgets.
</span><span class="lines">@@ -61,9 +59,6 @@
</span><span class="cx"> InitializeOtherModules();
</span><span class="cx"> wxInitAllImageHandlers();
</span><span class="cx">
</span><del>-        // Load the event type constants
-        Init_wxRubyEventTypes();
-
</del><sp...