1#ifndef __EXAMPLEAPPPREFS_H
2#define __EXAMPLEAPPPREFS_H
3
4#include <gtk/gtk.h>
5#include "exampleappwin.h"
6
7
8#define EXAMPLE_APP_PREFS_TYPE (example_app_prefs_get_type ())
9G_DECLARE_FINAL_TYPE (ExampleAppPrefs, example_app_prefs, EXAMPLE, APP_PREFS, GtkDialog)
10
11
12ExampleAppPrefs *example_app_prefs_new (ExampleAppWindow *win);
13
14
15#endif /* __EXAMPLEAPPPREFS_H */
16

source code of gtk/examples/application8/exampleappprefs.h