Lines Matching refs:gchar
47 GtkWidget *newSample(const gchar *fileName);
53 const gchar *documentedBy[] = {NULL}; in showabout()
54 const gchar *writtenBy[] = { in showabout()
76 gchar *prettyTitle(const gchar *path) in prettyTitle()
78 const gchar *name = g_basename(path); in prettyTitle()
79 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL); in prettyTitle()
89 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
97 gchar *title = prettyTitle(fileName); in openOK()
170 GNOMEUIINFO_MENU_NEW_ITEM((gchar *) "_New Sample",
171 (gchar *) "Create a new Gnome Layout Sample",
190 GNOMEUIINFO_SUBTREE(N_((gchar *) "File"), fileMenu),
191 GNOMEUIINFO_SUBTREE(N_((gchar *) "Help"), helpMenu),
230 GtkWidget *newSample(const gchar *fileName) in newSample()
238 gchar *title = prettyTitle(fileName); in newSample()