search for: wxartid

Displaying 5 results from an estimated 5 matches for "wxartid".

2006 Sep 13
2
RubyConstants.i.patch
This patch fixes up two problems with ArtProvider constants and fixes a small typo. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Sep 14
2
Patch to fix ArtProvider and ArtProvider sample
These patches better implement ArtProvider and add the demo for it. I also expanded the bigdemo window a little bit. I really think we should go larger but I suppose there might be some people at 800x600 still. Note that creating your own art provider still doesn''t quite work correctly. I didn''t have time to get into that. The RubyConstants.i.patch file looks weird. Not
2006 Apr 17
4
Quick status report
...aving a wxruby2 build that works with wxWidgets 2.6.3 and SWIG 1.3.29. It should run bigdemo as well as the other samples. Unfortunately, I probably won''t have much time to work on it until next weekend :-( Tonight''s frustration was with wxART_INFORMATION. It''s sort of a wxArtID and sort of a wxString. I finally(!) got the generated C++ code to look pretty good, but it segfaults deep within the wx code. So for now I plan to disable wxArtProvider#get_icon and #get_bitmap, and comment those calls out in the controls.rb sample. One other quirk: In bigdemo, my splitter is stu...
2006 Oct 17
0
[685] trunk/wxruby2/swig: Add Printing constants and typedefs, add two missing methods (Roy
...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; </span><span class="cx"> enum wxBackgroundStyle; </span><span class="cx"> enum wxTreeItemIcon; </span><ins>+enum wxDuplexMode; +enum wxPrintMode; +enum wxPrinterError; +enum wxTextCtrlHitTestResult; +enum wxTextAttrAlignment; +enum wxSashDrag...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...#define _wxArtProvider_h_ </span><ins>+ </ins><span class="cx"> class wxArtProvider : public wxObject </span><span class="cx"> { </span><span class="cx"> public: </span><del>- static wxBitmap GetBitmap(const wxArtID& id , const wxArtClient& client = wxART_OTHER, const wxSize& size = wxDefaultSize) ; - static wxIcon GetIcon(const wxArtID& id , const wxArtClient& client = wxART_OTHER, const wxSize& size = wxDefaultSize) ; - static bool PopProvider() ; - static void PushProvider(w...