Displaying 12 results from an estimated 12 matches for "_pos_".
Did you mean:
_post
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
...lt;/span><span class="cx">
</span><del>-* _nItems_ Number of items in the array _items_
-* _items_ Labels of items to be inserted
</del><ins>+* _items_ Array of strings for the labels of items to be inserted
</ins><span class="cx"> * _pos_ Position before which to insert the items: for example, if _pos_ is 0 the items
</span><span class="cx"> will be inserted in the beginning of the listbox
</span><span class="cx">
</span></span></pre>
</div>
</div>
</body...
2006 Dec 01
0
[768] trunk/wxruby2/doc/textile/checklistbox.txtl: Corrected constructor method signature
...an class="cx"> Constructor, creating and showing a list box.
</span><span class="cx">
</span><span class="cx"> h4. Parameters
</span><span class="lines">@@ -74,7 +67,6 @@
</span><span class="cx"> * _pos_ Window position.
</span><span class="cx"> * _size_ Window size. If the default size (-1, -1) is specified then the window is sized
</span><span class="cx"> appropriately.
</span><del>-* _n_ Number of strings with which to initialise the contro...
2006 Nov 21
0
[745] trunk/wxruby2/doc/textile/choice.txtl: Correct ruby method signature for constructor, bit more explanatory text
...span class="cx"> Constructor, creating and showing a choice.
</span><span class="cx">
</span><span class="cx"> h4. Parameters
</span><span class="lines">@@ -75,7 +69,6 @@
</span><span class="cx"> * _pos_ Window position.
</span><span class="cx"> * _size_ Window size. If the default size (-1, -1) is specified then the choice is sized
</span><span class="cx"> appropriately.
</span><del>-* _n_ Number of strings with which to initialise the choice...
2007 Jun 26
0
[1082] trunk/wxruby2/doc/textile/hyperlinkctrl.txtl: Added HyperlinkCtrl and HyperlinkEvent documentation
...pe)String% name = "hyperlink")
+
+Creates the hyperlink control.
+
+h4. Parameters
+
+* _parent_ Parent window. Must not be .
+* _id_ Window identifier. A value of ID_ANY indicates a default value.
+* _label_ The label of the hyperlink.
+* _url_ The URL associated with the given label.
+* _pos_ Window position.
+* _size_ Window size. If the DefaultSize is specified then the window is sized
+appropriately.
+* _style_ Window style. See "HyperlinkCtrl":hyperlinkctrl.html.
+* _validator_ Window validator.
+* _name_ Window name.
+
+
+h3(#HyperlinkCtrl_gethovercolour). HyperlinkCtrl#g...
2006 Nov 21
0
[746] trunk/wxruby2/doc/textile/listbox.txtl: Correct ruby method signature for methods that accept an array of strings
...an class="cx"> Constructor, creating and showing a list box.
</span><span class="cx">
</span><span class="cx"> h4. Parameters
</span><span class="lines">@@ -97,7 +90,6 @@
</span><span class="cx"> * _pos_ Window position.
</span><span class="cx"> * _size_ Window size. If the default size (-1, -1) is specified then the window is sized
</span><span class="cx"> appropriately.
</span><del>-* _n_ Number of strings with which to initialise the contro...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...pan><span class="cx">
</span><del>-Changes the size of the image in-place without scaling it by adding either a border
-with the given colour or cropping as necessary. The image is pasted into a new
-image with the given _size_ and background colour at the position _pos_
-relative to the upper left of the new image. If _red = green = blue = -1_
-then use either the current mask colour if set or find, use, and set a
</del><ins>+Changes the size of the image in-place without scaling it by adding either a border
+with the given colour or cropping as ne...
2007 Mar 28
0
[925] branches/wxruby2/wxwidgets_282/doc/textile/filedialog.txtl: Improvements to doc from wxWidgets 2.8
...|For open dialog only: allows selecting multiple files.|
-|*CHANGE_DIR*|Change the current working directory to the directory where the file(s) chosen by the user are.|
-
</del><ins>+* _style_ A dialog style. See FD_* styles for more info.
</ins><span class="cx"> * _pos_ Dialog position. Not implemented.
</span><ins>+* _size_ Dialog size. Not implemented.
+* _name_ Dialog name. Not implemented.
</ins><span class="cx">
</span><del>-*NB:* Previous versions of Widgets used @CHANGE_DIR@ by default
-under MS Windows which a...
2007 Apr 13
0
[949] branches/wxruby2/wxwidgets_282: Changes in Gauge API 2.6->2.8, remove comment cruft in header
...uot;> * _id_ Window identifier.
</span><del>-* _range_ Integer range (maximum value) of the gauge.
</del><ins>+* _range_ Integer range (maximum value) of the gauge. It is ignored when the gauge is used in indeterminate mode.
</ins><span class="cx"> * _pos_ Window position.
</span><span class="cx"> * _size_ Window size.
</span><span class="cx"> * _style_ Gauge style. See "Gauge":gauge.html.
</span><span class="lines">@@ -116,10 +130,6 @@
</span><span class="cx&qu...
2007 Apr 14
0
[963] branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl: Added a few missing methods and cleaned up a bit.
...Can be nil, a frame or another dialog box.
</ins><span class="cx"> * _id_ An identifier for the dialog. A value of -1 is taken to mean a default.
</span><span class="cx"> * _title_ The title of the dialog.
</span><span class="cx"> * _pos_ The dialog position. A value of (-1, -1) indicates a default position, chosen by
</span><span class="lines">@@ -219,20 +219,20 @@
</span><span class="cx"> Boolean *do_ok*()
</span><span class="cx">
</span><span class="...
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...st not be nil.
</ins><span class="cx"> * _id_ Window identifier. A value of -1 indicates a default value.
</span><span class="cx"> * _value_ Initial selection string. An empty string indicates no selection.
</span><span class="cx"> * _pos_ Window position.
</span><span class="cx"> * _size_ Window size. If the default size (-1, -1) is specified then the window is sized
</span><span class="cx"> appropriately.
</span><del>-* _n_ Number of strings with which to initialise the contro...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...@
</span><span class="cx"> h4. Parameters
</span><span class="cx">
</span><span class="cx"> * _parent_ Pointer to a parent window.
</span><del>-* _id_ Window identifier. If -1, will automatically create an identifier.
-* _pos_ Window position. DefaultPosition is (-1, -1) which indicates that Widgets
</del><ins>+* _id_ Window identifier. If ID_ANY, will automatically create an identifier.
+* _pos_ Window position. DefaultPosition indicates that Widgets
</ins><span class="cx"> should gener...
2006 Nov 16
0
[741] trunk/wxruby2: Fix get_item_data, hiding TreeItemData messiness, fix GC-ing (Alex Fenton)
...-* _parent_ Parent window. Must not be @NULL@.
</del><ins>+* _parent_ Parent window. Must be a valid Wx::Window, and not nil.
</ins><span class="cx"> * _id_ Window identifier. A value of -1 indicates a default value.
</span><span class="cx"> * _pos_ Window position.
</span><span class="cx"> * _size_ Window size. If the default size (-1, -1) is specified then the window is sized
</span><span class="lines">@@ -194,16 +215,11 @@
</span><span class="cx"> "TreeCtrl#create":...