- 04 Dec, 2010 30 commits
-
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
Child style classes are like style classes, but with additional positional information. This would be usually set by the parent container.
-
Carlos Garnacho authored
Style classes are the replacement of detail strings.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
GtkThemingEngine will be the theming engines base class, with default implementations for all paint functions, and readonly access to the related GtkStyleContext data.
-
Carlos Garnacho authored
This relates a GtkStyleContext with a widget path, so all style querying would happen based on it.
-
Carlos Garnacho authored
This function composes and returns a GtkWidgetPath representing the passed widget.
-
Carlos Garnacho authored
GtkWidgetPath represents a widget path. It will mainly used by theming engines to know detail about the widget hierarchy without actually accessing the widget.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
There will be one GtkStyleContext per widget, at the moment its lifetime is tied to the widget's, but it could be narrowed down to GTK_WIDGET_REALIZED.
-
Carlos Garnacho authored
It basically represents GtkStateType as a flag set.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
Also some properties have been added as a default set.
-
Carlos Garnacho authored
GtkStyleContext will conglomerate the information of several GtkStyleProviders for widgets and theme engines to query it.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
As simple as it can get.
-
Carlos Garnacho authored
The get_style() function isn't final yet, further parameters should be added to query details based on the widget hierarchy, name, etc.
-
Carlos Garnacho authored
At the moment there's only basic API for adding, removing and clearing a property. There's also API to merge 2 GtkStyleSets.
-
Carlos Garnacho authored
-
Yaron Shahrabani authored
-
Matthias Clasen authored
-
- 03 Dec, 2010 8 commits
-
-
Matthias Clasen authored
-
Benjamin Otte authored
Be consistent in the naming of objects.
-
Benjamin Otte authored
We argued replacing GdkWindowClass with a input_only boolean, but this is not doable in an API-stable way, so I decided against it.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Andrej Žnidaršič authored
-
Matthias Clasen authored
And other minor gdk doc fixes.
-
Matthias Clasen authored
Pointed out by William Jon McCann.
-
- 02 Dec, 2010 2 commits
-
-
Michael Natterer authored
-
Bastien Nocera authored
-