/* -*- Mode: C; c-basic-offset: 4 -*- * */ %% headers #include "pygobject.h" #include #include #ifndef XFCE_TYPE_DECORTOGGLE #define XFCE_TYPE_DECORTOGGLE (xfce_decortoggle_get_type ()) #endif %% include %% modulename decortoggle %% import gobject.GObject as PyGObject_Type import gtk.Misc as PyGtkMisc_Type import gtk.Arrow as PyGtkArrow_Type %% ignore %% ignore-glob *_get_type %% ignore-win32 %%