comparison console/libgnt/gnt.h @ 13927:9309d27d780c

[gaim-migrate @ 16447] Pseudo-shadow effect for the windows and buttons. Uses non-ASCII emblems for buddies in the buddy-list if locale is set to UTF. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 06 Jul 2006 17:54:46 +0000
parents cc60d0861337
children 25be562aaca8
comparison
equal deleted inserted replaced
13926:756c3d7177d9 13927:9309d27d780c
4 #include "gntkeys.h" 4 #include "gntkeys.h"
5 5
6 void gnt_init(); 6 void gnt_init();
7 7
8 void gnt_main(); 8 void gnt_main();
9
10 gboolean gnt_ascii_only();
9 11
10 void gnt_screen_occupy(GntWidget *widget); 12 void gnt_screen_occupy(GntWidget *widget);
11 13
12 void gnt_screen_release(GntWidget *widget); 14 void gnt_screen_release(GntWidget *widget);
13 15