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

/inkscape/src/display/
H A Dcanvas-axonomgrid.cpp98 attach_all(Gtk::Grid &table, Gtk::Widget const *const arr[], unsigned size, int start = 0) function in namespace:Inkscape
100 attach_all(Gtk::Table &table, Gtk::Widget const *const arr[], unsigned size, int start = 0)
410 attach_all (*table, widget_array, sizeof(widget_array));
H A Dcanvas-grid.cpp392 * "attach_all" function
404 static inline void attach_all(Gtk::Grid &table, Gtk::Widget const *const arr[], unsigned size, int start = 0) function in namespace:Inkscape
406 static inline void attach_all(Gtk::Table &table, Gtk::Widget const *const arr[], unsigned size, int start = 0)
757 attach_all (*table, widget_array, sizeof(widget_array));
/inkscape/src/ui/dialog/
H A Ddocument-properties.cpp227 inline void attach_all(Gtk::Grid &table, Gtk::Widget *const arr[], unsigned const n, int start = 0, int docum_prop_flag = 0) function in namespace:Inkscape::UI::Dialog
229 inline void attach_all(Gtk::Table &table, Gtk::Widget *const arr[], unsigned const n, int start = 0, int docum_prop_flag = 0)
373 attach_all(_page_page->table(), widget_array, G_N_ELEMENTS(widget_array),0,1);
391 attach_all(_page_guides->table(), widget_array, G_N_ELEMENTS(widget_array));
425 attach_all(_page_snap->table(), array, G_N_ELEMENTS(array));

Completed in 25 milliseconds