search for: wxregion

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

2006 Sep 17
11
ShapedWindow.rbw
These patches implement wxRegion and the ShapedWindow sample. I stole the ruby image from ruby-lang.org. Shamelessly. Maybe someone has a better image we can use for the shaped window. It didn''t seem to make sense to use the Python image. I''d like something even bigger than what I stol^h^h^h^hmade, preferabl...
2005 Nov 10
4
wxRuby on osx tiger and ruby 1.8
Does anyone have a dmg image or .bundle of wxRuby built against wxwindows 2.4/2.5/2.6 and Ruby 1.8? I attempted to build all the parts with not much success. -- -- I am not a number I am a man! _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 May 02
3
where is destructors?
Hello, wxruby-users. I`m noticed huge GDI resources leakage when working with my programs (on windows). Fortunately, i simple fix this by calling ''delete'' on wxBitmap object (patch bellow). But i`m wondering -- why there are no calls to destructors of wrapped wxwidgets objects in wxruby? Is there some problems? This is a patch:
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...lt;/span><span class="cx"> void SetClippingRegion(const wxPoint& pt , const wxSize& sz ) ; </span><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 SetLogicalF...
2007 Mar 27
0
[922] branches/wxruby2/wxwidgets_282: Changes, additions and deprecations 2.6 -> 2.8 Wx API
...lt;/span><span class="cx"> void SetClippingRegion(const wxPoint& pt , const wxSize& sz ) ; </span><span class="cx"> void SetClippingRegion(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...
2007 Apr 30
0
[996] branches/wxruby2/wxwidgets_282: TopLevelWindow: add some 2.8 methods; document; add missing CentreOnScreen
...el><span class="cx"> // Set the shape of the window to the given region. </span><del>- // Returns true if the platform supports this feature (and the - // operation is successful.) </del><span class="cx"> virtual bool SetShape(const wxRegion& region); </span><span class="cx"> </span><span class="cx"> // Attracts the users attention to this window if the application is </span><span class="cx"> // inactive (should be called when a background event occurs) <...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...amp;nbsp&nbsp&nbsp&nbsp&nbsp * \brief Returns the region specifying which parts of the window have been damaged. Should -only be called within an handler. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxRegion GetUpdateRegion() const; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Returns a pointer to the current validator for the window, or NULL if there is none. -&am...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...mp; string , int * x , int * y , int * descent = NULL, int * externalLeading = NULL, wxFont * font = NULL) const; </span><del>- virtual wxString GetTitle() ; </del><span class="cx"> wxToolTip* GetToolTip() const; </span><span class="cx"> wxRegion GetUpdateRegion() const; </span><span class="cx"> wxValidator* GetValidator(); </span><span class="lines">@@ -170,7 +171,6 @@ </span><span class="cx"> const wxSize& incSize=wxDefaultSize); </span>&l...