X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fpager.h;h=7353b3fc87c66ad079cc18bfcf9a531a51c885e6;hb=441fcc88b3dfe63ca59faf77c00caf7504497c35;hp=1979646610b98e264bcc3c59be27b473ea8a02f7;hpb=a2e82e317a6000511953c2dbc0eb1026c7b245a7;p=rodin%2Fchimara.git diff --git a/libchimara/pager.h b/libchimara/pager.h index 1979646..7353b3f 100644 --- a/libchimara/pager.h +++ b/libchimara/pager.h @@ -7,7 +7,10 @@ G_GNUC_INTERNAL gboolean pager_on_expose(GtkTextView *textview, GdkEventExpose *event, winid_t win); G_GNUC_INTERNAL gboolean pager_on_key_press_event(GtkTextView *textview, GdkEventKey *event, winid_t win); -G_GNUC_INTERNAL void pager_after_insert_text(GtkTextBuffer *buffer, GtkTextIter *location, gchar *text, gint len, 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