search for: wxbusyinfo

Displaying 4 results from an estimated 4 matches for "wxbusyinfo".

Did you mean: busyinfo
2007 Jun 26
0
[1085] trunk/wxruby2/swig: Add checks and ruby exceptions for two common Wx::Window mistakes leading to
...wig/classes/BusyInfo.i&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-06-26 18:50:03 UTC (rev 1085) </span><span class="lines">@@ -12,6 +12,15 @@ </span><span class="cx"> </span><span class="cx"> %ignore wxBusyInfo::wxBusyInfo; </span><span class="cx"> </span><ins>+// BusyInfo is an exception to the general rule in typemap.i - it +// accepts a wxWindow* parent argument which may be null - but it does +// not inherit from TopLevelWindow - so special typemap for this class. +%...
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,...
2006 Dec 24
0
[801] trunk/wxruby2/doc/textile: Explain how to use the block-style class methods in these classes
...006-12-24 02:43:39 UTC (rev 800) +++ trunk/wxruby2/doc/textile/busyinfo.txtl&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-12-24 03:22:34 UTC (rev 801) </span><span class="lines">@@ -1,69 +1,43 @@ </span><span class="cx"> h1(#wxbusyinfo). Wx::BusyInfo </span><span class="cx"> </span><del>-This class makes it easy to tell your user that the program is temporarily busy. -Just create a BusyInfo object on the stack, and within the current scope, -a message window will be shown. </del><ins&gt...
2005 Feb 08
5
New Docs - One Look and a Partial Glance
Ok, same url as before: http://www.mktec.com/dev_www/wxruby-docs/ We aren''t at the second look yet (because i dont'' have arguments in the docs yet), but that is coming. This fixes the bug where classes after Image didn''t have any docs, and this fixes the issue where many methods weren''t documented (like the class Frame). Now the only methods that are not