nobody at rubyforge.org
2007-Jan-03 01:38 UTC
[Wxruby-development] [823] trunk/wxruby2/doc/textile: Remove docs for some deprecated classes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } #msg dt { float: left; width: 6em; font-weight: bold; } #msg dt:after { content:'':'';} #msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } #msg dl a { font-weight: bold} #msg dl a:link { color:#fc3; } #msg dl a:active { color:#ff0; } #msg dl a:visited { color:#cc6; } h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } #msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; } #msg ul, pre { overflow: auto; } #header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } #patch { width: 100%; } #patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} #patch .propset h4, #patch .binary h4 {margin:0;} #patch pre {padding:0;line-height:1.2em;margin:0;} #patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} #patch .propset .diff, #patch .binary .diff {padding:10px 0;} #patch span {display:block;padding:0 10px;} #patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[823] trunk/wxruby2/doc/textile: Remove docs for some deprecated classes</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>823</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-01-02 20:38:59 -0500 (Tue, 02 Jan 2007)</dd> </dl> <h3>Log Message</h3> <pre>Remove docs for some deprecated classes</pre> <h3>Removed Paths</h3> <ul> <li><a href="#trunkwxruby2doctextiletabbeddialogtxtl">trunk/wxruby2/doc/textile/tabbeddialog.txtl</a></li> <li><a href="#trunkwxruby2doctextiletabbedpaneltxtl">trunk/wxruby2/doc/textile/tabbedpanel.txtl</a></li> <li><a href="#trunkwxruby2doctextiletabcontroltxtl">trunk/wxruby2/doc/textile/tabcontrol.txtl</a></li> <li><a href="#trunkwxruby2doctextiletabviewtxtl">trunk/wxruby2/doc/textile/tabview.txtl</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="trunkwxruby2doctextiletabbeddialogtxtl"></a> <div class="delfile"><h4>Deleted: trunk/wxruby2/doc/textile/tabbeddialog.txtl (822 => 823)</h4> <pre class="diff"><span> <span class="info">--- trunk/wxruby2/doc/textile/tabbeddialog.txtl        2007-01-03 01:37:00 UTC (rev 822) +++ trunk/wxruby2/doc/textile/tabbeddialog.txtl        2007-01-03 01:38:59 UTC (rev 823) </span><span class="lines">@@ -1,58 +0,0 @@ </span><del>-h1(#wxtabbeddialog). Wx::TabbedDialog - -A dialog suitable for handling tabs. - -Please note that the preferred class for programming tabbed windows is "Notebook":notebook.html. -This class is retained for backward compatibility. - -h2. Derived from - -"Dialog":dialog.html - -"EvtHandler":evthandler.html - -"Object":object.html - -h2. See also - -"Tab classes overview":taboverview.html - -<div id="methods"> - -h2. Methods - -* "TabbedDialog.new":#TabbedDialog_new -* "TabbedDialog#set_tab_view":#TabbedDialog_settabview -* "TabbedDialog#get_tab_view":#TabbedDialog_gettabview - -</div> - - -h3. TabbedDialog.new - - *TabbedDialog.new*(%(arg-type)Window% parent, %(arg-type)Integer% id, %(arg-type)String% title, - %(arg-type)Point% pos, - %(arg-type)Size% size, - %(arg-type)Integer% style=DEFAULT_DIALOG_STYLE, - %(arg-type)String% name="dialogBox") - -Constructor. - - *destructor*() - -Destructor. This destructor deletes the tab view associated with the dialog box. -If you do not wish this to happen, set the tab view to NULL before destruction (for example, -in the OnCloseWindow event handler). - -h3. TabbedDialog#set_tab_view - - *set_tab_view*(%(arg-type)TabView% view) - -Sets the tab view associated with the dialog box. - -h3. TabbedDialog#get_tab_view - - "TabView":tabview.html *get_tab_view*() - -Returns the tab view associated with the dialog box. - </del></span></pre></div> <a id="trunkwxruby2doctextiletabbedpaneltxtl"></a> <div class="delfile"><h4>Deleted: trunk/wxruby2/doc/textile/tabbedpanel.txtl (822 => 823)</h4> <pre class="diff"><span> <span class="info">--- trunk/wxruby2/doc/textile/tabbedpanel.txtl        2007-01-03 01:37:00 UTC (rev 822) +++ trunk/wxruby2/doc/textile/tabbedpanel.txtl        2007-01-03 01:38:59 UTC (rev 823) </span><span class="lines">@@ -1,51 +0,0 @@ </span><del>-h1(#wxtabbedpanel). Wx::TabbedPanel - -A panel suitable for handling tabs. - -Please note that the preferred class for programming tabbed windows is "Notebook":notebook.html. -This class is retained for backward compatibility. - -h2. Derived from - -"Panel":panel.html - -"EvtHandler":evthandler.html - -"Object":object.html - -h2. See also - -"Tab classes overview":taboverview.html - -<div id="methods"> - -h2. Methods - -* "TabbedPanel.new":#TabbedPanel_new -* "TabbedPanel#set_tab_view":#TabbedPanel_settabview -* "TabbedPanel#get_tab_view":#TabbedPanel_gettabview - -</div> - - -h3. TabbedPanel.new - - *TabbedPanel.new*(%(arg-type)Window% parent, %(arg-type)Integer% id, %(arg-type)Point% pos, - %(arg-type)Size% size, - %(arg-type)Integer% style=0, - %(arg-type)String% name="panel") - -Constructor. - -h3. TabbedPanel#set_tab_view - - *set_tab_view*(%(arg-type)TabView% view) - -Sets the tab view associated with the panel. - -h3. TabbedPanel#get_tab_view - - "TabView":tabview.html *get_tab_view*() - -Returns the tab view associated with the panel. - </del></span></pre></div> <a id="trunkwxruby2doctextiletabcontroltxtl"></a> <div class="delfile"><h4>Deleted: trunk/wxruby2/doc/textile/tabcontrol.txtl (822 => 823)</h4> <pre class="diff"><span> <span class="info">--- trunk/wxruby2/doc/textile/tabcontrol.txtl        2007-01-03 01:37:00 UTC (rev 822) +++ trunk/wxruby2/doc/textile/tabcontrol.txtl        2007-01-03 01:38:59 UTC (rev 823) </span><span class="lines">@@ -1,171 +0,0 @@ </span><del>-h1(#wxtabcontrol). Wx::TabControl - -You will rarely need to use this class directly. - -Please note that the preferred class for programming tabbed windows is "Notebook":notebook.html. -This class is retained for backward compatibility. - -h2. Derived from - -"Object":object.html - -h2. See also - -Tab classes overviewwxtaboverview - -<div id="methods"> - -h2. Methods - -* "TabControl.new":#TabControl_new -* "TabControl#get_col_position":#TabControl_getcolposition -* "TabControl#get_font":#TabControl_getfont -* "TabControl#get_height":#TabControl_getheight -* "TabControl#get_id":#TabControl_getid -* "TabControl#get_label":#TabControl_getlabel -* "TabControl#get_row_position":#TabControl_getrowposition -* "TabControl#get_selected":#TabControl_getselected -* "TabControl#get_width":#TabControl_getwidth -* "TabControl#get_x":#TabControl_getx -* "TabControl#get_y":#TabControl_gety -* "TabControl#hit_test":#TabControl_hittest -* "TabControl#on_draw":#TabControl_ondraw -* "TabControl#set_col_position":#TabControl_setcolposition -* "TabControl#set_font":#TabControl_setfont -* "TabControl#set_id":#TabControl_setid -* "TabControl#set_label":#TabControl_setlabel -* "TabControl#set_position":#TabControl_setposition -* "TabControl#set_row_position":#TabControl_setrowposition -* "TabControl#set_selected":#TabControl_setselected -* "TabControl#set_size":#TabControl_setsize - -</div> - - -h3. TabControl.new - - *TabControl.new*(%(arg-type)TabView% view = nil) - -Constructor. - -h3. TabControl#get_col_position - - Integer *get_col_position*() - -Returns the position of the tab in the tab column. - -h3. TabControl#get_font - - "Font":font.html *get_font*() - -Returns the font to be used for this tab. - -h3. TabControl#get_height - - Integer *get_height*() - -Returns the tab height. - -h3. TabControl#get_id - - Integer *get_id*() - -Returns the tab identifier. - -h3. TabControl#get_label - - String *get_label*() - -Returns the tab label. - -h3. TabControl#get_row_position - - Integer *get_row_position*() - -Returns the position of the tab in the layer or row. - -h3. TabControl#get_selected - - Boolean *get_selected*() - -Returns the selected flag. - -h3. TabControl#get_width - - Integer *get_width*() - -Returns the tab width. - -h3. TabControl#get_x - - Integer *get_x*() - -Returns the x offset from the top-left of the view area. - -h3. TabControl#get_y - - Integer *get_y*() - -Returns the y offset from the top-left of the view area. - -h3. TabControl#hit_test - - Boolean *hit_test*(%(arg-type)Integer% x, %(arg-type)Integer% y) - -Returns true if the point x, y is within the tab area. - -h3. TabControl#on_draw - - *on_draw*(%(arg-type)DC% dc, %(arg-type)Boolean% lastInRow) - -Draws the tab control on the given device context. - -h3. TabControl#set_col_position - - *set_col_position*(%(arg-type)Integer% pos) - -Sets the position in the column. - -h3. TabControl#set_font - - *set_font*(%(arg-type)Font% font) - -Sets the font to be used for this tab. - -h3. TabControl#set_id - - *set_id*(%(arg-type)Integer% id) - -Sets the tab identifier. - -h3. TabControl#set_label - - *set_label*(%(arg-type)String% str) - -Sets the label for the tab. - -h3. TabControl#set_position - - *set_position*(%(arg-type)Integer% x, %(arg-type)Integer% y) - -Sets the x and y offsets for this tab, measured from the top-left of the view area. - -h3. TabControl#set_row_position - - *set_row_position*(%(arg-type)Integer% pos) - -Sets the position on the layer (row). - -h3. TabControl#set_selected - - *set_selected*(%(arg-type)Boolean% selected) - -Sets the selection flag for this tab (does not set the current tab for the view; -use TabView::SetSelectedTab for that). - -h3. TabControl#set_size - - *set_size*(%(arg-type)Integer% width, %(arg-type)Integer% height) - -Sets the width and height for this tab. - </del></span></pre></div> <a id="trunkwxruby2doctextiletabviewtxtl"></a> <div class="delfile"><h4>Deleted: trunk/wxruby2/doc/textile/tabview.txtl (822 => 823)</h4> <pre class="diff"><span> <span class="info">--- trunk/wxruby2/doc/textile/tabview.txtl        2007-01-03 01:37:00 UTC (rev 822) +++ trunk/wxruby2/doc/textile/tabview.txtl        2007-01-03 01:38:59 UTC (rev 823) </span><span class="lines">@@ -1,405 +0,0 @@ </span><del>-h1(#wxtabview). Wx::TabView - -Responsible for drawing tabs onto a window, and dealing with input. - -Please note that the preferred class for programming tabbed windows is "Notebook":notebook.html. -This class is retained for backward compatibility. - -h2. Derived from - -"Object":object.html - -h2. See also - -"TabView overview":tabviewoverview.html, "PanelTabView":paneltabview.html - -<div id="methods"> - -h2. Methods - -* "TabView.new":#TabView_new -* "TabView#add_tab":#TabView_addtab -* "TabView#calculate_tab_width":#TabView_calculatetabwidth -* "TabView#clear_tabs":#TabView_cleartabs -* "TabView#draw":#TabView_draw -* "TabView#find_tab_control_for_id":#TabView_findtabcontrolforid -* "TabView#find_tab_control_for_position":#TabView_findtabcontrolforposition -* "TabView#get_background_brush":#TabView_getbackgroundbrush -* "TabView#get_background_colour":#TabView_getbackgroundcolour -* "TabView#get_background_pen":#TabView_getbackgroundpen -* "TabView#get_highlight_colour":#TabView_gethighlightcolour -* "TabView#get_highlight_pen":#TabView_gethighlightpen -* "TabView#get_horizontal_tab_offset":#TabView_gethorizontaltaboffset -* "TabView#get_number_of_layers":#TabView_getnumberoflayers -* "TabView#get_selected_tab_font":#TabView_getselectedtabfont -* "TabView#get_shadow_colour":#TabView_getshadowcolour -* "TabView#get_tab_height":#TabView_gettabheight -* "TabView#get_tab_font":#TabView_gettabfont -* "TabView#get_tab_selection_height":#TabView_gettabselectionheight -* "TabView#get_tab_style":#TabView_gettabstyle -* "TabView#get_tab_width":#TabView_gettabwidth -* "TabView#get_text_colour":#TabView_gettextcolour -* "TabView#get_top_margin":#TabView_gettopmargin -* "TabView#get_shadow_pen":#TabView_getshadowpen -* "TabView#get_view_rect":#TabView_getviewrect -* "TabView#get_vertical_tab_text_spacing":#TabView_getverticaltabtextspacing -* "TabView#get_window":#TabView_getwindow -* "TabView#on_create_tab_control":#TabView_oncreatetabcontrol -* "TabView#layout_tabs":#TabView_layouttabs -* "TabView#on_event":#TabView_onevent -* "TabView#on_tab_activate":#TabView_ontabactivate -* "TabView#on_tab_pre_activate":#TabView_ontabpreactivate -* "TabView#set_background_colour":#TabView_setbackgroundcolour -* "TabView#set_highlight_colour":#TabView_sethighlightcolour -* "TabView#set_horizontal_tab_offset":#TabView_sethorizontaltaboffset -* "TabView#set_selected_tab_font":#TabView_setselectedtabfont -* "TabView#set_shadow_colour":#TabView_setshadowcolour -* "TabView#set_tab_font":#TabView_settabfont -* "TabView#set_tab_style":#TabView_settabstyle -* "TabView#set_tab_size":#TabView_settabsize -* "TabView#set_tab_selection_height":#TabView_settabselectionheight -* "TabView#set_tab_selection":#TabView_settabselection -* "TabView#set_text_colour":#TabView_settextcolour -* "TabView#set_top_margin":#TabView_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 the tab background matches the dialog background.| - - -h3(#TabView_addtab). TabView#add_tab - - "TabControl":tabcontrol.html *add_tab*(%(arg-type)Integer% id, %(arg-type)String% label, - %(arg-type)TabControl% existingTab=NULL) - -Adds a tab to the view. - -_id_ is the application-chosen identifier for the tab, which will be used in subsequent tab operations. - -_label_ is the label to give the tab. - -_existingTab_ maybe NULL to specify a new tab, or non-NULL to indicate that an existing tab should be used. - -A new layer (row) is started when the current layer has been filled up with tabs. - -h3(#TabView_calculatetabwidth). TabView#calculate_tab_width - - Integer *calculate_tab_width*(%(arg-type)Integer% noTabs, %(arg-type)Boolean% adjustView = false) - -The application can specify the tab width using this function, in terms -of the number of tabs per layer (row) which will fit the view area, which -should have been set previously with SetViewRect. - -_noTabs_ is the number of tabs which should take up the full width -of the view area. - -_adjustView_ can be set to true in order to readjust the view width -to exactly fit the given number of tabs. - -The new tab width is returned. - -h3. TabView#clear_tabs - - *clear_tabs*(%(arg-type)Boolean% deleteTabs=true) - -Clears the tabs, deleting them if _deleteTabs_ is true. - -h3. TabView#draw - - *draw*(%(arg-type)DC% dc) - -Draws the tabs and (optionally) a box around the view area. - -h3. TabView#find_tab_control_for_id - - "TabControl":tabcontrol.html *find_tab_control_for_id*(%(arg-type)Integer% id) - -Finds the TabControl corresponding to _id_. - -h3. TabView#find_tab_control_for_position - - "TabControl":tabcontrol.html *find_tab_control_for_position*(%(arg-type)Integer% layer, - %(arg-type)Integer% position) - -Finds the TabControl at layer _layer_, position in layer _position_, both starting from -zero. Note that tabs change layer as they are selected or deselected. - -h3. TabView#get_background_brush - - "Brush":brush.html *get_background_brush*() - -Returns the brush used to draw in the background colour. It is set when -SetBackgroundColour is called. - -h3. TabView#get_background_colour - - "Colour":colour.html *get_background_colour*() - -Returns the colour used for each tab background. By default, this is -light grey. To ensure a match with the dialog or panel background, omit -the TAB_STYLE_COLOUR_INTERIOR flag from the TabView constructor. - -h3. TabView#get_background_pen - - "Pen":pen.html *get_background_pen*() - -Returns the pen used to draw in the background colour. It is set when -SetBackgroundColour is called. - -h3. TabView#get_highlight_colour - - "Colour":colour.html *get_highlight_colour*() - -Returns the colour used for bright highlights on the left side of `3D'' surfaces. By default, this is white. - -h3. TabView#get_highlight_pen - - "Pen":pen.html *get_highlight_pen*() - -Returns the pen used to draw 3D effect highlights. This is set when -SetHighlightColour is called. - -h3. TabView#get_horizontal_tab_offset - - Integer *get_horizontal_tab_offset*() - -Returns the horizontal spacing by which each tab layer is offset from the one below. - -h3. TabView#get_number_of_layers - - Integer *get_number_of_layers*() - -Returns the number of layers (rows of tabs). - -h3. TabView#get_selected_tab_font - - "Font":font.html *get_selected_tab_font*() - -Returns the font to be used for the selected tab label. - -h3. TabView#get_shadow_colour - - "Colour":colour.html *get_shadow_colour*() - -Returns the colour used for shadows on the right-hand side of `3D'' surfaces. By default, this is dark grey. - -h3. TabView#get_tab_height - - Integer *get_tab_height*() - -Returns the tab default height. - -h3. TabView#get_tab_font - - "Font":font.html *get_tab_font*() - -Returns the tab label font. - -h3. TabView#get_tab_selection_height - - Integer *get_tab_selection_height*() - -Returns the height to be used for the currently selected tab; normally a few pixels -higher than the other tabs. - -h3. TabView#get_tab_style - - Integer *get_tab_style*() - -Returns the tab style. See constructor documentation for details of valid styles. - -h3. TabView#get_tab_width - - Integer *get_tab_width*() - -Returns the tab default width. - -h3. TabView#get_text_colour - - "Colour":colour.html *get_text_colour*() - -Returns the colour used to draw label text. By default, this is -black. - -h3. TabView#get_top_margin - - Integer *get_top_margin*() - -Returns the height between the top of the view area and the bottom of the first -row of tabs. - -h3. TabView#get_shadow_pen - - "Pen":pen.html *get_shadow_pen*() - -Returns the pen used to draw 3D effect shadows. This is set when -SetShadowColour is called. - -h3. TabView#get_view_rect - - "Rectangle":rectangle.html *get_view_rect*() - -Returns the rectangle specifying the view area (above which tabs are -placed). - -h3. TabView#get_vertical_tab_text_spacing - - Integer *get_vertical_tab_text_spacing*() - -Returns the vertical spacing between the top of an unselected tab, and the tab label. - -h3. TabView#get_window - - wWindow *get_window*() - -Returns the window for the view. - -h3. TabView#on_create_tab_control - - "TabControl":tabcontrol.html *on_create_tab_control*() - -Creates a new tab control. By default, this returns a TabControl object, but the application may wish -to define a derived class, in which case the tab view should be subclassed and this function overridden. - -h3. TabView#layout_tabs - - *layout_tabs*() - -Recalculates the positions of the tabs, and adjusts the layer of the selected tab if necessary. - -You may want to call this function if the view width has changed (for example, from an OnSize handler). - -h3. TabView#on_event - - Boolean *on_event*(%(arg-type)MouseEvent% event) - -Processes mouse events sent from the panel or dialog. Returns true if the event was processed, -false otherwise. - -h3. TabView#on_tab_activate - - *on_tab_activate*(%(arg-type)Integer% activateId, %(arg-type)Integer% deactivateId) - -Called when a tab is activated, with the new active tab id, and the former active tab id. - -h3. TabView#on_tab_pre_activate - - Boolean *on_tab_pre_activate*(%(arg-type)Integer% activateId, %(arg-type)Integer% deactivateId) - -Called just before a tab is activated, with the new active tab id, and the former active tab id. - -If the function returns false, the tab is not activated. - -h3. TabView#set_background_colour - - *set_background_colour*(%(arg-type)Colour% col) - -Sets the colour to be used for each tab background. By default, this is -light grey. To ensure a match with the dialog or panel background, omit -the TAB_STYLE_COLOUR_INTERIOR flag from the TabView constructor. - -h3. TabView#set_highlight_colour - - *set_highlight_colour*(%(arg-type)Colour% col) - -Sets the colour to be used for bright highlights on the left side of `3D'' surfaces. By default, this is white. - -h3. TabView#set_horizontal_tab_offset - - *set_horizontal_tab_offset*(%(arg-type)Integer% offset) - -Sets the horizontal spacing by which each tab layer is offset from the one below. - -h3. TabView#set_selected_tab_font - - *set_selected_tab_font*(%(arg-type)Font% font) - -Sets the font to be used for the selected tab label. - -h3. TabView#set_shadow_colour - - *set_shadow_colour*(%(arg-type)Colour% col) - -Sets the colour to be used for shadows on the right-hand side of `3D'' surfaces. By default, this is dark grey. - -h3. TabView#set_tab_font - - *set_tab_font*(%(arg-type)Font% font) - -Sets the tab label font. - -h3. TabView#set_tab_style - - *set_tab_style*(%(arg-type)Integer% tabStyle) - -Sets the tab style. See constructor documentation for details of valid styles. - -h3. TabView#set_tab_size - - *set_tab_size*(%(arg-type)Integer% width, %(arg-type)Integer% height) - -Sets the tab default width and height. - -h3. TabView#set_tab_selection_height - - *set_tab_selection_height*(%(arg-type)Integer% height) - -Sets the height to be used for the currently selected tab; normally a few pixels -higher than the other tabs. - -h3. TabView#set_tab_selection - - *set_tab_selection*(%(arg-type)Integer% sel, %(arg-type)Boolean% activateTool=true) - -Sets the selected tab, calling the application''s OnTabActivate function. - -If _activateTool_ is false, OnTabActivate will not be called. - -h3. TabView#set_text_colour - - *set_text_colour*(%(arg-type)Colour% col) - -Sets the colour to be used to draw label text. By default, this is -black. - -h3. TabView#set_top_margin - - *set_top_margin*(%(arg-type)Integer% margin) - -Sets the height between the top of the view area and the bottom of the first -row of tabs. - -h3. TabView#set_vertical_tab_text_spacing - - *set_vertical_tab_text_spacing*(%(arg-type)Integer% spacing) - -Sets the vertical spacing between the top of an unselected tab, and the tab label. - -h3(#TabView_setviewrect). TabView#set_view_rect - - *set_view_rect*(%(arg-type)Rectangle% rect) - -Sets the rectangle specifying the view area (above which tabs are -placed). This must be set by the application. - -h3. TabView#set_window - - *set_window*(%(arg-type)Window% window) - -Set the window that the tab view will use for drawing onto. - - </del></span></pre> </div> </div> </body> </html>
Maybe Matching Threads
- [965] branches/wxruby2/wxwidgets_282/doc/textile: Misc.
- [991] branches/wxruby2/wxwidgets_282/doc/textile: Update documentation for painting methods and WindowDC subclasses
- [822] trunk/wxruby2/doc/textile: Links to the documentation on TextUrlEvent
- [1050] trunk/wxruby2/doc/textile: Delete doc references to remove assign_image_list methods in Tree/ListCtrl
- [835] trunk/wxruby2/doc/textile: Updated documentation about TreeItemId