Searched refs:_table (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | notebook-page.cpp | 26 :_table(Gtk::manage(new Gtk::Grid())) 28 :_table(Gtk::manage(new Gtk::Table(n_rows, n_columns))) 34 _table->set_row_spacing(2); 35 _table->set_column_spacing(2); 37 _table->set_spacings(2); 40 pack_start(*_table, expand, fill, padding);
|
H A D | notebook-page.h | 46 Gtk::Grid& table() { return *_table; } 48 Gtk::Table& table() { return *_table; } 54 Gtk::Grid *_table; member in class:Inkscape::UI::Widget::NotebookPage 56 Gtk::Table *_table; member in class:Inkscape::UI::Widget::NotebookPage
|
H A D | style-swatch.cpp | 121 _table(Gtk::manage(new Gtk::Grid())), 123 _table(Gtk::manage(new Gtk::Table(2, 6))), 141 _table->set_column_spacing(2); 142 _table->set_row_spacing(0); 144 _table->set_col_spacings(2); 145 _table->set_row_spacings(0); 155 _table->attach(_label[SS_FILL], 0, 0, 1, 1); 156 _table->attach(_label[SS_STROKE], 0, 1, 1, 1); 157 _table->attach(_place[SS_FILL], 1, 0, 1, 1); 158 _table [all...] |
H A D | style-swatch.h | 79 Gtk::Grid *_table; member in class:Inkscape::UI::Widget::StyleSwatch 81 Gtk::Table *_table; member in class:Inkscape::UI::Widget::StyleSwatch
|
H A D | selected-style.cpp | 127 _table(), 129 _table(2, 6), 169 _table.set_column_spacing(2); 170 _table.set_row_spacing(0); 172 _table.set_col_spacings (2); 173 _table.set_row_spacings (0); 382 _table.attach(_fill_label, 0, 0, 1, 1); 383 _table.attach(_stroke_label, 0, 1, 1, 1); 385 _table.attach(_fill_flag_place, 1, 0, 1, 1); 386 _table [all...] |
H A D | selected-style.h | 144 Gtk::Grid _table; member in class:Inkscape::UI::Widget::SelectedStyle 146 Gtk::Table _table; member in class:Inkscape::UI::Widget::SelectedStyle
|
Completed in 21 milliseconds