Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
5310ad80
Commit
5310ad80
authored
Oct 25, 2010
by
Carlos Garnacho
Browse files
GtkStyle: Get to style GtkCellRendererText text.
parent
6356f01b
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtkstyle.c
View file @
5310ad80
...
...
@@ -1831,7 +1831,7 @@ transform_detail_string (const gchar *detail,
gtk_style_context_add_class
(
context
,
"slider"
);
gtk_style_context_add_class
(
context
,
"scrollbar"
);
}
else
if
(
g_str_has_prefix
(
detail
,
"cell
_
"
))
else
if
(
g_str_has_prefix
(
detail
,
"cell"
))
{
GtkRegionFlags
row
,
col
;
gboolean
ruled
=
FALSE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment