/* -*- Mode: C; c-basic-offset: 4 -*- * */ %% headers #include "pygobject.h" #include #include #ifndef XFCE_TYPE_ICONBUTTON #define XFCE_TYPE_ICONBUTTON (xfce_iconbutton_get_type ()) #endif %% include %% modulename iconbutton %% import gobject.GObject as PyGObject_Type import gtk.gdk.Pixbuf as PyGdkPixbuf_Type import gtk.Button as PyGtkButton_Type %% ignore %% ignore-glob *_get_type %% ignore-win32 %%