view console/libgnt/gnt.h @ 13858:aa1c97f5e6eb

[gaim-migrate @ 16317] Do the indentation in GntTree properly. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 23 Jun 2006 10:25:47 +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);