Home
last modified time | relevance | path

Searched refs:glade_file (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/scripts/kconfig/
Dgconf.c126 static void init_main_window(const gchar *glade_file) in init_main_window() argument
133 xml = glade_xml_new(glade_file, "window1", NULL); in init_main_window()
1445 gchar *glade_file; in main() local
1455 glade_file = g_strconcat(env, "/scripts/kconfig/gconf.glade", NULL); in main()
1457 glade_file = g_strconcat(av[0], ".glade", NULL); in main()
1459 glade_file = g_strconcat(g_get_current_dir(), "/", av[0], ".glade", NULL); in main()
1484 init_main_window(glade_file); in main()