Searched refs:sourceTable (Results 1 - 2 of 2) sorted by relevance
| /inkscape/src/ui/dialog/ |
| H A D | filedialogimpl-gtkmm.cpp | 1566 sourceTable.resize(3, 3); 1567 sourceTable.attach(sourceX0Spinner, 0, 1, 0, 1); 1568 sourceTable.attach(sourceY0Spinner, 1, 2, 0, 1); 1570 sourceTable.attach(sourceUnitsSpinner, 2, 3, 0, 1); 1571 sourceTable.attach(sourceX1Spinner, 0, 1, 1, 2); 1572 sourceTable.attach(sourceY1Spinner, 1, 2, 1, 2); 1573 sourceTable.attach(sourceWidthSpinner, 0, 1, 2, 3); 1574 sourceTable.attach(sourceHeightSpinner, 1, 2, 2, 3); 1576 sourceBox.pack_start(sourceTable);
|
| H A D | filedialogimpl-gtkmm.h | 493 Gtk::Table sourceTable; member in class:Inkscape::UI::Dialog::FileExportDialogImpl
|
Completed in 276 milliseconds