Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Namespaces | |
namespace | Gtk |
Functions | |
void | sp_clear_custom_tooltip () |
bool | sp_query_custom_tooltip (Gtk::Widget *widg, int x, int y, bool keyboard_tooltip, const Glib::RefPtr< Gtk::Tooltip > &tooltipw, gint id, Glib::ustring tooltip, Glib::ustring icon="", Gtk::IconSize iconsize=Gtk::IconSize::LARGE, int delaytime=1000.0) |
void sp_clear_custom_tooltip | ( | ) |
Definition at line 26 of file custom-tooltip.cpp.
References timeoutid.
Referenced by Inkscape::UI::Dialog::LivePathEffectEditor::clearMenu(), sp_query_custom_tooltip(), and Inkscape::UI::Dialog::LivePathEffectEditor::~LivePathEffectEditor().
bool sp_query_custom_tooltip | ( | Gtk::Widget * | widg, |
int | x, | ||
int | y, | ||
bool | keyboard_tooltip, | ||
const Glib::RefPtr< Gtk::Tooltip > & | tooltipw, | ||
gint | id, | ||
Glib::ustring | tooltip, | ||
Glib::ustring | icon = "" , |
||
Gtk::IconSize | iconsize = Gtk::IconSize::LARGE , |
||
int | delaytime = 1000.0 |
||
) |
Definition at line 35 of file custom-tooltip.cpp.
References delaytooltip(), end, label, Inkscape::UI::pack_start(), sp_clear_custom_tooltip(), start, and timeoutid.
Referenced by Inkscape::UI::Dialog::FilterEffectsDialog::add_effects(), Inkscape::UI::Dialog::LivePathEffectEditor::add_lpes(), and Inkscape::UI::Dialog::LivePathEffectEditor::effect_list_reload().