nobody at rubyforge.org
2007-Apr-14 07:09 UTC
[Wxruby-development] [965] branches/wxruby2/wxwidgets_282/doc/textile: Misc.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.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>[965] branches/wxruby2/wxwidgets_282/doc/textile:
Misc.</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>965</dd>
<dt>Author</dt> <dd>seanlong</dd>
<dt>Date</dt> <dd>2007-04-14 03:09:13 -0400 (Sat, 14 Apr
2007)</dd>
</dl>
<h3>Log Message</h3>
<pre>Misc. documentation fixes.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a
href="#brancheswxruby2wxwidgets_282doctextilecontrolwithitemstxtl">branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl</a></li>
<li><a
href="#brancheswxruby2wxwidgets_282doctextiledialogtxtl">branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl</a></li>
<li><a
href="#brancheswxruby2wxwidgets_282doctextilelistboxtxtl">branches/wxruby2/wxwidgets_282/doc/textile/listbox.txtl</a></li>
<li><a
href="#brancheswxruby2wxwidgets_282doctextiletoplevelwindowtxtl">branches/wxruby2/wxwidgets_282/doc/textile/toplevelwindow.txtl</a></li>
<li><a
href="#brancheswxruby2wxwidgets_282doctextiletreectrltxtl">branches/wxruby2/wxwidgets_282/doc/textile/treectrl.txtl</a></li>
<li><a
href="#brancheswxruby2wxwidgets_282doctextilewindowtxtl">branches/wxruby2/wxwidgets_282/doc/textile/window.txtl</a></li>
<li><a
href="#brancheswxruby2wxwidgets_282doctextilexmlresourcetxtl">branches/wxruby2/wxwidgets_282/doc/textile/xmlresource.txtl</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a
id="brancheswxruby2wxwidgets_282doctextilecontrolwithitemstxtl"></a>
<div class="modfile"><h4>Modified:
branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl (964 =>
965)</h4>
<pre class="diff"><span>
<span class="info">---
branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl        2007-04-14
06:19:44 UTC (rev 964)
+++
branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl        2007-04-14
07:09:13 UTC (rev 965)
</span><span class="lines">@@ -85,7 +85,7 @@
</span><span class="cx">
</span><span class="cx"> Removes all items from the
control.
</span><span class="cx">
</span><del>-_Clear()_ also deletes the client data of the existing
items if it is owned
</del><ins>+_clear()_ also deletes the client data of the existing
items if it is owned
</ins><span class="cx"> by the control.
</span><span class="cx">
</span><span class="cx"> h3(#ControlWithItems_delete).
ControlWithItems#delete
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx">
</span><span class="cx"> h4. See also
</span><span class="cx">
</span><del>-"Clear":controlwithitemsclear.html
</del><ins>+"clear":controlwithitems.html#ControlWithItems_clear
</ins><span class="cx">
</span><span class="cx"> h3(#ControlWithItems_findstring).
ControlWithItems#find_string
</span><span class="cx">
</span><span class="lines">@@ -206,14 +206,14 @@
</span><span class="cx">
</span><span class="cx"> h3(#ControlWithItems_insert).
ControlWithItems#insert
</span><span class="cx">
</span><del>- Integer *insert*(%(arg-type)String% item,
%(arg-type)Integer% pos)
</del><ins>+ Integer *insert*(%(arg-type)String% item,
%(arg-type)Integer% pos)
</ins><span class="cx">
</span><span class="cx"> Inserts the item into the list
before pos.
</span><span class="cx"> Not valid for @LB_SORT@ or
@CB_SORT@ styles, use Append instead.
</span><span class="cx">
</span><del>- Integer *insert*(%(arg-type)String% item,
%(arg-type)Integer% pos, %(arg-type)% clientData)
</del><ins>+ Integer *insert*(%(arg-type)String% item,
%(arg-type)Integer% pos, %(arg-type)% clientData)
</ins><span class="cx">
</span><del>- Integer *insert*(%(arg-type)String% item,
%(arg-type)Integer% pos,
</del><ins>+ Integer *insert*(%(arg-type)String% item,
%(arg-type)Integer% pos,
</ins><span class="cx">
%(arg-type)ClientData% clientData)
</span><span class="cx">
</span><span class="cx"> Inserts the item into the list
before pos, associating the given, typed or
</span><span class="lines">@@ -263,8 +263,8 @@
</span><span class="cx"> data, though it may be unwise to
use volatile objects such as sockets or
</span><span class="cx"> files as item data.
</span><span class="cx">
</span><del>-Note that in WxWidgets C++, this method is called
SetClientData;
-therefore *set_client_data* is an alias in WxRuby for this method. THe
</del><ins>+*Note* that in WxWidgets C++, this method is called
SetClientData;
+therefore *set_client_data* is an alias in WxRuby for this method. The
</ins><span class="cx"> name *set_item_data* is preferred
for clarity and consistency with the
</span><span class="cx"> other classes such as
"TreeCtrl":treectrl.html and
</span><span class="cx">
"ListCtrl":listctrl.html which offer a similar feature.
</span></span></pre></div>
<a
id="brancheswxruby2wxwidgets_282doctextiledialogtxtl"></a>
<div class="modfile"><h4>Modified:
branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl (964 =>
965)</h4>
<pre class="diff"><span>
<span class="info">---
branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl        2007-04-14
06:19:44 UTC (rev 964)
+++
branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl        2007-04-14
07:09:13 UTC (rev 965)
</span><span class="lines">@@ -446,4 +446,5 @@
</span><span class="cx">
</span><span class="cx"> h4. See also
</span><span class="cx">
</span><del>-"Dialog::end_modal":dialog.html#Dialog_endmodal,
"Dialog::get_return_code":dialog.html#Dialog_getreturncode,
"Dialog::set_return_code":dialog.html#Dialog_setreturncode
</del><span class="cx">\ No newline at end of file
</span><ins>+"Dialog::end_modal":dialog.html#Dialog_endmodal,
"Dialog::get_return_code":dialog.html#Dialog_getreturncode,
"Dialog::set_return_code":dialog.html#Dialog_setreturncode
+
</ins></span></pre></div>
<a
id="brancheswxruby2wxwidgets_282doctextilelistboxtxtl"></a>
<div class="modfile"><h4>Modified:
branches/wxruby2/wxwidgets_282/doc/textile/listbox.txtl (964 =>
965)</h4>
<pre class="diff"><span>
<span class="info">---
branches/wxruby2/wxwidgets_282/doc/textile/listbox.txtl        2007-04-14
06:19:44 UTC (rev 964)
+++
branches/wxruby2/wxwidgets_282/doc/textile/listbox.txtl        2007-04-14
07:09:13 UTC (rev 965)
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">
</span><span class="cx"> h3(#ListBox_new). ListBox.new
</span><span class="cx">
</span><del>- *ListBox.new*(%(arg-type)Window% parent,
%(arg-type)Integer% id,
</del><ins>+ *ListBox.new*(%(arg-type)Window% parent,
%(arg-type)Integer% id,
</ins><span class="cx"> %(arg-type)Point%
pos = DEFAULT_POSITION,
</span><span class="cx"> %(arg-type)Size%
size = DEFAULT_SIZE,
</span><span class="cx"> %(arg-type)Array%
choices = nil,
</span><span class="lines">@@ -101,10 +101,10 @@
</span><span class="cx">
</span><span class="cx"> h3(#ListBox_create).
ListBox#create
</span><span class="cx">
</span><del>- Boolean *create*(%(arg-type)Window% parent,
%(arg-type)Integer% id,
</del><ins>+ Boolean *create*(%(arg-type)Window% parent,
%(arg-type)Integer% id,
</ins><span class="cx"> %(arg-type)Point%
pos = DEFAULT_POSITION,
</span><del>- %(arg-type)Size% size = DEFAULT_SIZE,
%(arg-type)Integer% n,
- %(arg-type)String% choices[] = nil, %(arg-type)Integer% style
= 0,
</del><ins>+ %(arg-type)Size% size = DEFAULT_SIZE,
%(arg-type)Integer% n,
+ %(arg-type)String% choices[] = nil, %(arg-type)Integer% style =
0,
</ins><span class="cx">
%(arg-type)Validator% validator = DEFAULT_VALIDATOR,
</span><span class="cx">
%(arg-type)String% name = "listBox")
</span><span class="cx">
</span><span class="lines">@@ -141,9 +141,9 @@
</span><span class="cx">
</span><span class="cx"> h3(#ListBox_insertitems).
ListBox#insert_items
</span><span class="cx">
</span><del>- *insert_items*(%(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.
</span><span class="cx">
</span><span class="lines">@@ -174,14 +174,14 @@
</span><span class="cx">
</span><span class="cx"> h3(#ListBox_set). ListBox#set
</span><span class="cx">
</span><del>- *set*(%(arg-type)Array% choices, %(arg-type)%
*clientData = @NULL@)
</del><ins>+ *set*(%(arg-type)Array% choices, %(arg-type)Array%
client_data = @nil@)
</ins><span class="cx">
</span><span class="cx"> Clears the list box and adds the
given strings to it.
</span><span class="cx">
</span><span class="cx"> h4. Parameters
</span><span class="cx">
</span><span class="cx"> * _choices_ An array of strings
to set.
</span><del>-* _clientData_ Optional array of client data pointers -
not currently supported
</del><ins>+* _client_data_ Optional array of client data pointers -
not currently supported
</ins><span class="cx">
</span><span class="cx"> h3(#ListBox_setfirstitem).
ListBox#set_first_item
</span><span class="cx">
</span></span></pre></div>
<a
id="brancheswxruby2wxwidgets_282doctextiletoplevelwindowtxtl"></a>
<div class="modfile"><h4>Modified:
branches/wxruby2/wxwidgets_282/doc/textile/toplevelwindow.txtl (964 =>
965)</h4>
<pre class="diff"><span>
<span class="info">---
branches/wxruby2/wxwidgets_282/doc/textile/toplevelwindow.txtl        2007-04-14
06:19:44 UTC (rev 964)
+++
branches/wxruby2/wxwidgets_282/doc/textile/toplevelwindow.txtl        2007-04-14
07:09:13 UTC (rev 965)
</span><span class="lines">@@ -280,7 +280,7 @@
</span><span class="cx"> This function has not been tested
with MDI frames.
</span><span class="cx">
</span><span class="cx"> Note that showing a window full
screen also actually
</span><del>-"Show()s":windowshow.html if it
hadn''t been shown yet.
</del><ins>+"show()s":window.html#Window_show if it
hadn''t been shown yet.
</ins><span class="cx">
</span><span class="cx"> h4. See also
</span><span class="cx">
</span></span></pre></div>
<a
id="brancheswxruby2wxwidgets_282doctextiletreectrltxtl"></a>
<div class="modfile"><h4>Modified:
branches/wxruby2/wxwidgets_282/doc/textile/treectrl.txtl (964 =>
965)</h4>
<pre class="diff"><span>
<span class="info">---
branches/wxruby2/wxwidgets_282/doc/textile/treectrl.txtl        2007-04-14
06:19:44 UTC (rev 964)
+++
branches/wxruby2/wxwidgets_282/doc/textile/treectrl.txtl        2007-04-14
07:09:13 UTC (rev 965)
</span><span class="lines">@@ -51,20 +51,20 @@
</span><span class="cx">
|*evt_tree_begin_drag(id) { | event | ... }*|Begin
dragging with the left mouse button.|
</span><span class="cx">
|*evt_tree_begin_rdrag(id) { | event | ... }*|Begin
dragging with the right mouse button.|
</span><span class="cx">
|*evt_tree_end_drag(id) { | event | ... }*|End
dragging with the left or right mouse button.|
</span><del>-|*evt_tree_begin_label_edit(id) { | event | ... }*|Begin
editing a label. This can be prevented by calling
"Veto()":notifyeventveto.html.|
-|*evt_tree_end_label_edit(id) { | event | ... }*|Finish
editing a label. This can be prevented by calling
"Veto()":notifyeventveto.html.|
</del><ins>+|*evt_tree_begin_label_edit(id) { | event | ... }*|Begin
editing a label. This can be prevented by calling
"veto()":notifyevent.html#NotifyEvent_veto.|
+|*evt_tree_end_label_edit(id) { | event | ... }*|Finish
editing a label. This can be prevented by calling
"veto()":notifyevent.html#NotifyEvent_veto.|
</ins><span class="cx">
|*evt_tree_delete_item(id) { | event | ... }*|Delete
an item.|
</span><span class="cx">
|*evt_tree_get_info(id) { | event | ... }*|Request
information from the application.|
</span><span class="cx">
|*evt_tree_set_info(id) { | event | ... }*|Information
is being supplied.|
</span><span class="cx">
|*evt_tree_item_activated(id) { | event | ... }*|The
item has been activated, i.e. chosen by double clicking it with mouse or from
keyboard|
</span><span class="cx">
|*evt_tree_item_collapsed(id) { | event | ... }*|The
item has been collapsed.|
</span><del>-|*evt_tree_item_collapsing(id) { | event | ... }*|The
item is being collapsed. This can be prevented by calling
"Veto()":notifyeventveto.html.|
</del><ins>+|*evt_tree_item_collapsing(id) { | event | ... }*|The
item is being collapsed. This can be prevented by calling
"veto()":notifyevent.html#NotifyEvent_veto.|
</ins><span class="cx">
|*evt_tree_item_expanded(id) { | event | ... }*|The
item has been expanded.|
</span><del>-|*evt_tree_item_expanding(id) { | event | ... }*|The
item is being expanded. This can be prevented by calling
"Veto()":notifyeventveto.html.|
</del><ins>+|*evt_tree_item_expanding(id) { | event | ... }*|The
item is being expanded. This can be prevented by calling
"veto()":notifyevent.html#NotifyEvent_veto.|
</ins><span class="cx">
|*evt_tree_item_right_click(id) { | event | ... }*|The
user has clicked the item with the right mouse button.|
</span><span class="cx">
|*evt_tree_item_middle_click(id) { | event | ... }*|The
user has clicked the item with the middle mouse button.|
</span><span class="cx">
|*evt_tree_sel_changed(id) { | event | ... }*|Selection
has changed.|
</span><del>-|*evt_tree_sel_changing(id) { | event | ... }*|Selection
is changing. This can be prevented by calling
"Veto()":notifyeventveto.html.|
</del><ins>+|*evt_tree_sel_changing(id) { | event | ... }*|Selection
is changing. This can be prevented by calling
"veto()":notifyevent.html#NotifyEvent_veto.|
</ins><span class="cx">
|*evt_tree_key_down(id) { | event | ... }*|A
key has been pressed.|
</span><span class="cx">
|*evt_tree_item_gettooltip(id) { | event | ... }*|The
opportunity to set the item tooltipis being given to the application (call
TreeEvent::SetToolTip). Windows only.|
</span><span class="cx">
|*evt_tree_item_menu(id) { | event | ... }*|The
context menu for the selected item has been requested, either by a right click
or by using the menu key.|
</span><span class="lines">@@ -518,9 +518,9 @@
</span><span class="cx"> which is opaque for the
application but is necessary for the library
</span><span class="cx"> to make these functions reentrant
(i.e. allow more than one
</span><span class="cx"> enumeration on one and the same
object simultaneously). The cookie passed to
</span><del>-GetFirstChild and GetNextChild should be the same
variable.
</del><ins>+get_first_child and
"get_next_child":treectrl.html#TreeCtrl_getnextchild should be the
same variable.
</ins><span class="cx">
</span><del>-Returns an invalid tree item (i.e. IsOk() returns
@false@) if there are no further children.
</del><ins>+Returns an invalid tree item (i.e. is_ok() returns
@false@) if there are no further children.
</ins><span class="cx">
</span><span class="cx"> h4. See also
</span><span class="cx">
</span><span class="lines">@@ -631,7 +631,7 @@
</span><span class="cx"> which is opaque for the
application but is necessary for the library
</span><span class="cx"> to make these functions reentrant
(i.e. allow more than one
</span><span class="cx"> enumeration on one and the same
object simultaneously). The cookie passed to
</span><del>-GetFirstChild and GetNextChild should be the same.
</del><ins>+"get_first_child":treectrl.html#TreeCtrl_getfirstchild
and get_next_child should be the same.
</ins><span class="cx">
</span><span class="cx"> Returns an invalid tree item if
there are no further children.
</span><span class="cx">
</span></span></pre></div>
<a
id="brancheswxruby2wxwidgets_282doctextilewindowtxtl"></a>
<div class="modfile"><h4>Modified:
branches/wxruby2/wxwidgets_282/doc/textile/window.txtl (964 =>
965)</h4>
<pre class="diff"><span>
<span class="info">---
branches/wxruby2/wxwidgets_282/doc/textile/window.txtl        2007-04-14
06:19:44 UTC (rev 964)
+++
branches/wxruby2/wxwidgets_282/doc/textile/window.txtl        2007-04-14
07:09:13 UTC (rev 965)
</span><span class="lines">@@ -1400,12 +1400,12 @@
</span><span class="cx">
</span><span class="cx"> h3(#Window_linedown).
Window#line_down
</span><span class="cx">
</span><del>-This is just a wrapper for
"scroll_lines":#Window_scrolllines$(1)$.
</del><ins>+This is just a wrapper for
"scroll_lines":#Window_scrolllines (1).
</ins><span class="cx">
</span><span class="cx">
</span><span class="cx"> h3(#Window_lineup).
Window#line_up
</span><span class="cx">
</span><del>-This is just a wrapper for
"scroll_lines":#Window_scrolllines$(-1)$.
</del><ins>+This is just a wrapper for
"scroll_lines":#Window_scrolllines (-1).
</ins><span class="cx">
</span><span class="cx">
</span><span class="cx"> h3(#Window_lower). Window#lower
</span><span class="lines">@@ -1416,7 +1416,7 @@
</span><span class="cx">
</span><span class="cx"> h4. See also
</span><span class="cx">
</span><del>-"Raise":windowraise.html
</del><ins>+"raise":window.html#Window_raise
</ins><span class="cx">
</span><span class="cx">
</span><span class="cx"> h3(#Window_makemodal).
Window#make_modal
</span><span class="lines">@@ -1448,8 +1448,8 @@
</span><span class="cx">
</span><span class="cx"> h4. Remarks
</span><span class="cx">
</span><del>-Implementations of SetSize can also implicitly
implement the
-Window::Move function, which is defined in the base Window class
</del><ins>+Implementations of
"set_size":window.html#Window_setsize can also implicitly implement
the
+Window::move function, which is defined in the base Window class
</ins><span class="cx"> as the call:
</span><span class="cx">
</span><span class="cx">
</span><span class="lines">@@ -1472,13 +1472,13 @@
</span><span class="cx"> the focus switches to this
window.
</span><span class="cx">
</span><span class="cx"> Default tab order is the same as
creation order, this function and
</span><del>-"move_before_in_tab_order()":#Window_movebeforeintaborder()
allow to change
</del><ins>+"move_before_in_tab_order":#Window_movebeforeintaborder
allow to change
</ins><span class="cx"> it after creating all the windows.
</span><span class="cx">
</span><span class="cx"> h4. Parameters
</span><span class="cx">
</span><span class="cx"> * _win_ A sibling of this window
which should precede it in tab order,
</span><del>-must not be NULL
</del><ins>+must not be nil.
</ins><span class="cx">
</span><span class="cx">
</span><span class="cx"> h3(#Window_movebeforeintaborder).
Window#move_before_in_tab_order
</span><span class="lines">@@ -1634,7 +1634,7 @@
</span><span class="cx">
</span><span class="cx"> h4. See also
</span><span class="cx">
</span><del>-"Lower":windowlower.html
</del><ins>+"lower":window.html#Window_lower
</ins><span class="cx">
</span><span class="cx">
</span><span class="cx"> h3(#Window_refresh).
Window#refresh
</span><span class="lines">@@ -1644,7 +1644,7 @@
</span><span class="cx"> Causes this window, and all of
its children recursively (except under GTK1
</span><span class="cx"> where this is not implemented),
to be repainted. Note that repainting doesn''t
</span><span class="cx"> happen immediately but only
during the next event loop iteration, if you need
</span><del>-to update the window immediately you should use
"Update":windowupdate.html
</del><ins>+to update the window immediately you should use
"update":window.html#Window_update
</ins><span class="cx"> instead.
</span><span class="cx">
</span><span class="cx"> h4. Parameters
</span><span class="lines">@@ -2667,9 +2667,9 @@
</span><span class="cx">
</span><span class="cx"> Boolean
*show*(%(arg-type)Boolean% show = @true@)
</span><span class="cx">
</span><del>-Shows or hides the window. You may need to call
"Raise":windowraise.html
</del><ins>+Shows or hides the window. You may need to call
"raise":window.html#Window_raise
</ins><span class="cx"> for a top level window if you want
to bring it to top, although this is not
</span><del>-needed if Show() is called immediately after the frame
creation.
</del><ins>+needed if show() is called immediately after the frame
creation.
</ins><span class="cx">
</span><span class="cx"> h4. Parameters
</span><span class="cx">
</span><span class="lines">@@ -2758,7 +2758,7 @@
</span><span class="cx"> all of its children recursively
while this would usually only happen when the
</span><span class="cx"> flow of control returns to the
event loop. Notice that this function doesn''t
</span><span class="cx"> refresh the window and does
nothing if the window hadn''t been already
</span><del>-repainted. Use "Refresh":windowrefresh.html
first if you want to
</del><ins>+repainted. Use
"refresh":window.html#Window_refresh first if you want to
</ins><span class="cx"> immediately redraw the window
unconditionally.
</span><span class="cx">
</span><span class="cx">
</span><span class="lines">@@ -2818,7 +2818,7 @@
</span><span class="cx"> Validates the current values of
the child controls using their validators.
</span><span class="cx">
</span><span class="cx"> If the window has
@WS_EX_VALIDATE_RECURSIVELY@ extra style flag set,
</span><del>-the method will also call Validate() of all child
windows.
</del><ins>+the method will also call validate() of all child
windows.
</ins><span class="cx">
</span><span class="cx"> h4. Return value
</span><span class="cx">
</span><span class="lines">@@ -2835,7 +2835,7 @@
</span><span class="cx">
</span><span class="cx"> Moves the pointer to the given
position on the window.
</span><span class="cx">
</span><del>-*NB: * This function is not supported under Mac because
Apple Human
</del><ins>+*NB:* This function is not supported under Mac because
Apple Human
</ins><span class="cx"> Interface Guidelines forbid moving
the mouse cursor programmatically.
</span><span class="cx">
</span><span class="cx"> h4. Parameters
</span></span></pre></div>
<a
id="brancheswxruby2wxwidgets_282doctextilexmlresourcetxtl"></a>
<div class="modfile"><h4>Modified:
branches/wxruby2/wxwidgets_282/doc/textile/xmlresource.txtl (964 =>
965)</h4>
<pre class="diff"><span>
<span class="info">---
branches/wxruby2/wxwidgets_282/doc/textile/xmlresource.txtl        2007-04-14
06:19:44 UTC (rev 964)
+++
branches/wxruby2/wxwidgets_282/doc/textile/xmlresource.txtl        2007-04-14
07:09:13 UTC (rev 965)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">
</span><span class="cx"> h3(#XmlResource_new).
XmlResource.new
</span><span class="cx">
</span><del>- *XmlResource.new*(%(arg-type)String% filemask,
%(arg-type)Integer% flags = XRC_USE_LOCALE)
</del><ins>+ *XmlResource.new*(%(arg-type)String% filemask,
%(arg-type)Integer% flags = XRC_USE_LOCALE)
</ins><span class="cx">
</span><span class="cx"> Constructor.
</span><span class="cx">
</span><span class="lines">@@ -96,11 +96,11 @@
</span><span class="cx">
</span><span class="cx">
h3(#XmlResource_attachunknowncontrol). XmlResource#attach_unknown_control
</span><span class="cx">
</span><del>- Boolean *attach_unknown_control*(%(arg-type)String%
name, %(arg-type)Window% control,
</del><ins>+ Boolean *attach_unknown_control*(%(arg-type)String%
name, %(arg-type)Window% control,
</ins><span class="cx">
%(arg-type)Window% parent = nil)
</span><span class="cx">
</span><span class="cx"> Attaches an unknown control to
the given panel/window/dialog.
</span><del>-Unknown controls are used in conjunction with
<object class="unknown">.
</del><ins>+Unknown controls are used in conjunction with
@<object class="unknown">@.
</ins><span class="cx">
</span><span class="cx">
</span><span class="cx"> h3(#XmlResource_clearhandlers).
XmlResource#clear_handlers
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx">
</span><span class="cx"> h3(#XmlResource_compareversion).
XmlResource#compare_version
</span><span class="cx">
</span><del>- Integer *compare_version*(%(arg-type)Integer% major,
%(arg-type)Integer% minor,
</del><ins>+ Integer *compare_version*(%(arg-type)Integer% major,
%(arg-type)Integer% minor,
</ins><span class="cx">
%(arg-type)Integer% release,
</span><span class="cx">
%(arg-type)Integer% revision)
</span><span class="cx">
</span><span class="lines">@@ -176,13 +176,13 @@
</span><span class="cx">
</span><span class="cx"> h3(#XmlResource_loaddialog).
XmlResource#load_dialog
</span><span class="cx">
</span><del>- "Dialog":dialog.html
*load_dialog*(%(arg-type)Window% parent, %(arg-type)String% name)
</del><ins>+ "Dialog":dialog.html
*load_dialog*(%(arg-type)Window% parent, %(arg-type)String% name)
</ins><span class="cx">
</span><span class="cx"> Loads a dialog. _dlg_ points to a
parent window (if any).
</span><span class="cx">
</span><span class="cx">
h3(#XmlResource_loaddialogsubclass). XmlResource#load_dialog_subclass
</span><span class="cx">
</span><del>- Boolean *load_dialog_subclass*(%(arg-type)Dialog% dlg,
%(arg-type)Window% parent, %(arg-type)String% name)
</del><ins>+ Boolean *load_dialog_subclass*(%(arg-type)Dialog% dlg,
%(arg-type)Window% parent, %(arg-type)String% name)
</ins><span class="cx">
</span><span class="cx"> Loads a dialog. _dlg_ points to
parent window (if any).
</span><span class="cx">
</span><span class="lines">@@ -200,13 +200,13 @@
</span><span class="cx">
</span><span class="cx"> h3(#XmlResource_loadframe).
XmlResource#load_frame
</span><span class="cx">
</span><del>- "Frame":frame.html
*load_frame*(%(arg-type)Window% parent, %(arg-type)String% name)
</del><ins>+ "Frame":frame.html
*load_frame*(%(arg-type)Window% parent, %(arg-type)String% name)
</ins><span class="cx">
</span><span class="cx"> Loads a frame.
</span><span class="cx">
</span><span class="cx">
h3(#XmlResource_loadframesubclass). XmlResource#load_frame_subclass
</span><span class="cx">
</span><del>- Boolean *load_frame_subclass*(%(arg-type)Frame% frame,
%(arg-type)Window% parent, %(arg-type)String% name)
</del><ins>+ Boolean *load_frame_subclass*(%(arg-type)Frame% frame,
%(arg-type)Window% parent, %(arg-type)String% name)
</ins><span class="cx">
</span><span class="cx"> Loads a frame. This form is used
to finish creation of an already existing instance.
</span><span class="cx">
</span><span class="lines">@@ -227,7 +227,7 @@
</span><span class="cx">
</span><span class="cx"> h3(#XmlResource_loadmenubar).
XmlResource#load_menu_bar
</span><span class="cx">
</span><del>- "MenuBar":menubar.html
*load_menu_bar*(%(arg-type)Window% parent, %(arg-type)String% name)
</del><ins>+ "MenuBar":menubar.html
*load_menu_bar*(%(arg-type)Window% parent, %(arg-type)String% name)
</ins><span class="cx">
</span><span class="cx"> Loads a menubar from resource.
Returns NULL on failure.
</span><span class="cx">
</span><span class="lines">@@ -238,13 +238,13 @@
</span><span class="cx">
</span><span class="cx"> h3(#XmlResource_loadpanel).
XmlResource#load_panel
</span><span class="cx">
</span><del>- "Panel":panel.html
*load_panel*(%(arg-type)Window% parent, %(arg-type)String% name)
</del><ins>+ "Panel":panel.html
*load_panel*(%(arg-type)Window% parent, %(arg-type)String% name)
</ins><span class="cx">
</span><span class="cx"> Loads a panel. _panel_ points to
parent window (if any).
</span><span class="cx">
</span><span class="cx">
h3(#XmlResource_loadpanelsubclass). XmlResource#load_panel_subclass
</span><span class="cx">
</span><del>- Boolean *load_panel_subclass*(%(arg-type)Panel% panel,
%(arg-type)Window% parent, %(arg-type)String% name)
</del><ins>+ Boolean *load_panel_subclass*(%(arg-type)Panel% panel,
%(arg-type)Window% parent, %(arg-type)String% name)
</ins><span class="cx">
</span><span class="cx"> Loads a panel. _panel_ points to
parent window (if any). This form
</span><span class="cx"> is used to finish creation of an
already existing instance.
</span><span class="lines">@@ -252,7 +252,7 @@
</span><span class="cx">
</span><span class="cx"> h3(#XmlResource_loadtoolbar).
XmlResource#load_tool_bar
</span><span class="cx">
</span><del>- "ToolBar":toolbar.html
*load_tool_bar*(%(arg-type)Window% parent, %(arg-type)String% name)
</del><ins>+ "ToolBar":toolbar.html
*load_tool_bar*(%(arg-type)Window% parent, %(arg-type)String% name)
</ins><span class="cx">
</span><span class="cx"> Loads a toolbar.
</span><span class="cx">
</span><span class="lines">@@ -276,7 +276,7 @@
</span><span class="cx"> Boolean
*unload*(%(arg-type)String% filename)
</span><span class="cx">
</span><span class="cx"> This function unloads a resource
previously loaded by
</span><del>-"Load()":xmlresourceload.html.
</del><ins>+"load()":xmlresource.html#XmlResource_load.
</ins><span class="cx">
</span><span class="cx"> Returns if the resource was
successfully unloaded and if it hasn''t
</span><span class="cx"> been found in the list of loaded
resources.
</span></span></pre>
</div>
</div>
</body>
</html>
Apparently Analagous Threads
- [822] trunk/wxruby2/doc/textile: Links to the documentation on TextUrlEvent
- [962] branches/wxruby2/wxwidgets_282/doc/textile/xmlresource.txtl: Fixed the documentation for load_*_subclass, where * is [Dialog, Panel, Frame].
- [835] trunk/wxruby2/doc/textile: Updated documentation about TreeItemId
- [1132] trunk/wxruby2/doc/textile/windowdestroyevent.txtl: Updated and corrected doc on WindowDestroyEvent, noting that e.skip must
- [678] trunk/wxruby2/doc/textile/commandevent.txtl: Fixed a few event macros that did not get fixed by the parser.
