console/libgnt/gnt.h

Sat, 26 Aug 2006 19:12:05 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sat, 26 Aug 2006 19:12:05 +0000
changeset 14410
a5ae93474db6
parent 14201
d54dc208efe2
child 14450
1ac2b6e98ef8
permissions
-rw-r--r--

[gaim-migrate @ 17050]
Use GSList in a few places instead of GList, and use g_list_prepend
and then g_list_reverse in a few places instead of g_list_append

#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();

mercurial