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

/inkscape/src/ui/dialog/
H A Dexport.h334 Gtk::VBox file_box; member in class:Inkscape::UI::Dialog::Export
H A Dexport.cpp162 file_box(false, 3),
311 file_box.set_border_width(3);
314 file_box.pack_start(*flabel, false, false, 0);
326 file_box.add(filename_box);
336 singleexport_box.pack_start(file_box);

Completed in 13 milliseconds