Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
Helper class to stream background task notifications as a series of messages. | |
namespace | Inkscape::UI |
User interface code. | |
Functions | |
int | Inkscape::UI::dialog_run (Gtk::Dialog &dialog) |
This is a GTK4 porting aid meant to replace the removal of the Gtk::Dialog synchronous API. | |
void | Inkscape::UI::dialog_show_modal_and_selfdestruct (std::unique_ptr< Gtk::Dialog > dialog, Gtk::Root *root=nullptr) |
Show a dialog modally, destroying it when the user dismisses it. | |