Ejemplo n.º 1
0
static void about_credits_cb(GtkWidget *widget, gpointer data)
{
	help_window_show("credits");
}
Ejemplo n.º 2
0
static void editor_help_cb(GtkWidget *widget, gpointer data)
{
	help_window_show("editors");
}
Ejemplo n.º 3
0
static void editor_list_window_help_cb(GtkWidget *widget, gpointer data)
{
	help_window_show("GuidePluginsConfig.html");
}