diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-03-24 03:58:36 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-03-24 03:58:36 +0800 |
commit | fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5 (patch) | |
tree | c46de1bbc45b2102e473eab89a1accee4cfc2841 /doc/reference/tmpl | |
parent | ddc46340046c14ad86ef7ecbebc1e73761a5e2d1 (diff) | |
download | gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar.gz gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar.bz2 gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar.lz gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar.xz gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar.zst gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.zip |
Documented EphyTab
Diffstat (limited to 'doc/reference/tmpl')
-rw-r--r-- | doc/reference/tmpl/ephy-tab.sgml | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/doc/reference/tmpl/ephy-tab.sgml b/doc/reference/tmpl/ephy-tab.sgml new file mode 100644 index 000000000..c598e77a8 --- /dev/null +++ b/doc/reference/tmpl/ephy-tab.sgml @@ -0,0 +1,139 @@ +<!-- ##### SECTION Title ##### --> +EphyTab + +<!-- ##### SECTION Short_Description ##### --> +Represents an Epiphany tab + +<!-- ##### SECTION Long_Description ##### --> +<para> +Each #EphyWindow contains a #GtkNotebook which holds one or more #EphyTab:s. +An #EphyTab is basically a container for an #EphyEmbed. +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### STRUCT EphyTab ##### --> +<para> + +</para> + + +<!-- ##### FUNCTION ephy_tab_new ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_window ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_embed ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_for_embed ##### --> +<para> + +</para> + +@embed: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_icon_address ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_location ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_security_level ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_title ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_zoom ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_load_status ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_load_percent ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_link_message ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_status_message ##### --> +<para> + +</para> + +@tab: +@Returns: + + |