search for: onsetfocus

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

2006 Aug 25
3
Patch to wxComboBox.rbw
This patch fixes the sample so it works correctly. You''ll need to patches in the previous e-mail. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2009 Apr 24
0
Wine release 1.1.20
...maker: Print all copyrights in banner. winemaker: Canonicalize directory name if used as target name. Aric Stewart (23): msctf/test: Test enabling and disabling Language Profiles. msctf/tests: Add framework for a TextService for testing. msctf: Correct order of arguments to OnSetFocus sink call. msctf: Release focused DocumentMgr on Deactivate and make sure to do a OnSetFocus Sink. msctf: ITfDocumentMgr::GetBase returns the top if there is only one context pushed. msctf: Correct index for being unable to pop last context. We need to leave one behind. msct...
2006 Nov 23
0
[754] trunk/wxruby2/samples/bigdemo: Rubified samples and added in missing client data sample code
...;evt_text_enter: " + event.get_string) </ins><span class="cx"> end </span><span class="cx"> </span><span class="cx"> def on_set_focus(evt) </span><span class="cx"> @log.write_text("OnSetFocus") </span><del>- evt.skip() </del><ins>+ evt.skip </ins><span class="cx"> end </span><span class="cx"> </span><span class="cx"> def on_kill_focus(evt) </span><span class...
2007 Apr 13
0
[956] branches/wxruby2/wxwidgets_282: Additions to TreeCtrl API 2.6->2.8
...sp&nbsp&nbsp&nbsp&nbsp&nbsp </del><ins>+ </ins><span class="cx"> void AdjustMyScrollbars(); </span><span class="cx"> void Edit( const wxTreeItemId& item ); </span><span class="cx"> void OnSetFocus( wxFocusEvent &event ); </span></span></pre> </div> </div> </body> </html>
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp </ins><span class="cx"> void AdjustMyScrollbars(); </span><span class="cx"> void Edit( const wxTreeItemId& item ); </span><span class="cx"> void OnSetFocus( wxFocusEvent &event ); </span><span class="lines">@@ -374,7 +374,7 @@ </span><span class="cx"> void OnChar( wxKeyEvent &event ); </span><span class="cx"> void OnMouse( wxMouseEvent &event ); </span><span...