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

/inkscape/src/extension/param/
H A Dbool.cpp81 * This function sets the value of the checkbox to be that of the
144 ParamBoolCheckButton * checkbox = Gtk::manage(new ParamBoolCheckButton(this, doc, node, changeSignal)); local
145 checkbox->show();
146 hbox->pack_start(*checkbox, false, false, _indent);

Completed in 1559 milliseconds