aboutsummaryrefslogtreecommitdiff
path: root/src/uplanfahrprefs.h
blob: 3e8a3027531077032c9d0635c2ac48b880d35dee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __UPLANFAHRPREFS_H
#define __UPLANFAHRPREFS_H

#include <gtk/gtk.h>
#include "uplanfahrwin.h"


#define U_PLAN_FAHR_PREFS_TYPE (u_plan_fahr_prefs_get_type ())
#define U_PLAN_FAHR_PREFS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), U_PLAN_FAHR_PREFS_TYPE, UPlanFahrPrefs))


typedef struct _UPlanFahrPrefs          UPlanFahrPrefs;
typedef struct _UPlanFahrPrefsClass     UPlanFahrPrefsClass;


GType           u_plan_fahr_prefs_get_type (void);
UPlanFahrPrefs *u_plan_fahr_prefs_new      (UPlanFahrWindow *win);


#endif /* __UPLANFAHRPREFS_H */