Paging is slowly becoming better, but still susceptible to race conditions
[rodin/chimara.git] / libchimara / pager.h
index 3ee35d812d6aa4efc85b44b9e060790bb9b19952..7353b3fc87c66ad079cc18bfcf9a531a51c885e6 100644 (file)
@@ -9,6 +9,8 @@ G_GNUC_INTERNAL gboolean pager_on_expose(GtkTextView *textview, GdkEventExpose *
 G_GNUC_INTERNAL gboolean pager_on_key_press_event(GtkTextView *textview, GdkEventKey *event, winid_t win);
 G_GNUC_INTERNAL void pager_after_adjustment_changed(GtkAdjustment *adj, winid_t win);
 G_GNUC_INTERNAL gboolean pager_check(gpointer data);
+G_GNUC_INTERNAL gboolean pager_after_expose_event(GtkTextView *textview, GdkEventExpose *event, winid_t win);
 
+G_GNUC_INTERNAL void pager_after_size_request(GtkTextView *textview, GtkRequisition *requisition, winid_t win);
 
 #endif