comparison console/libgnt/gnt.h @ 13869:5642f4658b59

[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. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 25 Jun 2006 03:15:41 +0000
parents 0e1e59770cb0
children 0d0ab1e39d0a
comparison
equal deleted inserted replaced
13868:b355f7ed1814 13869:5642f4658b59
1 #include <glib.h> 1 #include <glib.h>
2 #include "gntwidget.h" 2 #include "gntwidget.h"
3 #include "gntcolors.h" 3 #include "gntcolors.h"
4 #include "gntkeys.h" 4 #include "gntkeys.h"
5 5
6 /* XXX: Find a better place for this */
7 #define SCROLL_HEIGHT 4096
8 #define SCROLL_WIDTH 512
9
10 void gnt_init(); 6 void gnt_init();
11 7
12 void gnt_main(); 8 void gnt_main();
13 9
14 void gnt_screen_take_focus(GntWidget *widget); 10 void gnt_screen_occupy(GntWidget *widget);
15 11
16 void gnt_screen_remove_widget(GntWidget *widget); 12 void gnt_screen_release(GntWidget *widget);
17 13