Move gtkstyle and gtkrc to deprecated/
This required a somewhat more substantial include reshuffling. Some typedefs have been moved to gtkiconfactory.h and to gtksettings.h.
This commit is contained in:
		| @ -23,7 +23,7 @@ | ||||
| #ifndef __GTK_SETTINGS_H__ | ||||
| #define __GTK_SETTINGS_H__ | ||||
|  | ||||
| #include <gtk/gtkrc.h> | ||||
| #include <gdk/gdk.h> | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| @ -38,11 +38,17 @@ G_BEGIN_DECLS | ||||
|  | ||||
|  | ||||
| /* --- typedefs --- */ | ||||
| typedef struct _GtkSettings GtkSettings; | ||||
| typedef struct _GtkSettingsPrivate GtkSettingsPrivate; | ||||
| typedef struct _GtkSettingsClass GtkSettingsClass; | ||||
| typedef struct _GtkSettingsValue GtkSettingsValue; | ||||
|  | ||||
|  | ||||
| typedef gboolean (*GtkRcPropertyParser) (const GParamSpec *pspec, | ||||
|                                          const GString    *rc_string, | ||||
|                                          GValue           *property_value); | ||||
|  | ||||
|  | ||||
| /* --- structures --- */ | ||||
| struct _GtkSettings | ||||
| { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen