Searched defs:Panel (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dpanel.h59 * Inkscape::UI::Widget::Panel is a base class from which dockable dialogs
61 * Child widgets are private data members of Panel (no need to use pointers and
68 class Panel : public Gtk::Box { class in namespace:Inkscape::UI::Widget
70 class Panel : public Gtk::VBox {
77 * Construct a Panel.
83 Panel(Glib::ustring const &label = "", gchar const *prefs_path = 0,
87 virtual ~Panel();
H A Dpanel.cpp50 void Panel::prep() {
62 Panel::Panel(Glib::ustring const &label, gchar const *prefs_path, function in class:Inkscape::UI::Widget::Panel
82 Panel::~Panel()
87 void Panel::_popper(GdkEventButton* event)
96 void Panel::_init()
133 one->signal_activate().connect(sigc::bind<int, int>(sigc::mem_fun(*this, &Panel::_bounceCall), PANEL_SETTING_MODE, 0));
134 two->signal_activate().connect(sigc::bind<int, int>(sigc::mem_fun(*this, &Panel::_bounceCall), PANEL_SETTING_MODE, 1));
161 _item->signal_activate().connect(sigc::bind<int, int>(sigc::mem_fun(*this, &Panel
[all...]

Completed in 13 milliseconds