search for: wxpalette

Displaying 11 results from an estimated 11 matches for "wxpalette".

Did you mean: palette
2009 Sep 03
24
wxRuby-2.0.1 release ?
Hi, What about releasing a new version shortly ? This is a long-awaited request from several users especially for recent ruby-1.9.1 versions on MinGW. Cheers. Chauk-Mean.
2007 Jan 05
0
[827] trunk/wxruby2/swig: Moved NULL objects into constants so they can be used for default args
...39;Null'' objects +%constant wxBitmap const NULL_BITMAP = wxNullBitmap; +%constant wxIcon const NULL_ICON = wxNullIcon; +%constant wxCursor const NULL_CURSOR = wxNullCursor; +%constant wxPen const NULL_PEN = wxNullPen; +%constant wxBrush const NULL_BRUSH = wxNullBrush; +%constant wxPalette const NULL_PALETTE = wxNullPalette; +%constant wxFont const NULL_FONT = wxNullFont; +%constant wxColour const NULL_COLOUR = wxNullColour; + </ins><span class="cx"> // Text font families </span><span class="cx"> %constant int FONTFAMILY_DEFAULT =...
2004 Apr 23
11
Building wxruby-swig for Mac
...UE _wrap_wxIcon_SaveFile(int, VALUE*, long unsigned int)'': src/Icon.cpp:859: warning: invalid conversion from `int'' to `wxBitmapType'' src/Icon.cpp:859: warning: initializing argument 2 of `virtual bool wxBitmap::SaveFile(const wxString&, wxBitmapType, const wxPalette*) const'' ... g++ -c -I/usr/local/lib/wx/include/mac-2.4 -D__WXMAC__ -DWXMAKINGDLL -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -fno-common -fno-common -pipe -fno-common -x objective-c++ -I /usr/local/lib/ruby/gems/1.8/rake-0.3.1/lib -I /usr/local/lib/ruby/site_ruby/1.8 -I /usr/local/l...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...;<span class="cx"> void SetClippingRegion(const wxRect& rect ) ; </span><span class="cx"> void SetClippingRegion(const wxRegion& region ) ; </span><del>- void SetLayoutDirection(wxLayoutDirection dir); - virtual void SetPalette(const wxPalette& palette ) = 0; - virtual void SetBrush(const wxBrush& brush ) = 0; - virtual void SetFont(const wxFont& font ) = 0; - virtual void SetLogicalFunction(int function ) = 0; </del><ins>+ void SetFont(const wxFont& font ); + void SetLogicalFunction(int functio...
2007 Jun 05
0
[1045] trunk/wxruby2/swig/classes/include/wxImage.h: Add missing Size and Resize methods in Wx::Image
...bool clockwise = true) const; </span><span class="cx"> wxImage Scale(int width, int height, int quality = wxIMAGE_QUALITY_NORMAL ) const; </span><span class="lines">@@ -91,7 +92,7 @@ </span><span class="cx"> void SetPalette(const wxPalette& palette ) ; </span><span class="cx"> void SetRGB(int x , int y , unsigned char red , unsigned char green , unsigned char blue ) ; </span><span class="cx"> wxImage ShrinkBy( int xFactor , int yFactor ) const ; </span><del>- &lt...
2007 Jan 08
0
[841] trunk/wxruby2/swig/classes: Added PasswordEntryDialog
...amp;nbsp&nbsp2007-01-08 01:28:24 UTC (rev 841) </span><span class="lines">@@ -210,6 +210,7 @@ </span><span class="cx"> ''wxPaintEvent'' => ''wxEvent'', </span><span class="cx"> ''wxPalette'' => ''wxGDIObject'', </span><span class="cx"> ''wxPanel'' => ''wxWindow'', </span><ins>+ ''wxPasswordEntryDialog'' => ''wxTextEntryDialog'', </ins><spa...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...e. Currently the palette is only -used when converting to wxBitmap under Windows. - -Eventually wxImage handlers will set the palette if one exists in the image file. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> const wxPalette& GetPalette() const; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Returns the red intensity at the given coordinate. -&nbsp&nbsp&nbsp&nbsp&...
2007 Mar 27
0
[922] branches/wxruby2/wxwidgets_282: Changes, additions and deprecations 2.6 -> 2.8 Wx API
...ClippingRegion(const wxRect& rect ) ; </span><span class="cx"> void SetClippingRegion(const wxRegion& region ) ; </span><ins>+ void SetLayoutDirection(wxLayoutDirection dir); </ins><span class="cx"> virtual void SetPalette(const wxPalette& palette ) = 0; </span><span class="cx"> virtual void SetBrush(const wxBrush& brush ) = 0; </span><span class="cx"> virtual void SetFont(const wxFont& font ) = 0; </span></span></pre> </div> </div> <...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...e ) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Obsolete - use instead. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param wxPalette* -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> #if 0 // deprecated </span><span class="cx"> virtual void SetPalette(const wxPalette* palette ); </span><del>-&nbsp&nbsp&n...
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
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...etInitialSize(const wxSize& size = wxDefaultSize); </ins><span class="cx"> virtual void SetName(const wxString& name ) ; </span><span class="cx"> #if 0 // deprecated </span><span class="cx"> virtual void SetPalette(const wxPalette* palette ); </span><span class="lines">@@ -193,8 +205,6 @@ </span><span class="cx"> wxWindowVariant GetWindowVariant() const; </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspvoid In...