search for: wxupdateuiev

Displaying 5 results from an estimated 5 matches for "wxupdateuiev".

2007 Apr 13
0
[958] branches/wxruby2/wxwidgets_282: Additions to UpdateUIEvent API 2.6->2.8
...; <h3>Modified Paths</h3> <ul> <li><a href="#brancheswxruby2wxwidgets_282doctextileupdateuieventtxtl">branches/wxruby2/wxwidgets_282/doc/textile/updateuievent.txtl</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxUpdateUIEventh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxUpdateUIEvent.h</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="brancheswxruby2wxwidgets_282doctextileupdateuieventtxtl"></a> <div class=&quot...
2007 Apr 21
0
[971] branches/wxruby2/wxwidgets_282/swig/classes: Added method to turn off ''Check Spelling as You Type'' on OS X 10.4.x and above.
...dgets_282/swig/classes/include/wxTextCtrl.h&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-04-21 05:55:47 UTC (rev 971) </span><span class="lines">@@ -169,6 +169,14 @@ </span><span class="cx"> virtual void DoUpdateWindowUI(wxUpdateUIEvent& event); </span><span class="cx"> </span><span class="cx"> virtual bool ShouldInheritColours() const; </span><ins>+ +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&n...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...allbacks = Qnil; </span><del>-extern swig_class cWxEvent; -extern swig_class cWxCalendarEvent; -extern swig_class cWxCloseEvent; -extern swig_class cWxCommandEvent; -extern swig_class cWxTextUrlEvent; -extern swig_class cWxIdleEvent; -extern swig_class cWxPaintEvent; -extern swig_class cWxUpdateUIEvent; -extern swig_class cWxSizeEvent; -extern swig_class cWxTimerEvent; -extern swig_class cWxKeyEvent; -extern swig_class cWxFindDialogEvent; -extern swig_class cWxMouseEvent; -extern swig_class cWxFocusEvent; -extern swig_class cWxSpinEvent; -extern swig_class cWxChoicebookEvent; -extern swig_cla...
2006 Sep 03
9
Patch files to implement AcceptFocus
These files add the virtual function AcceptFocus that was missing from wxWindow.h. In order to make things right I had to make sure it was also declared in all the places where wxWindows also changes it. Also, in wxTextCtrl on Windows GetDefaultAttributes needs to be redeclared. I haven''t downloaded the Unix and Mac headers for 2.6.3 so I couldn''t see if it also applies
2007 Apr 30
0
[996] branches/wxruby2/wxwidgets_282: TopLevelWindow: add some 2.8 methods; document; add missing CentreOnScreen
...(wxCloseEvent& event); </span><span class="lines">@@ -109,6 +106,22 @@ </span><span class="cx"> // do the window-specific processing after processing the update event </span><span class="cx"> virtual void DoUpdateWindowUI(wxUpdateUIEvent& event) ; </span><span class="cx"> </span><ins>+ // a different API for SetSizeHints +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspvirtual void SetMaxSize(const wxSize& size); +&nbsp&nbsp&nbsp&nbsp&nbsp&...