search for: wxtooltip

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

2005 Jul 26
10
Patch for wxRuby2
.... - Added the wxMenuItem class. - Added a type check for wxDateTime so CalendarCtrl now works properly with ruby class DateTime. - Changed $DEBUG in extconf.rb to $DEBUG_BUILD, for some reason it was clashing with mkmf on Windows. - Added wxBeginBusyCursor and wxEndBusyCursor to functions.i - Added wxToolTip class. - Many missing methods for existing classes. - Slight tweaks to the sample programs. I also made this patch so Kevin can use this patch command: patch -p1 <diff.list in the directory above wxruby2 As I said before I am going to be out of town starting Wed. so I will not have time to res...
2007 Jul 21
0
[1129] trunk/wxruby2/swig/classes/Window.i: Add DISOWN typemap for ToolTip so it isn''t double-deleted
...lowing kind of objects become owned by the window +// when passed into Wx, and so will be deleted automatically; using +// DISOWN resets their %freefunc to avoid deleting the object twice +%apply SWIGTYPE *DISOWN {wxCaret* caret}; +%apply SWIGTYPE *DISOWN {wxSizer* sizer}; +%apply SWIGTYPE *DISOWN {wxToolTip* tip}; </ins><span class="cx"> </span><del>-// Any sizers passed in to wx become owned by C++ -%apply SWIGTYPE *DISOWN {wxSizer* sizer}; - </del><span class="cx"> %apply int * INOUT { int * x_INOUT, int * y_INOUT } </span><span clas...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...p;nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Get the associated tooltip or NULL if none. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxToolTip* GetToolTip() const; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Returns the region specifying which parts of the window have been damaged. Should -only be cal...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...;<span class="cx"> virtual void GetTextExtent(const wxString& 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">...