Author: arielch
Date: Thu Dec 6 13:34:04 2012
New Revision: 1417874
URL: http://svn.apache.org/viewvc?rev=1417874&view=rev
Log:
#i121442# - Add StatusbarController examples
Modified:
openoffice/trunk/main/odk/examples/examples.html
Modified: openoffice/trunk/main/odk/examples/examples.html
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/examples/examples.html?rev=1417874&r1=1417873&r2=1417874&view=diff
==============================================================================
--- openoffice/trunk/main/odk/examples/examples.html (original)
+++ openoffice/trunk/main/odk/examples/examples.html Thu Dec 6 13:34:04 2012
@@ -442,12 +442,16 @@
com.sun.star.lang.XMain</a> interface. In the run method, it
connects to
the servers process and retrieves an instance and does some
calls on the
instance.</td>
- </tr>
+ </tr>
<tr>
<td class="cell20"><a href="cpp/complextoolbarcontrols/"
title="link to the source directory of the C++ complextoolbarcontrols
example">complextoolbarcontrols</a></td>
<td class="cell80">This example shows how to create a toolbar
add-on with complex toolbar controls.
It shows how to use an Image Button, a Combo Box, a Spin
Field, an Edit Field, a Dropdown Box, a Toggle Dropdown Button and a normal
Dropdown Button</td>
- </tr>
+ </tr>
+ <tr>
+ <td class="cell20"><a href="cpp/StatusbarController/" title="link to
the source directory of the C++ StatusbarController
example">StatusbarController</a></td>
+ <td class="cell80">These examples show how to implement a
StatusbarController to add functionality in the status bar.</td>
+ </tr>
<tbody>
</table>
</td>