11#ifndef SEEN_INKSCAPE_UI_WIDGET_ENTRY_H
12#define SEEN_INKSCAPE_UI_WIDGET_ENTRY_H
14#include <gtkmm/entry.h>
27 Glib::ustring
const &tooltip,
28 Glib::ustring
const &icon = {},
29 bool mnemonic =
true);
31 Gtk::Entry
const *
getEntry()
const {
return static_cast<Gtk::Entry
const *
>(
getWidget()); }
Helperclass for Gtk::Entry widgets.
Gtk::Entry const * getEntry() const