search for: setselection

Displaying 11 results from an estimated 11 matches for "setselection".

Did you mean: getselection
2007 Jan 08
0
[845] trunk/wxruby2/swig/classes: Added MultiChoiceDialog in class form
...ass="lines">@@ -0,0 +1,35 @@ </span><ins>+# Copyright 2004-2007 by Kevin Smith +# released under the MIT-style wxruby2 license + +%include "../common.i" + +%module(directors="1") wxMultiChoiceDialog + +%{ +#include <wx/choicdlg.h> +%} + +// for SetSelections - note that GetSelectiosn is dealt with the standard +// typemap(out) ArrayInt in typemap.i +%typemap(in) const wxArrayInt& selections (wxArrayInt tmp){ + if (($input == Qnil) || (TYPE($input) != T_ARRAY)) + { + $1 = &tmp; + } + else + { + for (int i = 0; i < RARRAY_LEN($inpu...
2007 Apr 29
0
[989] branches/wxruby2/wxwidgets_282: Fix a crasher with misdirected ComboBox#GetSelection method on GTK; clearer
...class="cx"> * "ComboBox#set_insertion_point":#ComboBox_setinsertionpoint </span><span class="cx"> * "ComboBox#set_insertion_point_end":#ComboBox_setinsertionpointend </span><del>-* "ComboBox#set_selection_range":#ComboBox_setselectionrange </del><ins>+* "ComboBox#set_text_selection_range":#ComboBox_settextselectionrange </ins><span class="cx"> * "ComboBox#set_value":#ComboBox_setvalue </span><span class="cx"> * "ComboBox#undo":#ComboBox_undo &l...
2005 Aug 29
3
added Choicebook
Here are the new files in a zip and the patches to existing. Also added Listbook values to parents.rb that I forgot when adding that. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Oct 20
1
Autocomplete - Destroying the object
Hi, I''m new to all this so if this is a daft question sorry. I''m using Ajax Autocomplete to populate a search box with likely matches. These results need to be filtered by an option from a select box that is alongside the search box. As the current Autocomplete function only takes in one id to post to the search file, i figured i could post more stuff to the Ajax.Autocompleter
2006 Nov 23
0
[753] trunk/wxruby2/swig/classes/include/wxListBox.h: Added back in client data functions for listbox
...rtual void SetClientData(int n , void * data ) ; </del><ins>+ virtual void SetClientData(int n , void * data ) ; </ins><span class="cx"> virtual void SetClientObject(int n , wxClientData * data ) ; </span><span class="cx"> virtual void SetSelection(int n ); </span><span class="cx"> virtual void SetString(int n , const wxString& string ); </span></span></pre> </div> </div> </body> </html>
2009 Jun 01
3
Problem EXCEPTION_ACCESS_VIOLATION (0xc0000005)
...(Lorg/eclipse/ui/presentations/IPresentablePart;)V+5 j org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(Lorg/eclipse/ui/presentations/IPresentablePart;)V+10 j org.eclipse.ui.internal.PartStack.refreshPresentationSelection()V+117 j org.eclipse.ui.internal.PartStack.setSelection(Lorg/eclipse/ui/internal/LayoutPart;)V+15 j org.eclipse.ui.internal.PartStack.showPart(Lorg/eclipse/ui/internal/LayoutPart;Ljava/lang/Object;)V+123 j org.eclipse.ui.internal.PartStack.createControl(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/ui/presentations/StackPresentation;)V+68 j org....
2005 Aug 21
15
New inheritance
A good number of the samples I have tested are outright or subtly broken on Windows now. I''m trying to determine what the cause is. Mostly it seems related to the initialize function not being created when it should be. Case in point: ClientDC.i The caret example won''t work at all because initialize isn''t declared any longer. If you comment out the import
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...t;span class="cx"> * "ComboBox#set_insertion_point":#ComboBox_setinsertionpoint </span><span class="cx"> * "ComboBox#set_insertion_point_end":#ComboBox_setinsertionpointend </span><del>-* "ComboBox#set_selection":#ComboBox_setselection </del><ins>+* "ComboBox#set_selection":#ComboBox_setselectionrange </ins><span class="cx"> * "ComboBox#set_value":#ComboBox_setvalue </span><span class="cx"> * "ComboBox#undo":#ComboBox_undo </span><span...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...;_global.Selection", "getCaretIndex", false], + ["_global.Selection", "getEndIndex", false], + ["_global.Selection", "getFocus", false], + ["_global.Selection", "setFocus", false], + ["_global.Selection", "setSelection", false], + ["_global.SharedObject", "deleteAll", false], + ["_global.SharedObject", "getDiskUsage", false], + ["_global.SharedObject", "getLocal", false], + ["_global.SharedObject", "getRemote", false], + [&q...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...t; + int GetPageIndex(wxWindow* page_wnd) const; + + bool SetPageText(size_t page, const wxString& text); + wxString GetPageText(size_t page_idx) const; + + bool SetPageBitmap(size_t page, const wxBitmap& bitmap); + wxBitmap GetPageBitmap(size_t page_idx) const; + + size_t SetSelection(size_t new_page); + int GetSelection() const; + + virtual void Split(size_t page, int direction); + +#if wxABI_VERSION >= 20801 + const wxAuiManager& GetAuiManager() const { return m_mgr; } +#endif + +protected: + + // these can be overridden +&nbsp&nbsp&nbsp&nbsp...
2009 Jun 05
0
Wine release 1.1.23
...work for ITfInsertAtSelection in ITfContext. advapi: Correct buffer length in LookupAccountNameW. msctf: Define compartment guids. shlwapi: Simplify UrlCombine case 2 with tests. msctf: Implement ITfInsertAtSelection::InsertTextAtSelection. msctf: Implement ITfContext::SetSelection. msctf: Define ITfCompartmentMgr and ITfCompartment. Aurimas Fi?eras (3): kernel32/nls: Add missing translations for lth.nls. winedbg: Add Lithuanian translation. kernel32/nls: Switch to UTF-8 encoding for lth.nls. Austin English (1): user32: Downgrade a FIXME to a W...