Home
last modified time | relevance | path

Searched refs:property_size_group (Results 1 – 1 of 1) sorted by relevance

/dports/audio/rhythmbox/rhythmbox-3.4.4/widgets/
H A Drb-query-creator.c84 GtkSizeGroup *property_size_group; member
204 priv->property_size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); in rb_query_creator_constructed()
263 if (priv->property_size_group != NULL) { in rb_query_creator_dispose()
264 g_object_unref (priv->property_size_group); in rb_query_creator_dispose()
265 priv->property_size_group = NULL; in rb_query_creator_dispose()
789 gtk_size_group_add_widget (priv->property_size_group, option); in append_row()