Lines Matching defs:grid_top
110 Gtk::Grid *grid_top = Gtk::manage(new Gtk::Grid());
111 grid_top->set_row_spacing(4);
112 grid_top->set_column_spacing(0);
114 Gtk::Table *grid_top = Gtk::manage(new Gtk::Table(4, 4));
115 grid_top->set_row_spacings(4);
116 grid_top->set_col_spacings(0);
119 grid_top->set_border_width(4);
121 contents->pack_start(*grid_top, false, false, 0);
130 grid_top->attach(_label_id, 0, 0, 1, 1);
132 grid_top->attach(_label_id, 0, 1, 0, 1,
144 grid_top->attach(_entry_id, 1, 0, 1, 1);
146 grid_top->attach(_entry_id, 1, 2, 0, 1,
165 grid_top->attach(_label_label, 0, 1, 1, 1);
167 grid_top->attach(_label_label, 0, 1, 1, 2,
180 grid_top->attach(_entry_label, 1, 1, 1, 1);
182 grid_top->attach(_entry_label, 1, 2, 1, 2,
199 grid_top->attach(_label_title, 0, 2, 1, 1);
201 grid_top->attach(_label_title, 0, 1, 2, 3,
213 grid_top->attach(_entry_title, 1, 2, 1, 1);
215 grid_top->attach(_entry_title, 1, 2, 2, 3,
249 grid_top->attach(_label_image_rendering, 0, 3, 1, 1);
251 grid_top->attach(_label_image_rendering, 0, 1, 3, 4,
264 grid_top->attach(_combo_image_rendering, 1, 3, 1, 1);
266 grid_top->attach(_combo_image_rendering, 1, 2, 3, 4,