diff options
-rw-r--r-- | odk/examples/examples.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/odk/examples/examples.html b/odk/examples/examples.html index 2553e56df502..de4613b2ddba 100644 --- a/odk/examples/examples.html +++ b/odk/examples/examples.html @@ -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> |