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

/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);
/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 Dshortcuts.h17 typedef struct _GtkWidget GtkWidget; typedef in typeref:struct:_GtkWidget
57 void sp_shortcut_add_accelerator(GtkWidget *item, unsigned int const shortcut);
H A Dege-color-prof-tracker.h50 typedef struct _GtkWidget GtkWidget; typedef in typeref:struct:_GtkWidget
94 EgeColorProfTracker* ege_color_prof_tracker_new( GtkWidget* target );
/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/
H A Duxmanager.h17 extern "C" typedef struct _GtkWidget GtkWidget; typedef in typeref:struct:_GtkWidget
33 virtual void connectToDesktop( std::vector<GtkWidget *> const & toolboxes, SPDesktop *desktop ) = 0;
/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;
/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 );

Completed in 44 milliseconds