source: trunk/third/gtkhtml/src/gtkhtml-im.h @ 17184

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
6void gtk_html_im_focus_in (GtkHTML *html);
7void gtk_html_im_focus_out (GtkHTML *html);
8void gtk_html_im_realize (GtkHTML *html);
9void gtk_html_im_unrealize (GtkHTML *html);
10void gtk_html_im_size_allocate (GtkHTML *html);
11void gtk_html_im_style_set (GtkHTML *html);
12void gtk_html_im_position_update (GtkHTML *html, int x, int y);
13
14#endif
Note: See TracBrowser for help on using the repository browser.