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

/inkscape/src/ui/dialog/
H A Dclonetiler.cpp190 clonetiler_table_attach (table, l, 1, 2, 1);
198 clonetiler_table_attach (table, l, 0, 2, 2);
206 clonetiler_table_attach (table, l, 0, 2, 3);
212 clonetiler_table_attach (table, l, 0, 2, 4);
222 clonetiler_table_attach (table, l, 1, 3, 1);
230 clonetiler_table_attach (table, l, 0, 3, 2);
238 clonetiler_table_attach (table, l, 0, 3, 3);
245 clonetiler_table_attach (table, l, 0, 3, 4);
253 clonetiler_table_attach (table, l, 1, 4, 1);
260 clonetiler_table_attach (tabl
2867 void CloneTiler::clonetiler_table_attach(GtkWidget *table, GtkWidget *widget, float align, int row, int col) function in class:Inkscape::UI::Dialog::CloneTiler
[all...]

Completed in 21 milliseconds