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

/inkscape/src/ui/dialog/
H A Dinput.cpp185 static char const *tablet[] = { variable
543 static void setupTree( Glib::RefPtr<Gtk::TreeStore> store, Gtk::TreeIter &tablet );
581 mappings[PIX_TABLET] = Gdk::Pixbuf::create_from_xpm_data(tablet);
886 // input-tablet
967 void InputDialogImpl::setupTree( Glib::RefPtr<Gtk::TreeStore> store, Gtk::TreeIter &tablet )
997 tablet = store->prepend(/*row.children()*/);
998 Gtk::TreeModel::Row childrow = *tablet;
1081 useExt(_("_Use pressure-sensitive tablet (requires restart)"), true),
1331 // As a work-around for a common problem, enable tablet toggles on the calligraphic tool.
1461 // Not the child of the tablet
[all...]

Completed in 612 milliseconds