| 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; |