pidgin/gtkcellrendererexpander.c

branch
cpw.qulogic.gtk3
changeset 32397
3db003e082a9
parent 32394
f883709bdba4
child 32398
d192c2933e1d
equal deleted inserted replaced
32396:23c4942b78ec 32397:3db003e082a9
248 gint ypad; 248 gint ypad;
249 gboolean is_expanded; 249 gboolean is_expanded;
250 GtkAllocation allocation; 250 GtkAllocation allocation;
251 251
252 gtk_cell_renderer_get_padding(cell, &xpad, &ypad); 252 gtk_cell_renderer_get_padding(cell, &xpad, &ypad);
253 g_object_get(G_OBJECT(cell), "expanded", &is_expanded, NULL); 253 g_object_get(G_OBJECT(cell), "is-expanded", &is_expanded, NULL);
254 254
255 if (!cellexpander->is_expander) 255 if (!cellexpander->is_expander)
256 return; 256 return;
257 257
258 width = cell_area->width; 258 width = cell_area->width;

mercurial