console/libgnt/gnt.h@a0a91e17f899
console/libgnt/gnt.h
Sun, 25 Jun 2006 03:15:41 +0000
- author
- Sadrul Habib Chowdhury <sadrul@pidgin.im>
- date
- Sun, 25 Jun 2006 03:15:41 +0000
- changeset 13931
- a0a91e17f899
- parent 13852
-
1d3ae9f34d42
- child 13940
-
26ed45b11483
- permissions
- -rw-r--r--
[gaim-migrate @ 16335]
A bunch of stuff that doesn't really do much. I am trying to get the "expose"
thingy going where a widget will redraw some of its parts when some other
widget covering it is destroyed.
#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);