Mercurial > pidgin.yaz
view console/libgnt/gnt.h @ 14008:d9fab56e6011
[gaim-migrate @ 16594]
Enhancement patch from wabz (Richard Nelson) to show the title of the
conversation, and to show the alias of the buddy in the conversation if set.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 29 Jul 2006 09:39:43 +0000 |
parents | 25be562aaca8 |
children | 44ec6c7cbc76 |
line wrap: on
line source
#include <glib.h> #include "gntwidget.h" #include "gntcolors.h" #include "gntkeys.h" void gnt_init(); void gnt_main(); gboolean gnt_ascii_only(); void gnt_screen_occupy(GntWidget *widget); void gnt_screen_release(GntWidget *widget); void gnt_screen_update(GntWidget *widget); void gnt_screen_take_focus(GntWidget *widget); void gnt_screen_resize_widget(GntWidget *widget, int width, int height); gboolean gnt_widget_has_focus(GntWidget *widget); void gnt_widget_set_urgent(GntWidget *widget); void gnt_quit();