view console/libgnt/gnt.h @ 19838:579edff7c172

[gaim-migrate @ 17193] fix the bug of nexus Now New way ok! committed by MaYuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Fri, 08 Sep 2006 16:29:52 +0000
parents 0e1e59770cb0
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);