view console/libgnt/gnt.h @ 13874:77b43a898629

[gaim-migrate @ 16346] Makefile.in should not be in the repository, and Makefile and .deps should be ignored (I'm not sure I did this right... we'll see :-) ) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jun 2006 04:21:04 +0000
parents 5642f4658b59
children 0d0ab1e39d0a
line wrap: on
line source

#include <glib.h>
#include "gntwidget.h"
#include "gntcolors.h"
#include "gntkeys.h"

void gnt_init();

void gnt_main();

void gnt_screen_occupy(GntWidget *widget);

void gnt_screen_release(GntWidget *widget);