Top |
struct | GladePreview |
#define | QUIT_TOKEN |
#define | QUIT_TOKEN_SIZE |
#define | UPDATE_TOKEN |
#define | UPDATE_TOKEN_SIZE |
This object owns all data that is needed to keep a preview. It stores the GIOChannel used for communication between glade and glade-previewer, the event source id for a watch (in the case a watch is used to monitor the communication channel), the previewed widget and the pid of the corresponding glade-previewer.
GladePreview * glade_preview_launch (GladeWidget *widget
,const gchar *buffer
);
Creates a new GladePreview and launches glade-previewer to preview it.
GObject * glade_preview_template_object_new (const gchar *template_data
,gsize len
,GtkBuilderConnectFunc connect_func
,gpointer connect_data
);