17#ifndef SEEN_GRADIENT_SELECTOR_H
18#define SEEN_GRADIENT_SELECTOR_H
21#include <gdkmm/pixbuf.h>
22#include <glibmm/refptr.h>
24#include <gtkmm/treemodel.h>
25#include <sigc++/signal.h>
36class CellRendererPixbuf;
37class CellRendererText;
45class GradientVectorSelector;
64 Gtk::TreeModelColumn<Glib::ustring>
name;
65 Gtk::TreeModelColumn<unsigned long>
color;
67 Gtk::TreeModelColumn<SPGradient *>
data;
68 Gtk::TreeModelColumn<Glib::RefPtr<Gdk::Pixbuf>>
pixbuf;
86 bool onKeyPressed(
unsigned keyval,
unsigned keycode, Gdk::ModifierType state);
88 void onGradientRename(
const Glib::ustring &path_string,
const Glib::ustring &new_text);
112 void moveSelection(
int amount,
bool down =
true,
bool toEnd =
false);
114 void style_button(Gtk::Button *btn,
char const *iconName);
Typed SVG document implementation.
TODO: insert short description here.
TODO: insert short description here.