15#ifndef SEEN_COMBO_TOOL_ITEM
16#define SEEN_COMBO_TOOL_ITEM
19#include <glibmm/refptr.h>
20#include <glibmm/ustring.h>
21#include <gdkmm/pixbuf.h>
23#include <gtkmm/enums.h>
24#include <gtkmm/treemodel.h>
25#include <sigc++/signal.h>
42 static_assert(
sizeof(Gdk::Pixbuf) > 0);
51 Gtk::TreeModelColumn<Glib::RefPtr<Gdk::Pixbuf> >
col_pixbuf;
60 const Glib::ustring &tooltip,
61 const Glib::ustring &stock_id,
62 Glib::RefPtr<Gtk::ListStore>
store,
63 bool has_entry =
false);
112 Glib::ustring tooltip,
113 Glib::ustring stock_id,
114 Glib::RefPtr<Gtk::ListStore>
store,
115 bool has_entry =
false);