summaryrefslogtreecommitdiffstats
path: root/src/widgets/button.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-06-12 15:29:03 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-06-12 15:29:03 +0000
commit51a9217db249738eb584d8884f75f3bd48cf38a5 (patch)
tree8a249f5fdc7f6a2a4c39c73f1fcc1555742e1059 /src/widgets/button.h
parentcmake: (diff)
parentReplace use of deprecated GtkTooltips API (diff)
downloadinkscape-51a9217db249738eb584d8884f75f3bd48cf38a5.tar.gz
inkscape-51a9217db249738eb584d8884f75f3bd48cf38a5.zip
Replace deprecated GtkTooltips
Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10277)
Diffstat (limited to 'src/widgets/button.h')
-rw-r--r--src/widgets/button.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/widgets/button.h b/src/widgets/button.h
index 26191f524..19a513074 100644
--- a/src/widgets/button.h
+++ b/src/widgets/button.h
@@ -38,7 +38,6 @@ struct SPButton {
unsigned int psize;
SPAction *action;
SPAction *doubleclick_action;
- GtkTooltips *tooltips;
};
struct SPButtonClass {
@@ -49,7 +48,7 @@ struct SPButtonClass {
GType sp_button_get_type (void);
-GtkWidget *sp_button_new (Inkscape::IconSize size, SPButtonType type, SPAction *action, SPAction *doubleclick_action, GtkTooltips *tooltips);
+GtkWidget *sp_button_new (Inkscape::IconSize size, SPButtonType type, SPAction *action, SPAction *doubleclick_action);
void sp_button_toggle_set_down (SPButton *button, gboolean down);
@@ -57,8 +56,7 @@ GtkWidget *sp_button_new_from_data (Inkscape::IconSize size,
SPButtonType type,
Inkscape::UI::View::View *view,
const gchar *name,
- const gchar *tip,
- GtkTooltips *tooltips);
+ const gchar *tip);