Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Namespaces | |
namespace | Gdk |
namespace | Gtk |
namespace | Inkscape |
Helper class to stream background task notifications as a series of messages. | |
Functions | |
Glib::RefPtr< Gdk::Cursor > | Inkscape::load_svg_cursor (Gtk::Widget &widget, std::string const &file_name, std::optional< Colors::Color > maybe_fill, std::optional< Colors::Color > maybe_stroke) |
void | Inkscape::set_svg_cursor (Gtk::Widget &widget, std::string const &file_name, std::optional< Colors::Color > fill, std::optional< Colors::Color > stroke) |
Loads an SVG cursor from the specified file name, and sets it as the cursor of the given widget. | |