diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-10-03 17:09:09 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-10-04 11:47:47 -0400 |
commit | 1f2cfb5619f0d7b1838e54c58738bae766d74c0b (patch) | |
tree | 11244821b6739681f2e5c5e7a524ddc4833eeca2 /gtk/gtkwidgetpath.c | |
parent | 3a6996ea837f213beec32703897551587a6727a3 (diff) | |
download | gtk+-1f2cfb5619f0d7b1838e54c58738bae766d74c0b.tar.gz |
all: add an 'only-child' pseudo-class selector
Add an :only-child pseudo-class selector, which selects single children
of a parent container.
https://bugzilla.gnome.org/show_bug.cgi?id=660833
Diffstat (limited to 'gtk/gtkwidgetpath.c')
-rw-r--r-- | gtk/gtkwidgetpath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkwidgetpath.c b/gtk/gtkwidgetpath.c index d0be6de63e..a694f7b07d 100644 --- a/gtk/gtkwidgetpath.c +++ b/gtk/gtkwidgetpath.c @@ -357,6 +357,7 @@ gtk_widget_path_to_string (const GtkWidgetPath *path) "odd", "first", "last", + "only", "sorted" }; |