Lines Matching defs:align
396 Gtk::Alignment *align = Gtk::manage(new Gtk::Alignment(Gtk::ALIGN_START, Gtk::ALIGN_START, 0.0, 0.0));
397 align->add(*Gtk::manage(scriptCombo));
400 align->set_hexpand();
401 table->attach( *align, 1, row, 1, 1);
403 table->attach( *align,
432 Gtk::Alignment *align = new Gtk::Alignment(Gtk::ALIGN_START, Gtk::ALIGN_START, 0.0, 0.0);
433 align->add(*Gtk::manage(rangeCombo));
436 align->set_hexpand();
437 table->attach( *Gtk::manage(align), 1, row, 1, 1);
439 table->attach( *Gtk::manage(align),