Revision 20910,
887 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20909,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #ifndef __GWEATHER_PREF_H_ |
---|
2 | #define __GWEATHER_PREF_H_ |
---|
3 | |
---|
4 | /* $Id: gweather-pref.h,v 1.1.1.2 2004-10-04 03:07:15 ghudson Exp $ */ |
---|
5 | |
---|
6 | /* |
---|
7 | * Papadimitriou Spiros <spapadim+@cs.cmu.edu> |
---|
8 | * |
---|
9 | * This code released under the GNU GPL. |
---|
10 | * Read the file COPYING for more information. |
---|
11 | * |
---|
12 | * Preferences dialog |
---|
13 | * |
---|
14 | */ |
---|
15 | |
---|
16 | #include "weather.h" |
---|
17 | #include "gweather.h" |
---|
18 | |
---|
19 | G_BEGIN_DECLS |
---|
20 | |
---|
21 | extern void gweather_pref_run (GWeatherApplet *gw_applet); |
---|
22 | |
---|
23 | extern void gweather_pref_load (GWeatherApplet *gw_applet); |
---|
24 | extern void gweather_pref_save (const gchar *path, GWeatherApplet *gw_applet); |
---|
25 | |
---|
26 | void add_atk_relation (GtkWidget *widget1, GtkWidget *widget2, AtkRelationType type); |
---|
27 | void set_access_namedesc (GtkWidget *widget, const gchar *name, const gchar *desc); |
---|
28 | |
---|
29 | enum |
---|
30 | { |
---|
31 | GWEATHER_PREF_COL_LOC = 0, |
---|
32 | GWEATHER_PREF_COL_POINTER, |
---|
33 | GWEATHER_PREF_NUM_COLUMNS |
---|
34 | }; |
---|
35 | |
---|
36 | |
---|
37 | |
---|
38 | G_END_DECLS |
---|
39 | |
---|
40 | #endif /* __GWEATHER_PREF_H_ */ |
---|
41 | |
---|
Note: See
TracBrowser
for help on using the repository browser.