OSDN Git Service

segfault on second search (gentoo box)
[eb123/eb123.git] / src / mainwnd.h
index 232a165..7856a12 100644 (file)
@@ -35,6 +35,9 @@ struct _Mainwnd {
     TextView   *text;
     Popupwnd   *popupwnd;
     gchar      *word;
+    GtkCellRenderer *dictr;
+    gint       indent;
+    gulong change_id;
 };
 
 struct _MainwndClass {
@@ -53,6 +56,7 @@ void            mainwnd_search(Mainwnd *self, const gchar *word, gint method);
 void            mainwnd_open(Mainwnd *self, RESULT *res);
 void            mainwnd_reset_font(Mainwnd *self);
 void            mainwnd_reset_headwords(Mainwnd *self);
+gint           mainwnd_get_font_size();
 void           mainwnd_exit();
 
 GType          mainwnd_get_type (void);
@@ -63,5 +67,6 @@ void            mainwnd_search_(gpointer data);
 void            mainwnd_clear_combo(gpointer data);
 void            mainwnd_iconify_restore(gpointer data);
 void           mainwnd_search_selection(gpointer data);
+void           mainwnd_find(gpointer data);
 
 #endif /* __MAINWND_H__ */