Lines Matching refs:pack_start
200 curvesMultiplierHBox.pack_start(curvesMultiplierLabel, false, false);
202 heuristicsVBox.pack_start(curvesMultiplierHBox, false, false);
215 islandsWeightHBox.pack_start(islandsWeightLabel, false, false);
217 heuristicsVBox.pack_start(islandsWeightHBox, false, false);
251 sparsePixelsRadiusHBox.pack_start(sparsePixelsRadiusLabel, false, false);
253 heuristicsVBox.pack_start(sparsePixelsRadiusHBox, false, false);
255 sparsePixelsMultiplierHBox.pack_start(sparsePixelsMultiplierLabel, false, false);
257 heuristicsVBox.pack_start(sparsePixelsMultiplierHBox, false, false);
261 contents->pack_start(heuristicsFrame, false, false);
271 outputVBox.pack_start(voronoiRadioButton, false, false);
278 outputVBox.pack_start(noOptimizeRadioButton, false, false);
286 outputVBox.pack_start(optimizeRadioButton, false, false);
291 contents->pack_start(outputFrame, true, false);
308 contents->pack_start(buttonsHBox);