Home | History | Annotate | Download | only in gtk

Lines Matching defs:pieces

881     ComboBoxWidgetPieces pieces = { 0, 0 };
884 gtk_container_forall(GTK_CONTAINER(buttonChild), getGtkComboBoxPieces, &pieces);
886 pieces.arrow = buttonChild;
888 ASSERT(pieces.arrow);
889 m_gtkComboBoxArrow = pieces.arrow;
894 m_gtkComboBoxSeparator = pieces.separator;