Searched refs:GtkWidget (Results 1 - 25 of 167) sorted by relevance

1234567

/inkscape/src/widgets/
H A Dspinbutton-events.h15 typedef struct _GtkWidget GtkWidget; typedef in typeref:struct:_GtkWidget
17 gboolean spinbutton_focus_in (GtkWidget *w, GdkEventKey *event, gpointer data);
18 void spinbutton_undo (GtkWidget *w);
19 gboolean spinbutton_keypress (GtkWidget *w, GdkEventKey *event, gpointer data);
20 void spinbutton_defocus (GtkWidget *container);
H A Dspw-utilities.h42 GtkWidget * spw_label_old(GtkWidget *table, gchar const *label_text, int col, int row);
44 GtkWidget *
45 spw_vbox_checkbutton(GtkWidget *dialog, GtkWidget *table,
48 GtkWidget *
49 spw_checkbutton(GtkWidget *dialog, GtkWidget *table,
53 GtkWidget *
54 spw_dropdown(GtkWidget *dialo
[all...]
H A Dpaint-selector.h73 GtkWidget *style;
74 GtkWidget *none;
75 GtkWidget *solid;
76 GtkWidget *gradient;
77 GtkWidget *radial;
79 GtkWidget *mesh;
81 GtkWidget *pattern;
82 GtkWidget *swatch;
83 GtkWidget *unset;
85 GtkWidget *fillrulebo
[all...]
H A Dimage-menu-item.h65 GtkWidget* image_menu_item_new (void);
66 GtkWidget* image_menu_item_new_with_label (const gchar *label);
67 GtkWidget* image_menu_item_new_with_mnemonic (const gchar *label);
68 GtkWidget* image_menu_item_new_from_stock (const gchar *stock_id,
71 GtkWidget *image);
72 GtkWidget* image_menu_item_get_image (ImageMenuItem *image_menu_item);
H A Dtoolbox.h50 static void setToolboxDesktop(GtkWidget *toolbox, SPDesktop *desktop);
51 static void setOrientation(GtkWidget* toolbox, GtkOrientation orientation);
52 static void showAuxToolbox(GtkWidget* toolbox);
54 static GtkWidget *createToolToolbox();
55 static GtkWidget *createAuxToolbox();
56 static GtkWidget *createCommandsToolbox();
57 static GtkWidget *createSnapToolbox();
60 static Glib::ustring getToolboxName(GtkWidget* toolbox);
62 static void updateSnapToolbox(SPDesktop *desktop, Inkscape::UI::Tools::ToolBase *eventcontext, GtkWidget *toolbox);
133 GtkWidget *focusTarge
[all...]
H A Dsp-widget.cpp41 static void show(GtkWidget *widget);
42 static void hide(GtkWidget *widget);
45 static void getPreferredWidth(GtkWidget *widget,
49 static void getPreferredHeight(GtkWidget *widget,
52 static gboolean draw(GtkWidget *widget, cairo_t *cr);
54 static void sizeRequest(GtkWidget *widget, GtkRequisition *requisition);
55 static gboolean expose(GtkWidget *widget, GdkEventExpose *event);
58 static void sizeAllocate(GtkWidget *widget, GtkAllocation *allocation);
63 static GtkWidget *constructGlobal(SPWidget *spw);
169 void SPWidgetImpl::show(GtkWidget *widge
[all...]
H A Dspw-utilities.cpp80 GtkWidget *
81 spw_label_old(GtkWidget *table, const gchar *label_text, int col, int row)
83 GtkWidget *label_widget;
147 GtkWidget *spw_vbox_checkbutton(GtkWidget *dialog, GtkWidget *vbox,
153 GtkWidget *b = gtk_check_button_new_with_label (label);
169 GtkWidget *
170 spw_checkbutton(GtkWidget * dialog, GtkWidget * tabl
[all...]
H A Dege-adjustment-action.h104 typedef GtkWidget* (*EgeCreateAdjWidgetCB)( GtkAdjustment *adjustment, gdouble climb_rate, guint digits, Inkscape::UI::Widget::UnitTracker *unit_tracker );
146 * Sets the GtkWidget to return focus to.
153 void ege_adjustment_action_set_focuswidget( EgeAdjustmentAction* action, GtkWidget* widget );
156 * Returns a pointer to the GtkWidget to return focus to after changing
163 GtkWidget* ege_adjustment_action_get_focuswidget( EgeAdjustmentAction* action );
187 typedef void (*EgeWidgetFixup)(GtkWidget *widget);
H A Druler.h40 GtkWidget parent_instance;
51 GtkWidget* sp_ruler_new (GtkOrientation orientation);
54 GtkWidget *widget);
56 GtkWidget *widget);
H A Ddesktop-widget.h77 GtkWidget *vbox;
79 GtkWidget *hbox;
81 GtkWidget *menubar, *statusbar;
85 GtkWidget *hscrollbar, *vscrollbar, *vscrollbar_box;
88 GtkWidget *hruler, *vruler;
89 GtkWidget *hruler_box, *vruler_box; // eventboxes for setting tooltips
91 GtkWidget *guides_lock;
92 GtkWidget *sticky_zoom;
93 GtkWidget *cms_adjust;
94 GtkWidget *coord_statu
[all...]
H A Dgradient-selector.h69 GtkWidget *vectors;
108 GtkWidget *edit;
109 GtkWidget *add;
110 GtkWidget *del;
111 GtkWidget *merge;
114 GtkWidget *position;
119 std::vector<GtkWidget*> nonsolid;
120 std::vector<GtkWidget*> swatch_widgets;
148 GtkWidget *sp_gradient_selector_new (void);
H A Dgradient-image.cpp22 static void sp_gradient_image_size_request (GtkWidget *widget, GtkRequisition *requisition);
25 static void sp_gradient_image_destroy(GtkWidget *object);
26 static void sp_gradient_image_get_preferred_width(GtkWidget *widget,
30 static void sp_gradient_image_get_preferred_height(GtkWidget *widget,
35 static gboolean sp_gradient_image_expose(GtkWidget *widget, GdkEventExpose *event);
38 static gboolean sp_gradient_image_draw(GtkWidget *widget, cairo_t *cr);
75 static void sp_gradient_image_destroy(GtkWidget *object)
100 static void sp_gradient_image_size_request(GtkWidget * /*widget*/, GtkRequisition *requisition)
107 static void sp_gradient_image_get_preferred_width(GtkWidget *widget, gint *minimal_width, gint *natural_width)
114 static void sp_gradient_image_get_preferred_height(GtkWidget *widge
[all...]
/inkscape/src/util/
H A Dege-appear-time-tracker.h44 typedef struct _GtkWidget GtkWidget; typedef in typeref:struct:_GtkWidget
51 AppearTimeTracker(GTimer *timer, GtkWidget *widget, gchar const* name);
62 GtkWidget *_widget;
63 GtkWidget *_topMost;
69 static gboolean mapCB(GtkWidget *widget, GdkEvent *event, gpointer userData);
70 static void realizeCB(GtkWidget *widget, gpointer userData);
71 static void hierarchyCB(GtkWidget *widget, GtkWidget *prevTop, gpointer userData);
74 void handleHierarchyChange( GtkWidget *prevTop );
H A Dege-appear-time-tracker.cpp48 void unhookHandler( gulong &id, GtkWidget *obj )
61 AppearTimeTracker::AppearTimeTracker(GTimer *timer, GtkWidget *widget, gchar const* name) :
112 void AppearTimeTracker::handleHierarchyChange( GtkWidget * /*prevTop*/ )
114 GtkWidget *newTop = _widget;
129 gboolean AppearTimeTracker::mapCB(GtkWidget * /*widget*/, GdkEvent * /*event*/, gpointer userData)
139 void AppearTimeTracker::realizeCB(GtkWidget * /*widget*/, gpointer userData)
145 void AppearTimeTracker::hierarchyCB(GtkWidget * /*widget*/, GtkWidget *prevTop, gpointer userData)
/inkscape/src/ui/widget/
H A Dcolor-notebook.h59 static void _onButtonClicked(GtkWidget *widget, ColorNotebook *colorbook);
60 static void _onPickerClicked(GtkWidget *widget, ColorNotebook *colorbook);
61 static void _onPageSwitched(GtkNotebook *notebook, GtkWidget *page, guint page_num, ColorNotebook *colorbook);
69 GtkWidget *_book;
70 GtkWidget *_buttonbox;
71 GtkWidget **_buttons;
72 GtkWidget *_rgbal; /* RGBA entry */
74 GtkWidget *_box_outofgamut, *_box_colormanaged, *_box_toomuchink;
76 GtkWidget *_btn_picker;
77 GtkWidget *_
[all...]
H A Dgimpspinscale.h54 GtkWidget * gimp_spin_scale_new (GtkAdjustment *adjustment,
74 void gimp_spin_scale_set_focuswidget (GtkWidget *scale,
75 GtkWidget *widget);
77 void gimp_spin_scale_set_appearance (GtkWidget *scale,
/inkscape/src/
H A Ddesktop-events.h25 typedef struct _GtkWidget GtkWidget; typedef in typeref:struct:_GtkWidget
33 gint sp_canvas_enter_notify (GtkWidget *widget, GdkEventCrossing *event, SPDesktop *desktop);
34 gint sp_canvas_leave_notify (GtkWidget *widget, GdkEventCrossing *event, SPDesktop *desktop);
35 gint sp_canvas_motion_notify (GtkWidget *widget,GdkEventMotion *motion, SPDesktop *desktop);
39 int sp_dt_hruler_event (GtkWidget *widget, GdkEvent *event, SPDesktopWidget *dtw);
40 int sp_dt_vruler_event (GtkWidget *widget, GdkEvent *event, SPDesktopWidget *dtw);
H A Dsvg-view-widget.h33 GtkWidget *sp_svg_view_widget_new(SPDocument *doc);
42 GtkWidget *sw;
43 GtkWidget *canvas;
/inkscape/src/helper/
H A Dwindow.h14 typedef _GtkWidget GtkWidget; typedef
24 GtkWidget * sp_window_new (const gchar *title, unsigned int resizeable);
/inkscape/src/ui/dialog/
H A Ddesktop-tracker.h13 typedef struct _GtkWidget GtkWidget; typedef in typeref:struct:_GtkWidget
28 void connect(GtkWidget *widget);
40 static bool hierarchyChangeCB(GtkWidget *widget, GtkWidget* prev, DesktopTracker *self);
47 GtkWidget *widget;
H A Dclonetiler.h37 GtkWidget * clonetiler_new_tab(GtkWidget *nb, const gchar *label);
38 GtkWidget * clonetiler_table_x_y_rand(int values);
39 GtkWidget * clonetiler_spinbox(const char *tip, const char *attr, double lower, double upper, const gchar *suffix, bool exponent = false);
40 GtkWidget * clonetiler_checkbox(const char *tip, const char *attr);
41 void clonetiler_table_attach(GtkWidget *table, GtkWidget *widget, float align, int row, int col);
44 static void clonetiler_remove(GtkWidget */*widget*/, GtkWidget *dlg, bool do_undo = true);
49 static void clonetiler_do_pick_toggled(GtkToggleButton *tb, GtkWidget *dl
[all...]
H A Ddesktop-tracker.cpp35 void DesktopTracker::connect(GtkWidget *widget)
48 GtkWidget *wdgt = gtk_widget_get_ancestor(widget, SP_TYPE_DESKTOP_WIDGET);
104 bool DesktopTracker::hierarchyChangeCB(GtkWidget * /*widget*/, GtkWidget* /*prev*/, DesktopTracker *self)
114 GtkWidget *wdgt = gtk_widget_get_ancestor(widget, SP_TYPE_DESKTOP_WIDGET);
/inkscape/src/ui/
H A Ddialog-events.h33 GtkWidget *win;
48 void sp_dialog_defocus_on_enter ( GtkWidget *w );
49 void sp_transientize ( GtkWidget *win );
57 void on_dialog_hide (GtkWidget *w);
58 void on_dialog_unhide (GtkWidget *w);
/inkscape/src/display/
H A Dsp-canvas.h94 static GtkWidget *createAA();
146 static void handle_realize(GtkWidget *widget);
147 static void handle_unrealize(GtkWidget *widget);
149 static void handle_get_preferred_width(GtkWidget *widget, gint *min_w, gint *nat_w);
150 static void handle_get_preferred_height(GtkWidget *widget, gint *min_h, gint *nat_h);
152 static void handle_size_request(GtkWidget *widget, GtkRequisition *req);
154 static void handle_size_allocate(GtkWidget *widget, GtkAllocation *allocation);
155 static gint handle_button(GtkWidget *widget, GdkEventButton *event);
162 static gint handle_scroll(GtkWidget *widget, GdkEventScroll *event);
163 static gint handle_motion(GtkWidget *widge
[all...]
/inkscape/src/libgdl/
H A Dgdl-switcher.h55 GtkWidget *gdl_switcher_new (void);
58 GtkWidget *page,
59 GtkWidget *tab_widget,

Completed in 337 milliseconds

1234567