search for: wxbitmaptype

Displaying 8 results from an estimated 8 matches for "wxbitmaptype".

Did you mean: bitmaptype
2005 Aug 02
3
compile fix for wx2.6
building on ubuntu with wx2.6 gives only one error: an argument type has changed from long to wxBitmapType in a constructor of the wxIcon class. These changes were needed to fix the build. This brings up the question what is the status of the swig/classes/include files which were generated using the xml extract script which is no longer available in CVS. Should that script be rerun using wx2.6 headers?...
2005 Jul 30
7
Can''t compile the cvs-tree
Hi folks, Let me start off by saying I''ve just been following wxruby development for two or three days now and have read up on alot on what has been going on. I must say I''m impressed and happy about all the things being developed and created by you guys! You got me all excited and I know I''m not the only one. If I have an opportunity to spend more time investigating
2004 Apr 23
11
Building wxruby-swig for Mac
.../lib/ruby/site_ruby -I /usr/local/lib/ruby/1.8 -I /usr/local/lib/ruby/1.8/powerpc-darwin -I . -o obj/Icon.o src/Icon.cpp src/Icon.cpp: In function `VALUE _wrap_wxIcon_LoadFile(int, VALUE*, long unsigned int)'': src/Icon.cpp:817: warning: invalid conversion from `long int'' to `wxBitmapType'' src/Icon.cpp:817: warning: initializing argument 2 of `virtual bool wxIcon::LoadFile(const wxString&, wxBitmapType)'' src/Icon.cpp: In function `VALUE _wrap_wxIcon_SaveFile(int, VALUE*, long unsigned int)'': src/Icon.cpp:859: warning: invalid conversion from...
2004 Apr 22
13
Rake and VC++ 6
Has anybody tried the new wxruby-swig from the msvc++ command line compiler using ''rake''? The rakefile seems to depend on the wx_config method, which doesn''t exist for msw because it doesn''t have BASH to execute the shell script. Has anyone hacked the rakefile to fix this? Nick
2005 Aug 03
24
patch for Icon
I just checked out a fresh copy and had to tweak wxIcon.h to get it to compile on Mac OS X and windows. The problem is with: wxIcon(const wxString& filename, wxBitmapType type = wxBITMAP_TYPE_XPM, int desiredWidth=-1, int desiredHeight=-1); that signature is only used on GTK on other systems it is: wxIcon(const wxString& name, long type = wxBITMAP_TYPE_ICO_RESOURCE, int desiredWidth = -1, int desiredHeight = -1);...
2004 Mar 03
10
status?
Hi! Is the wxruby project stalled? ps: at least the list... Gergo -- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ | http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy | | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" | +-- Magyar php mirror es magyar php dokumentacio: http://hu.php.net --+
2006 Oct 17
0
[685] trunk/wxruby2/swig: Add Printing constants and typedefs, add two missing methods (Roy
...t;> typedef int wxWindowID; </span><span class="cx"> typedef int wxCoord; </span><span class="cx"> typedef int wxEventType; </span><del>-//typedef int wxEdge; -//typedef int wxRelationship; </del><span class="cx"> enum wxBitmapType; </span><span class="cx"> typedef short int WXTYPE; </span><span class="cx"> enum wxCalendarHitTestResult; </span><span class="lines">@@ -16,3 +14,9 @@ </span><span class="cx"> typedef wxString wxArtID; </spa...
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...