Searched refs:buttonChild (Results 1 – 1 of 1) sorted by relevance
882 GtkWidget* buttonChild = gtk_bin_get_child(GTK_BIN(gtkComboBoxButton())); in refreshComboBoxChildren() local883 if (GTK_IS_HBOX(buttonChild)) in refreshComboBoxChildren()884 gtk_container_forall(GTK_CONTAINER(buttonChild), getGtkComboBoxPieces, &pieces); in refreshComboBoxChildren()885 else if (GTK_IS_ARROW(buttonChild)) in refreshComboBoxChildren()886 pieces.arrow = buttonChild; in refreshComboBoxChildren()