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-view.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-view.sgml')
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-view.sgml | 188 |
1 files changed, 188 insertions, 0 deletions
diff --git a/doc/reference/shell/tmpl/e-shell-view.sgml b/doc/reference/shell/tmpl/e-shell-view.sgml new file mode 100644 index 0000000000..763632636d --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-view.sgml @@ -0,0 +1,188 @@ +<!-- ##### SECTION Title ##### --> +EShellView + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### SECTION Stability_Level ##### --> + + +<!-- ##### STRUCT EShellView ##### --> +<para> + +</para> + + +<!-- ##### SIGNAL EShellView::changed ##### --> +<para> + +</para> + +@eshellview: the object which received the signal. + +<!-- ##### ARG EShellView:action ##### --> +<para> + +</para> + +<!-- ##### ARG EShellView:page-num ##### --> +<para> + +</para> + +<!-- ##### ARG EShellView:shell-content ##### --> +<para> + +</para> + +<!-- ##### ARG EShellView:shell-sidebar ##### --> +<para> + +</para> + +<!-- ##### ARG EShellView:shell-taskbar ##### --> +<para> + +</para> + +<!-- ##### ARG EShellView:shell-window ##### --> +<para> + +</para> + +<!-- ##### ARG EShellView:title ##### --> +<para> + +</para> + +<!-- ##### ARG EShellView:view-instance ##### --> +<para> + +</para> + +<!-- ##### FUNCTION e_shell_view_get_name ##### --> +<para> + +</para> + +@shell_view: +@Returns: + + +<!-- ##### FUNCTION e_shell_view_get_action ##### --> +<para> + +</para> + +@shell_view: +@Returns: + + +<!-- ##### FUNCTION e_shell_view_get_title ##### --> +<para> + +</para> + +@shell_view: +@Returns: + + +<!-- ##### FUNCTION e_shell_view_set_title ##### --> +<para> + +</para> + +@shell_view: +@title: + + +<!-- ##### FUNCTION e_shell_view_get_view_instance ##### --> +<para> + +</para> + +@shell_view: +@Returns: + + +<!-- ##### FUNCTION e_shell_view_set_view_instance ##### --> +<para> + +</para> + +@shell_view: +@instance: + + +<!-- ##### FUNCTION e_shell_view_is_selected ##### --> +<para> + +</para> + +@shell_view: +@Returns: + + +<!-- ##### FUNCTION e_shell_view_get_page_num ##### --> +<para> + +</para> + +@shell_view: +@Returns: + + +<!-- ##### FUNCTION e_shell_view_get_shell_content ##### --> +<para> + +</para> + +@shell_view: +@Returns: + + +<!-- ##### FUNCTION e_shell_view_get_shell_sidebar ##### --> +<para> + +</para> + +@shell_view: +@Returns: + + +<!-- ##### FUNCTION e_shell_view_get_shell_taskbar ##### --> +<para> + +</para> + +@shell_view: +@Returns: + + +<!-- ##### FUNCTION e_shell_view_get_shell_window ##### --> +<para> + +</para> + +@shell_view: +@Returns: + + +<!-- ##### FUNCTION e_shell_view_changed ##### --> +<para> + +</para> + +@shell_view: + + |