Revision 17184,
412 bytes
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r17183,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #ifndef GTKHTML_IM_H_ |
---|
2 | #define GTKHTML_IM_H_ |
---|
3 | |
---|
4 | #include "gtkhtml-types.h" |
---|
5 | |
---|
6 | void gtk_html_im_focus_in (GtkHTML *html); |
---|
7 | void gtk_html_im_focus_out (GtkHTML *html); |
---|
8 | void gtk_html_im_realize (GtkHTML *html); |
---|
9 | void gtk_html_im_unrealize (GtkHTML *html); |
---|
10 | void gtk_html_im_size_allocate (GtkHTML *html); |
---|
11 | void gtk_html_im_style_set (GtkHTML *html); |
---|
12 | void gtk_html_im_position_update (GtkHTML *html, int x, int y); |
---|
13 | |
---|
14 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.