Searched refs:modeCombo (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dinput.cpp447 Gtk::ComboBoxText modeCombo; member in class:Inkscape::UI::Dialog::InputDialogImpl::ConfPanel
952 Glib::ustring newText = modeCombo.get_active_text();
1167 modeCombo.append(getModeToString()[Gdk::MODE_DISABLED]);
1168 modeCombo.append(getModeToString()[Gdk::MODE_SCREEN]);
1169 modeCombo.append(getModeToString()[Gdk::MODE_WINDOW]);
1170 modeCombo.set_tooltip_text(_("A device can be 'Disabled', its co-ordinates mapped to the whole 'Screen', or to a single (usually focused) 'Window'"));
1171 modeCombo.signal_changed().connect(sigc::mem_fun(*this, &InputDialogImpl::ConfPanel::onModeChange));
1174 modeBox.pack_start(modeCombo, true, true);
1310 modeCombo.set_active(getModeId(mode));

Completed in 145 milliseconds