Searched refs:grid_top (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | object-properties.cpp | 110 Gtk::Grid *grid_top = Gtk::manage(new Gtk::Grid()); local 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)); local 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 [all...] |
H A D | grid-arrange-tab.cpp | 127 double grid_left,grid_top,col_width,row_height,paddingx,paddingy,width, height, new_x, new_y; local 160 grid_top = 99999; 180 if (b->min()[Geom::Y] < grid_top) { 181 grid_top = b->min()[Geom::Y]; 225 grid_top = grid_top - (((row_height - row_heights[0]) / 2)*(VertAlign)); 331 new_y = grid_top + (((row_heights[row] - height)/2)*VertAlign) + row_ys[row];
|
Completed in 208 milliseconds