The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"

#include "GtkDefs.h"
#include "GnomeDefs.h"


MODULE = Gnome::RootWin		PACKAGE = Gnome::RootWin		PREFIX = gnome_root_win_

#ifdef GNOME_ROOT_WIN

Gnome::RootWin_Sink
new(Class, label=0)
	SV *	Class
	char *	label
	CODE:
	RETVAL = (GtkRootWin*)(gtk_rootwin_new());
	OUTPUT:
	RETVAL

#endif