Lines Matching refs:col
164 int col = i % width;
175 // g_message(" %3d resize from %d to %d (r:%d, c:%d) with %d children", i, oldWidth, width, row, col, childCount );
196 _insides->attach(*thing, col, row, 1, 1);
198 } else if ( col == 0 ) {
203 _insides->attach( *thing, col, col+1, row, row+1, Gtk::FILL|Gtk::EXPAND, Gtk::FILL|Gtk::EXPAND );
458 int col = 0;
490 _insides->attach( *thing, col, row, 1, 1);
492 _insides->attach( *thing, col, col+1, row, row+1, Gtk::FILL|Gtk::EXPAND, Gtk::FILL|Gtk::EXPAND );
495 if ( ++col >= width ) {
496 col = 0;