search for: _style_

Displaying 12 results from an estimated 12 matches for "_style_".

Did you mean: _style
2007 Mar 28
0
[925] branches/wxruby2/wxwidgets_282/doc/textile/filedialog.txtl: Improvements to doc from wxWidgets 2.8
...-92,26 +111,11 @@ </span><span class="cx"> </span><span class="cx"> Note that the native Motif dialog has some limitations with respect to </span><span class="cx"> wildcards; see the Remarks section above. </span><del>-* _style_ A dialog style. A bitlist of: - - - -|*OPEN*|This is an open dialog.| -|*SAVE*|This is a save dialog.| -|*OVERWRITE_PROMPT*|For save dialog only: prompt for a confirmation if a file will be overwritten.| -|*HIDE_READONLY*|Do not display the checkbox to toggle display of read-only files. Deprecated...
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...s sized </span><span class="cx"> appropriately. </span><del>-* _n_ Number of strings with which to initialise the control. </del><span class="cx"> * _choices_ An array of strings with which to initialise the control. </span><del>-* _style_ Window style. See "ComboBox":combobox.html. </del><ins>+* _style_ Window style. See "ComboBox Window Styles":#window_styles </ins><span class="cx"> * _validator_ Window validator. </span><span class="cx"> * _name_ Window na...
2013 Jul 07
2
The *tmp* variable
When complex assignments are performed, the R interpreter creates, then removes a special variable *tmp*. However, when byte compiling is enabled, it seems that a different mechanism for making compound assignments is used. Would it be possible to eliminate *tmp* from interpreted R code as well? It might be useful for a function to lock its own environment, and the appearance and disappearance of
2006 Dec 01
0
[768] trunk/wxruby2/doc/textile/checklistbox.txtl: Corrected constructor method signature
...lt;span class="cx"> appropriately. </span><del>-* _n_ Number of strings with which to initialise the control. </del><span class="cx"> * _choices_ An array of strings with which to initialise the control. </span><span class="cx"> * _style_ Window style. See "CheckListBox":checklistbox.html. </span><span class="cx"> * _validator_ Window validator. </span></span></pre> </div> </div> </body> </html>
2006 Nov 04
0
[720] trunk/wxruby2/doc/textile/menu.txtl: Update, rubyify and tidy
...t; * "Menu#append_separator":#Menu_appendseparator </span><span class="lines">@@ -122,25 +129,6 @@ </span><span class="cx"> * _title_ A title for the popup menu: the empty string denotes no title. </span><span class="cx"> * _style_ If set to @MENU_TEAROFF@, the menu will be detachable (GTK only). </span><span class="cx"> </span><del>- *Menu.new*(%(arg-type)Integer% style) - -Constructs a Menu object. - -h4. Parameters - -* _style_ If set to @MENU_TEAROFF@, the menu will be detachable (GTK o...
2006 Nov 21
0
[745] trunk/wxruby2/doc/textile/choice.txtl: Correct ruby method signature for constructor, bit more explanatory text
..."cx"> appropriately. </span><del>-* _n_ Number of strings with which to initialise the choice control. </del><span class="cx"> * _choices_ An array of strings with which to initialise the choice control. </span><span class="cx"> * _style_ Window style. See "Choice":choice.html. </span><span class="cx"> * _validator_ Window validator. </span><span class="lines">@@ -85,33 +78,15 @@ </span><span class="cx"> </span><span class="cx"> "...
2007 Jun 26
0
[1082] trunk/wxruby2/doc/textile/hyperlinkctrl.txtl: Added HyperlinkCtrl and HyperlinkEvent documentation
...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#get_hover_colour + + "Colour":colour.html *get_hover_colour*() + +Returns the colour used to print the label of the...
2006 Dec 12
0
[781] trunk/wxruby2: Added instance class method to avoid proliferation of help windows
...pically expect only a single help window to be running for +any particular application, with the help shown and hidden as +required. To avoid showing multiple help windows within a single +application, use this method in preference to +"new":#HtmlHelpController_new . + +h4. Parameters + +_style_ defines optional styles for the help window; the options are +described below in the "new":#HtmlHelpController_new method. Note that +the style argument will only be processed in the first call to this +method - subsequent calls will return a controller with the original +style. + </in...
2006 Nov 21
0
[746] trunk/wxruby2/doc/textile/listbox.txtl: Correct ruby method signature for methods that accept an array of strings
...lt;span class="cx"> appropriately. </span><del>-* _n_ Number of strings with which to initialise the control. </del><span class="cx"> * _choices_ An array of strings with which to initialise the control. </span><span class="cx"> * _style_ Window style. See "ListBox":listbox.html. </span><span class="cx"> * _validator_ Window validator. </span><span class="lines">@@ -107,14 +99,6 @@ </span><span class="cx"> </span><span class="cx"> &quo...
2012 Jun 12
1
Getting duplicates despite trying hard to match lock styles
...ng the old and new mail setups in parallel; I have configured the original sendmail server to forward copies of incoming messages to the new sendmail running on the virtual machine. I then compare the results (e.g., how spam filtering is working). I've kept as much as possible of the original _style_ of setup as possible, which in particular means using sendmail, and message delivery through procmail to mbox files in /var/spool/mail. The key difference is the use of dovecot to provide IMAP access to the inbox and IMAP folders. Because of the legacy setup, my desktop access to email is via Thu...
2007 Apr 13
0
[949] branches/wxruby2/wxwidgets_282: Changes in Gauge API 2.6->2.8, remove comment cruft in header
...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"> </span><span class="cx"> Returns the maximum position of the gauge. </span><span class="cx"&g...
2007 Jan 03
0
[823] trunk/wxruby2/doc/textile: Remove docs for some deprecated classes
..._settopmargin -* "TabView#set_vertical_tab_text_spacing":#TabView_setverticaltabtextspacing -* "TabView#set_view_rect":#TabView_setviewrect -* "TabView#set_window":#TabView_setwindow - -</div> - - -h3. TabView.new - - *TabView.new*(%(arg-type)Integer% style = TAB_STYLE_DRAW_BOX TAB_STYLE_COLOUR_INTERIOR) - -Constructor. - -_style_ may be a bit list of the following: - - -|TAB_STYLE_DRAW_BOX|Draw a box around the view area. Most commonly used for dialogs.| -|TAB_STYLE_COLOUR_INTERIOR|Draw tab backgrounds in the specified colour. Omitting this stylewill ensure that...