X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgtkmathview-bonobo%2Fsrc%2Faux.h;h=50abcd40963ac73339e5d7c1094f8fe17d7757e3;hb=08642527c1562675c56914193b294a9766ac4e91;hp=a91bf587a00a79e9536071e0ba3f2500065a8c70;hpb=bde6167e3e110bd77cfe3b421b494e4e6a2ece96;p=helm.git diff --git a/helm/gtkmathview-bonobo/src/aux.h b/helm/gtkmathview-bonobo/src/aux.h index a91bf587a..50abcd409 100644 --- a/helm/gtkmathview-bonobo/src/aux.h +++ b/helm/gtkmathview-bonobo/src/aux.h @@ -8,7 +8,8 @@ extern "C" { #endif - GdomeElement* find_xref_element(GdomeElement*); + void action_toggle(GdomeElement*); + GdomeElement* find_element_with_id(GdomeElement*, GdomeDOMString*, GdomeDOMString*); GdomeDOMString* find_hyperlink(GdomeElement*); GdomeElement* find_element_by_id(GdomeElement*, GdomeDOMString*, GdomeDOMString*, const char*);