nobody at rubyforge.org
2007-Jan-11 20:18 UTC
[Wxruby-development] [847] trunk/wxruby2/doc/textile/index.txtl: Added links to overview pages (Hawley Waldman)
<!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>[847] trunk/wxruby2/doc/textile/index.txtl: Added links to overview pages (Hawley Waldman)</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>847</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-01-11 15:18:41 -0500 (Thu, 11 Jan 2007)</dd> </dl> <h3>Log Message</h3> <pre>Added links to overview pages (Hawley Waldman)</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2doctextileindextxtl">trunk/wxruby2/doc/textile/index.txtl</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="trunkwxruby2doctextileindextxtl"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/doc/textile/index.txtl (846 => 847)</h4> <pre class="diff"><span> <span class="info">--- trunk/wxruby2/doc/textile/index.txtl        2007-01-08 23:12:07 UTC (rev 846) +++ trunk/wxruby2/doc/textile/index.txtl        2007-01-11 20:18:41 UTC (rev 847) </span><span class="lines">@@ -7,12 +7,14 @@ </span><span class="cx"> </span><span class="cx"> * A few methods have innaccurate descriptions of the parameters they </span><span class="cx"> accept </span><del>-* The example code is all in C++ </del><ins>+* Some of the example code is still in C++ </ins><span class="cx"> * There are links to C++ tutorials and topic overviews that are not </span><del>-currently available in this documentation </del><ins>+available - many are not relevant to wxRuby. </ins><span class="cx"> </span><span class="cx"> As the wxRuby API is developed, this documentation will be updated with </span><del>-Ruby-specific information. </del><ins>+Ruby-specific information. For now, you can read the "window styles +overview":windowstyles.html for general info on window styles and wxRuby +constants. </ins><span class="cx"> </span><span class="cx"> h2(#top). Outline </span><span class="cx"> </span><span class="lines">@@ -161,7 +163,9 @@ </span><span class="cx"> </span><span class="cx"> An event object contains information about a specific event. Event </span><span class="cx"> handlers blocks may optionally receive a single block parameter, which </span><del>-will be an Event object of the appropriate class. </del><ins>+will be an Event object of the appropriate class. For more information +about events and setting up event handlers, see the +"event handling overview":eventhandlingoverview.html </ins><span class="cx"> </span><span class="cx"> |ActivateEvent|A window or application activation event| </span><span class="cx"> |CalendarEvent|Used with wxCalendarCtrl| </span><span class="lines">@@ -405,7 +409,7 @@ </span><span class="cx"> |MimeTypesManager|MIME-types manager class| </span><span class="cx"> |SystemSettings|System settings class for obtaining various global parameters| </span><span class="cx"> |SystemOptions|System options class for run-time configuration| </span><del>-|AcceleratorTable|Accelerator table| </del><ins>+|AcceleratorTable|Accelerator table for setting up shortcut keys| </ins><span class="cx"> |AutomationObject|OLE automation class| </span><span class="cx"> |FontMapper|Font mapping, finding suitable font for given encoding| </span><span class="cx"> |EncodingConverter|Encoding conversions| </span></span></pre> </div> </div> </body> </html>
Seemingly Similar Threads
- [683] trunk/wxruby2/doc/textile/index.txtl: Fix a table
- [677] trunk/wxruby2/doc/textile/index.txtl: Removed line from printing framework section stating that printing is not in wxRuby.
- [727] trunk/wxruby2/doc/textile/index.txtl: HTML is now supported, removed reference to FS classes which are
- [694] trunk/wxruby2/doc/textile: Added back the logging classes which were over-zealously removed when
- [822] trunk/wxruby2/doc/textile: Links to the documentation on TextUrlEvent