search for: arraystring

Displaying 10 results from an estimated 10 matches for "arraystring".

2005 Sep 13
3
Swig hates us...
Swig is making mincemeat out of ComboBox.new. Because of the way it''s picking the ''correct'' one to call it''s calling with a null name instead of a default name. How did we fix this before?
2006 Nov 21
0
[746] trunk/wxruby2/doc/textile/listbox.txtl: Correct ruby method signature for methods that accept an array of strings
...ot;> %(arg-type)String% name = "listBox") </span><span class="cx"> </span><del>- *ListBox.new*(%(arg-type)Window% parent, %(arg-type)Integer% id, %(arg-type)Point% pos, - %(arg-type)Size% size, - %(arg-type)ArrayString% choices, - %(arg-type)Integer% style = 0, - %(arg-type)Validator% validator = DEFAULT_VALIDATOR, - %(arg-type)String% name = "listBox") - </del><span class="cx"> Constructor, creating and showing a list box. </span>&lt...
2005 Sep 04
3
Possible patch for wxCheckListBox.h
I cut-n-pasted the public section from the wxWindows headers. Several things were missing so it seemed the easiest way to fix it. This fixed a problem with the way the overloaded new was being handled. This correctly generated all the versions so that it won''t have the problem with the non-initialized default parameters. I will admit I haven''t done serious testing on
2006 Nov 21
0
[745] trunk/wxruby2/doc/textile/choice.txtl: Correct ruby method signature for constructor, bit more explanatory text
...cx"> %(arg-type)String% name = "choice") </span><span class="cx"> </span><del>- *Choice.new*(%(arg-type)Window% parent, %(arg-type)Integer% id, %(arg-type)Point% pos, - %(arg-type)Size% size, - %(arg-type)ArrayString% choices, - %(arg-type)Integer% style = 0, - %(arg-type)Validator% validator = DEFAULT_VALIDATOR, - %(arg-type)String% name = "choice") - </del><span class="cx"> Constructor, creating and showing a choice. </span><span...
2006 Dec 01
0
[767] trunk/wxruby2: Added CheckListBox to item_data test, note to explain why fixes are not needed
...gt; %ignore wxCheckListBox::wxCheckListBox(); </span><span class="cx"> </span><del>-// redundant with good typemaps </del><ins>+// item data fixes not required here because fixed by superclass ListBox + +// not needed as fixed by typemap for alternate ArrayString constructor </ins><span class="cx"> %ignore Create(wxWindow *parent, wxWindowID id, </span><span class="cx"> const wxPoint& pos = wxDefaultPosition, </span><span class="cx"> const wxSize& size...
2006 Dec 01
0
[768] trunk/wxruby2/doc/textile/checklistbox.txtl: Corrected constructor method signature
...%(arg-type)String% name = "listBox") </span><span class="cx"> </span><del>- *CheckListBox.new*(%(arg-type)Window% parent, %(arg-type)Integer% id, %(arg-type)Point% pos, - %(arg-type)Size% size, - %(arg-type)ArrayString% choices, - %(arg-type)Integer% style = 0, - %(arg-type)Validator% validator = DEFAULT_VALIDATOR, - %(arg-type)String% name = "listBox") - </del><span class="cx"> Constructor, creating and showing a list box. &...
2007 Apr 14
0
[966] branches/wxruby2/wxwidgets_282/doc/textile/listbox.txtl: Fix methods which don''t need a ''n'' item for arrays in Ruby
...;<del>- *insert_items*(%(arg-type)Integer% nItems, %(arg-type)String% items, %(arg-type)Integer% pos) </del><ins>+ *insert_items*(%(arg-type)Array% items, %(arg-type)Integer% pos) </ins><span class="cx"> </span><del>- *insert_items*(%(arg-type)ArrayString% nItems, %(arg-type)Integer% pos) </del><ins>+Insert a number of strings before the specified position. </ins><span class="cx"> </span><del>-Insert the given number of strings before the specified position. - </del><span class="cx"&g...
2007 Apr 14
0
[965] branches/wxruby2/wxwidgets_282/doc/textile: Misc.
...(arg-type)Integer% nItems, %(arg-type)String% items, %(arg-type)Integer% pos) </del><ins>+ *insert_items*(%(arg-type)Integer% nItems, %(arg-type)String% items, %(arg-type)Integer% pos) </ins><span class="cx"> </span><del>- *insert_items*(%(arg-type)ArrayString% nItems, %(arg-type)Integer% pos) </del><ins>+ *insert_items*(%(arg-type)ArrayString% nItems, %(arg-type)Integer% pos) </ins><span class="cx"> </span><span class="cx"> Insert the given number of strings before the specified position. </s...
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...rg-type)Window% parent, %(arg-type)Integer% id, %(arg-type)String% value, </span><span class="cx"> %(arg-type)Point% pos, </span><span class="cx"> %(arg-type)Size% size, </span><del>- %(arg-type)ArrayString% choices, </del><ins>+ %(arg-type)Array% choices, </ins><span class="cx"> %(arg-type)Integer% style = 0, </span><span class="cx"> %(arg-type)Validator% validator = DEFAULT_VALIDATOR, </span&gt...
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...+h3(#AuiTabArt_setsizinginfo). AuiTabArt#set_sizing_info + + *set_sizing_info*(%(arg-type)Size% tab_ctrl_size, %(arg-type)size_t% tab_count) + +Sets sizing information. + +h3(#AuiTabArt_showwindowlist). AuiTabArt#show_window_list + + Integer *show_window_list*(%(arg-type)Window% wnd, %(arg-type)ArrayString% items, + %(arg-type)Integer% active_idx) + +Pops up a menu to show the list of windows managed by Aui. + </ins></span></pre></div> <a id="trunkwxruby2doctextileindextxtl"></a> <div class="modfile"><h4>Mod...