/inkscape/src/widgets/ |
H A D | fill-style.h | 17 namespace Gtk { namespace 23 Gtk::Widget *sp_fill_style_widget_new(void); 25 void sp_fill_style_widget_set_desktop(Gtk::Widget *widget, SPDesktop *desktop);
|
H A D | spw-utilities.h | 21 namespace Gtk { namespace 35 Gtk::Label * spw_label(Gtk::Grid *table, gchar const *label_text, int col, int row, Gtk::Widget *target); 36 Gtk::HBox * spw_hbox(Gtk::Grid *table, int width, int col, int row); 38 Gtk::Label * spw_label(Gtk::Table *table, gchar const *label_text, int col, int row, Gtk::Widget *target); 39 Gtk [all...] |
H A D | fill-n-stroke-factory.h | 13 namespace Gtk { namespace 20 Gtk::Widget *createStyleWidget( FillOrStroke kind ); 21 Gtk::Widget *createStrokeStyleWidget( );
|
/inkscape/src/ |
H A D | file.h | 32 namespace Gtk { namespace 78 void sp_file_open_dialog (Gtk::Window &parentWindow, void* object, void* data); 99 bool sp_file_save (Gtk::Window &parentWindow, void* object, void* data); 105 bool sp_file_save_as (Gtk::Window &parentWindow, void* object, void* data); 111 bool sp_file_save_a_copy (Gtk::Window &parentWindow, void* object, void* data); 118 bool sp_file_save_document (Gtk::Window &parentWindow, SPDocument *document); 121 bool sp_file_save_dialog (Gtk::Window &parentWindow, SPDocument *doc, Inkscape::Extension::FileSaveMethod save_method); 134 void sp_file_import (Gtk::Window &parentWindow); 151 //bool sp_file_export_dialog (Gtk::Window &parentWindow); 161 //void sp_file_export_to_ocal (Gtk [all...] |
H A D | print.h | 16 namespace Gtk { namespace 54 void sp_print_document(Gtk::Window& parentWindow, SPDocument *doc);
|
/inkscape/src/helper/ |
H A D | window.h | 16 namespace Gtk { namespace 29 Gtk::Window *window_new (const gchar *title, unsigned int resizeable);
|
/inkscape/src/ui/ |
H A D | dialog-events.h | 25 namespace Gtk { namespace 42 void sp_dialog_defocus_cpp (Gtk::Window *win); 43 void sp_dialog_defocus_callback_cpp(Gtk::Entry *e); 44 void sp_dialog_defocus_on_enter_cpp(Gtk::Entry *e);
|
H A D | interface.h | 31 namespace Gtk { namespace 108 class ContextMenu : public Gtk::Menu 128 Gtk::MenuItem MIGroup; //menu entry to enter a group 129 Gtk::MenuItem MIParent; //menu entry to leave a group 134 Gtk::SeparatorMenuItem* AddSeparator(void); 173 void EnterGroup(Gtk::MenuItem* mi);
|
/inkscape/src/ui/widget/ |
H A D | entry.h | 15 namespace Gtk { namespace 24 * Helperclass for Gtk::Entry widgets. 35 // TO DO: add methods to access Gtk::Entry widget 37 Gtk::Entry* getEntry() {return (Gtk::Entry*)(_widget);};
|
H A D | registry.h | 12 namespace Gtk { namespace
|
H A D | labelled.h | 16 namespace Gtk { namespace 27 class Labelled : public Gtk::HBox 36 * be passed to Gtk::manage(). 44 Gtk::Widget *widget, 53 Gtk::Widget const *getWidget() const; 54 Gtk::Label const *getLabel() const; 64 Gtk::Widget *_widget; 65 Gtk::Label *_label; 66 Gtk::Label *_suffix; 67 Gtk [all...] |
H A D | notebook-page.h | 19 namespace Gtk { namespace 34 class NotebookPage : public Gtk::VBox 46 Gtk::Grid& table() { return *_table; } 48 Gtk::Table& table() { return *_table; } 54 Gtk::Grid *_table; 56 Gtk::Table *_table;
|
H A D | point.h | 20 namespace Gtk { namespace 86 Glib::RefPtr<Gtk::Adjustment> &adjust, 88 Gtk::Adjustment &adjust,
|
H A D | entity-entry.h | 18 namespace Gtk { namespace 36 Gtk::Label _label; 37 Gtk::Widget *_packable; 66 Gtk::TextView _v;
|
/inkscape/src/extension/param/ |
H A D | bool.h | 15 namespace Gtk { namespace 58 Gtk::Widget *get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
|
H A D | notebook.h | 20 namespace Gtk { namespace 46 Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
|
H A D | color.h | 16 namespace Gtk { namespace 43 Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
|
H A D | description.h | 15 namespace Gtk { namespace 41 Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
|
H A D | enum.h | 20 namespace Gtk { namespace 43 Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
|
H A D | radiobutton.h | 20 namespace Gtk { namespace 47 Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
|
/inkscape/src/ui/dialog/ |
H A D | dock-behavior.h | 19 namespace Gtk { namespace 35 /** Gtk::Dialog methods */ 36 operator Gtk::Widget&(); 39 Gtk::VBox *get_vbox(); 45 void set_position(Gtk::WindowPosition); 47 void size_request(Gtk::Requisition& requisition); 53 /** Gtk::Dialog signal proxies */ 72 Gtk::Paned *_getPaned(); //< gives the parent pane, if the dock item has one
|
H A D | floating-behavior.h | 19 namespace Gtk { namespace 35 /** Gtk::Dialog methods */ 36 operator Gtk::Widget &(); 39 Gtk::Box *get_vbox(); 45 void set_position(Gtk::WindowPosition); 47 void size_request(Gtk::Requisition &requisition); 53 /** Gtk::Dialog signal proxies */ 67 Gtk::Dialog *_d; //< the actual dialog
|
H A D | tile.h | 30 namespace Gtk { namespace 50 Gtk::VBox _arrangeBox; 51 Gtk::Notebook _notebook; 56 Gtk::Button *_arrangeButton;
|
/inkscape/src/ui/view/ |
H A D | edit-widget-interface.h | 18 namespace Gtk { namespace 41 virtual Gtk::Window *getWindow() = 0;
|
/inkscape/src/display/ |
H A D | nr-svgfonts.h | 25 namespace Gtk { namespace 55 bool drawing_expose_cb (Gtk::Widget *widget, GdkEventExpose *event, void* data);
|