Searched defs:voronoiRadioButton (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dpixelartdialog.cpp146 Gtk::RadioButton voronoiRadioButton; member in class:Inkscape::UI::Dialog::PixelArtDialogImpl
266 voronoiRadioButton.set_label(_("_Voronoi diagram"));
267 voronoiRadioButton.set_tooltip_text(_("Output composed of straight lines"));
268 voronoiRadioButton.set_use_underline(true);
269 outputGroup = voronoiRadioButton.get_group();
271 outputVBox.pack_start(voronoiRadioButton, false, false);
432 if ( voronoiRadioButton.get_active() ) {

Completed in 15 milliseconds