diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-12-06 12:34:04 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2012-12-06 12:34:04 +0000 |
commit | e41f1e5b5d6290a8952cd27f2676f59b3cff8adc (patch) | |
tree | 5ad991facf943b3e784ddb664a1cb9e382ddb375 /odk | |
parent | 7341acbe0d6262578aee6670a9dd96f84a4175b9 (diff) |
#i121442# - Add StatusbarController examples
Notes
Notes:
ignore: reverted
Diffstat (limited to 'odk')
-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> |