Searched defs:Gtk (Results 1 - 25 of 62) sorted by relevance

123

/inkscape/src/widgets/
H A Dfill-style.h17 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 Dspw-utilities.h21 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 Dfill-n-stroke-factory.h13 namespace Gtk { namespace
20 Gtk::Widget *createStyleWidget( FillOrStroke kind );
21 Gtk::Widget *createStrokeStyleWidget( );
/inkscape/src/
H A Dfile.h32 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 Dprint.h16 namespace Gtk { namespace
54 void sp_print_document(Gtk::Window& parentWindow, SPDocument *doc);
/inkscape/src/helper/
H A Dwindow.h16 namespace Gtk { namespace
29 Gtk::Window *window_new (const gchar *title, unsigned int resizeable);
/inkscape/src/ui/
H A Ddialog-events.h25 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 Dinterface.h31 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 Dentry.h15 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 Dregistry.h12 namespace Gtk { namespace
H A Dlabelled.h16 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 Dnotebook-page.h19 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 Dpoint.h20 namespace Gtk { namespace
86 Glib::RefPtr<Gtk::Adjustment> &adjust,
88 Gtk::Adjustment &adjust,
H A Dentity-entry.h18 namespace Gtk { namespace
36 Gtk::Label _label;
37 Gtk::Widget *_packable;
66 Gtk::TextView _v;
/inkscape/src/extension/param/
H A Dbool.h15 namespace Gtk { namespace
58 Gtk::Widget *get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
H A Dnotebook.h20 namespace Gtk { namespace
46 Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
H A Dcolor.h16 namespace Gtk { namespace
43 Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
H A Ddescription.h15 namespace Gtk { namespace
41 Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
H A Denum.h20 namespace Gtk { namespace
43 Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
H A Dradiobutton.h20 namespace Gtk { namespace
47 Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
/inkscape/src/ui/dialog/
H A Ddock-behavior.h19 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 Dfloating-behavior.h19 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 Dtile.h30 namespace Gtk { namespace
50 Gtk::VBox _arrangeBox;
51 Gtk::Notebook _notebook;
56 Gtk::Button *_arrangeButton;
/inkscape/src/ui/view/
H A Dedit-widget-interface.h18 namespace Gtk { namespace
41 virtual Gtk::Window *getWindow() = 0;
/inkscape/src/display/
H A Dnr-svgfonts.h25 namespace Gtk { namespace
55 bool drawing_expose_cb (Gtk::Widget *widget, GdkEventExpose *event, void* data);

Completed in 673 milliseconds

123