X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fpager.h;h=4e7bbf0cfa1b9ec1d1d7f9189d45ab6609db635e;hb=fabc4f9b35b4d4e1bb3c3f67971e8e134889c453;hp=3ee35d812d6aa4efc85b44b9e060790bb9b19952;hpb=1269a52be3b4dbed773b89ab89fcc7f619dd03d0;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/pager.h b/libchimara/pager.h index 3ee35d8..4e7bbf0 100644 --- a/libchimara/pager.h +++ b/libchimara/pager.h @@ -5,10 +5,10 @@ #include "glk.h" #include "window.h" -G_GNUC_INTERNAL gboolean pager_on_expose(GtkTextView *textview, GdkEventExpose *event, winid_t win); +G_GNUC_INTERNAL void pager_on_clicked(GtkButton *pager, 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_adjustment_changed(GtkAdjustment *adj, winid_t win); -G_GNUC_INTERNAL gboolean pager_check(gpointer data); - +G_GNUC_INTERNAL void pager_after_size_allocate(GtkTextView *textview, GdkRectangle *allocation, winid_t win); +G_GNUC_INTERNAL void pager_update(winid_t win); #endif