comparison console/libgnt/gnt.h @ 13896:a621329e8c85

[gaim-migrate @ 16381] Changes in GntTextView. Things go somewhat 'smooth' when run inside valgrind. Otherwise, it's kind of flaky. I don't mind a single bit if someone gave me a hint :) committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 01 Jul 2006 00:56:05 +0000
parents 9d66969a2e32
children eaaf73de9188
comparison
equal deleted inserted replaced
13895:8f910263b4bb 13896:a621329e8c85
12 void gnt_screen_release(GntWidget *widget); 12 void gnt_screen_release(GntWidget *widget);
13 13
14 void gnt_screen_update(GntWidget *widget); 14 void gnt_screen_update(GntWidget *widget);
15 15
16 void gnt_screen_take_focus(GntWidget *widget); 16 void gnt_screen_take_focus(GntWidget *widget);
17
18 gboolean gnt_widget_has_focus(GntWidget *widget);