Rework the way the color scheme setting is inherited. Now the overriding
2005-12-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtksettings.[hc]: Rework the way the color scheme setting is inherited. Now the overriding is done on a per-color basis, rather than for the setting as a whole. This has the effect that themes can declare defaults for all the symbolic colors they use by specifying a value for the gtk-color-scheme setting in their rc file, while still allowing the XSetting to override "standard" symbolic colors. The hash table is now available through the color-hash property. * gtk/gtkrc.c: Use the new color-hash property.
This commit is contained in:
		 Matthias Clasen
					Matthias Clasen
				
			
				
					committed by
					
						 Matthias Clasen
						Matthias Clasen
					
				
			
			
				
	
			
			
			 Matthias Clasen
						Matthias Clasen
					
				
			
						parent
						
							9abfb245c5
						
					
				
				
					commit
					bc190f2a70
				
			| @ -126,7 +126,6 @@ gboolean	    _gtk_settings_parse_convert       (GtkRcPropertyParser parser, | ||||
| 						       const GValue       *src_value, | ||||
| 						       GParamSpec         *pspec, | ||||
| 						       GValue	          *dest_value); | ||||
| GHashTable*         _gtk_settings_get_color_hash      (GtkSettings *settings); | ||||
|  | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
		Reference in New Issue
	
	Block a user