Main Page | Alphabetical List | Data Structures | Directories | File List | Globals

window.h

Go to the documentation of this file.
00001 
00020 #ifndef __INTERFACE_WINDOW_H_
00021 #define __INTERFACE_WINDOW_H_
00022 
00023 #include <gtk/gtk.h>
00024 #include <curses.h>
00025 
00030 struct window {
00031    gint x,y;
00032    gint height, width;
00033 
00034    WINDOW *handle;
00035 };
00036 
00046 int init_window (struct window *w);
00047 
00057 int close_window(struct window *w);
00058 
00059 #endif

Generated on Fri Jul 29 23:03:42 2005 for gaim-interface by  doxygen 1.4.2