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

/inkscape/src/extension/
H A Dextension.cpp684 /** \brief A widget to represent the inside of an AutoGUI widget */
685 class AutoGUI : public Gtk::VBox { class in namespace:Inkscape::Extension
687 /** \brief Create an AutoGUI object */
688 AutoGUI (void) : Gtk::VBox() {}; function in class:Inkscape::Extension::AutoGUI
728 AutoGUI * agui = Gtk::manage(new AutoGUI());

Completed in 1155 milliseconds