Displaying 3 results from an estimated 3 matches for "wxbusycursor".
Did you mean:
busycursor
2004 Nov 21
7
wxRuby 0.6.0 is released!
...lease includes binary 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...
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...
2006 Dec 24
0
[801] trunk/wxruby2/doc/textile: Explain how to use the block-style class methods in these classes
...6-12-24 02:43:39 UTC (rev 800)
+++ trunk/wxruby2/doc/textile/busycursor.txtl        2006-12-24 03:22:34 UTC (rev 801)
</span><span class="lines">@@ -1,45 +1,38 @@
</span><span class="cx"> h1(#wxbusycursor). Wx::BusyCursor
</span><span class="cx">
</span><del>-This class makes it easy to tell your user that the program is temporarily busy.
-Just create a BusyCursor object on the stack, and within the current scope,
-the hourglass will be shown.
</del><ins&g...