| 3 #include "gnt.h" |
3 #include "gnt.h" |
| 4 #include "gntwidget.h" |
4 #include "gntwidget.h" |
| 5 |
5 |
| 6 void gnt_util_get_text_bound(const char *text, int *width, int *height); |
6 void gnt_util_get_text_bound(const char *text, int *width, int *height); |
| 7 |
7 |
| |
8 /* excluding *end */ |
| 8 int gnt_util_onscreen_width(const char *start, const char *end); |
9 int gnt_util_onscreen_width(const char *start, const char *end); |
| 9 |
10 |
| 10 char *gnt_util_onscreen_width_to_pointer(const char *str, int len, int *w); |
11 char *gnt_util_onscreen_width_to_pointer(const char *str, int len, int *w); |