Mercurial > pidgin
view console/libgnt/gnt.h @ 14375:f597127368de
[gaim-migrate @ 17081]
Changing Hilbert to Hil, as per the patch submitter's request.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 29 Aug 2006 21:09:43 +0000 |
parents | 44ec6c7cbc76 |
children | f4af666fafe3 |
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); void gnt_screen_move_widget(GntWidget *widget, int x, int y); gboolean gnt_widget_has_focus(GntWidget *widget); void gnt_widget_set_urgent(GntWidget *widget); void gnt_quit();