aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/egg-action.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-06-29 19:10:07 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-29 19:10:07 +0800
commit71c44e8dc078e48bfb6bc6c2517041f75e9ab45e (patch)
treeeb6e58e48177425eaddbc47dbc87b013c1031ef8 /lib/egg/egg-action.h
parentb41b89d2288fa87201f17909ce6ca252dacd292e (diff)
downloadgsoc2013-epiphany-71c44e8dc078e48bfb6bc6c2517041f75e9ab45e.tar
gsoc2013-epiphany-71c44e8dc078e48bfb6bc6c2517041f75e9ab45e.tar.gz
gsoc2013-epiphany-71c44e8dc078e48bfb6bc6c2517041f75e9ab45e.tar.bz2
gsoc2013-epiphany-71c44e8dc078e48bfb6bc6c2517041f75e9ab45e.tar.lz
gsoc2013-epiphany-71c44e8dc078e48bfb6bc6c2517041f75e9ab45e.tar.xz
gsoc2013-epiphany-71c44e8dc078e48bfb6bc6c2517041f75e9ab45e.tar.zst
gsoc2013-epiphany-71c44e8dc078e48bfb6bc6c2517041f75e9ab45e.zip
Temporary implementation of toolbar tooltips, until it's implement in
2003-06-29 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-action.c: (egg_action_init), (egg_action_finalize), (egg_action_sync_tooltip), (connect_proxy): * lib/egg/egg-action.h: Temporary implementation of toolbar tooltips, until it's implement in menu.
Diffstat (limited to 'lib/egg/egg-action.h')
-rw-r--r--lib/egg/egg-action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/egg/egg-action.h b/lib/egg/egg-action.h
index 7acf59210..0b678d208 100644
--- a/lib/egg/egg-action.h
+++ b/lib/egg/egg-action.h
@@ -33,6 +33,8 @@ struct _EggAction
/* list of proxy widgets */
GSList *proxies;
+
+ GtkTooltips *tooltips;
};
struct _EggActionClass