search for: wxwindowdisabl

Displaying 3 results from an estimated 3 matches for "wxwindowdisabl".

Did you mean: wxwindowdisabler
2004 Nov 21
7
wxRuby 0.6.0 is released!
...nary builds for Max OS X and MS Windows. Changes in this release include: * Additional widget support in XRC (thanks to Marshall Elfstrand) * Addition of wxScrollbar (thanks to Hans Harmon of Pinnacle Technologies Inc) * Addition of wxGrid event handlers (thanks to Zach Dennis) * wxBusyCursor and wxWindowDisabler interfaces changed to match the wxruby-swig interface. ---------- What is wxRuby? wxRuby is an open source GUI toolkit for the Ruby programming language. It provides a Ruby interface to the cross-platform wxWidgets C++ GUI framework (formerly known as wxWindows). wxRuby is intended to dramati...
2004 Sep 04
2
API Changes
I found some ugly legacy while working on wxruby-swig. wxBusyCursor, wxBusyInfo, and wxWindowDisabler all use a free method that directly calls the destructor. In the wxruby-swig version of these, I created a static method (named busy,busy, and disable) that runs an attached block while under the influence of the class. I suggest changing the wxruby we change API to match, and get rid of thei...
2006 Dec 24
0
[801] trunk/wxruby2/doc/textile: Explain how to use the block-style class methods in these classes
...-24 02:43:39 UTC (rev 800) +++ trunk/wxruby2/doc/textile/windowdisabler.txtl&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-12-24 03:22:34 UTC (rev 801) </span><span class="lines">@@ -1,35 +1,41 @@ </span><span class="cx"> h1(#wxwindowdisabler). Wx::WindowDisabler </span><span class="cx"> </span><del>-This class disables all windows of the application (may be with the exception -of one of them) in its constructor and enables them back in its destructor. -This comes in handy when you want to indicate t...