view console/libgnt/gnt.h @ 13855:5b288502a382

[gaim-migrate @ 16314] New widget GntEntry. It's mostly functional. Some minor improvements to the box-packing code. Minor improvements to the skeleton code for gnt, and completely change the name from my initial choice of GN (Glib and Ncurses) to GNT (Gaim Ncurses Toolkit). committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 23 Jun 2006 06:24:25 +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);