Searched refs:_box (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp1030 _settings(d, _box, sigc::mem_fun(*this, &ComponentTransferValues::set_func_attr), COMPONENTTRANSFER_TYPE_ERROR),
1036 add(_box);
1037 _box.add(_type);
1038 _box.reorder_child(_type, 0);
1164 Gtk::VBox _box; member in class:Inkscape::UI::Dialog::FilterEffectsDialog::ComponentTransferValues
1178 _settings(d, _box, sigc::mem_fun(_dialog, &FilterEffectsDialog::set_child_attr_direct), LIGHT_ENDSOURCE),
1189 _box.add(_light_box);
1190 _box.reorder_child(_light_box, 0);
1217 return _box;
1285 _box
1295 Gtk::VBox _box; member in class:Inkscape::UI::Dialog::FilterEffectsDialog::LightSourceControl
[all...]

Completed in 20 milliseconds