]> Pileus Git - ~andy/gtk/blob - modules/other/gail/tests/testtextlib.h
gail: No need to include modules/other in CFLAGS anymore
[~andy/gtk] / modules / other / gail / tests / testtextlib.h
1 #include <stdio.h>
2 #include <gtk/gtk.h>
3 #include <atk/atk.h>
4 #include "testlib.h"
5
6 void add_handlers (AtkObject *obj);
7 gint setup_gui (AtkObject *obj, TLruntest test);
8 void runtest(AtkObject *obj, gint win_num);
9 void _run_offset_test(AtkObject *obj, char * type, gint param_int1, AtkTextBoundary boundary);
10 void _notify_caret_handler (GObject *obj, int position);
11 void _notify_text_insert_handler (GObject *obj,
12   int start_offset, int end_offset);
13 void _notify_text_delete_handler (GObject *obj,
14   int start_offset, int end_offset);                                 
15