]> matita.cs.unibo.it Git - helm.git/blob - helm/gtkmathview-bonobo/src/aux.h
* completed implementation of View interface
[helm.git] / helm / gtkmathview-bonobo / src / aux.h
1
2 #ifndef __aux_h__
3 #define __aux_h__
4
5 #include <gdome.h>
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11   void action_toggle(GdomeElement*);
12   GdomeElement* find_element_with_id(GdomeElement*, GdomeDOMString*, GdomeDOMString*);
13   GdomeDOMString* find_hyperlink(GdomeElement*);
14   GdomeElement* find_element_by_id(GdomeElement*, GdomeDOMString*, GdomeDOMString*,
15                                    const char*);
16
17 #ifdef __cplusplus
18 }
19 #endif
20
21 #endif // __aux_h__
22