view console/libgnt/gnt.h @ 13850:0e1e59770cb0

[gaim-migrate @ 16308] This is my first commit here. So don't yell at me if things get borked. Also, I haven't looked at the auto-thingies yet. So don't puke at the Makefiles. Files in console/libgnt/ are for the 'Gaim/GObjectified Ncurses Toolkit' library. Files in console/ uses libgaim and libgnt. Currently, only the buddylist-ui is 'functional', ie. the buddy-list updates when someone logs on or logs off. It still needs a lot of work. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 22 Jun 2006 08:33:54 +0000
parents
children 5642f4658b59
line wrap: on
line source

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

/* XXX: Find a better place for this */
#define SCROLL_HEIGHT	4096
#define SCROLL_WIDTH 512

void gnt_init();

void gnt_main();

void gnt_screen_take_focus(GntWidget *widget);

void gnt_screen_remove_widget(GntWidget *widget);