diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-15 22:55:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-15 22:55:41 +0800 |
commit | 7d2c28c02c6ecddcf492f385cacbd3d24ac215db (patch) | |
tree | 938e7a0b30062bbf4dbd180fa4363113018fb7e1 /doc/reference/shell/tmpl/e-shell-switcher.sgml | |
parent | 8f2b4cc6faf5a2fedbe6e11f340d492d4698072a (diff) | |
download | gsoc2013-evolution-7d2c28c02c6ecddcf492f385cacbd3d24ac215db.tar gsoc2013-evolution-7d2c28c02c6ecddcf492f385cacbd3d24ac215db.tar.gz gsoc2013-evolution-7d2c28c02c6ecddcf492f385cacbd3d24ac215db.tar.bz2 gsoc2013-evolution-7d2c28c02c6ecddcf492f385cacbd3d24ac215db.tar.lz gsoc2013-evolution-7d2c28c02c6ecddcf492f385cacbd3d24ac215db.tar.xz gsoc2013-evolution-7d2c28c02c6ecddcf492f385cacbd3d24ac215db.tar.zst gsoc2013-evolution-7d2c28c02c6ecddcf492f385cacbd3d24ac215db.zip |
Begin documenting the new shell design.
svn path=/branches/kill-bonobo/; revision=36337
Diffstat (limited to 'doc/reference/shell/tmpl/e-shell-switcher.sgml')
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-switcher.sgml | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/doc/reference/shell/tmpl/e-shell-switcher.sgml b/doc/reference/shell/tmpl/e-shell-switcher.sgml new file mode 100644 index 0000000000..f656b65988 --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-switcher.sgml @@ -0,0 +1,104 @@ +<!-- ##### SECTION Title ##### --> +EShellSwitcher + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### SECTION Stability_Level ##### --> + + +<!-- ##### STRUCT EShellSwitcher ##### --> +<para> + +</para> + + +<!-- ##### SIGNAL EShellSwitcher::style-changed ##### --> +<para> + +</para> + +@eshellswitcher: the object which received the signal. +@arg1: + +<!-- ##### ARG EShellSwitcher:toolbar-style ##### --> +<para> + +</para> + +<!-- ##### ARG EShellSwitcher:toolbar-visible ##### --> +<para> + +</para> + +<!-- ##### FUNCTION e_shell_switcher_new ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION e_shell_switcher_add_action ##### --> +<para> + +</para> + +@switcher: +@action: + + +<!-- ##### FUNCTION e_shell_switcher_get_style ##### --> +<para> + +</para> + +@switcher: +@Returns: + + +<!-- ##### FUNCTION e_shell_switcher_set_style ##### --> +<para> + +</para> + +@switcher: +@style: + + +<!-- ##### FUNCTION e_shell_switcher_unset_style ##### --> +<para> + +</para> + +@switcher: + + +<!-- ##### FUNCTION e_shell_switcher_get_visible ##### --> +<para> + +</para> + +@switcher: +@Returns: + + +<!-- ##### FUNCTION e_shell_switcher_set_visible ##### --> +<para> + +</para> + +@switcher: +@visible: + + |