Searched refs:clonetiler_table_attach (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | clonetiler.cpp | 190 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...] |
H A D | clonetiler.h | 41 void clonetiler_table_attach(GtkWidget *table, GtkWidget *widget, float align, int row, int col);
|
Completed in 20 milliseconds