X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FVisSupport.h;h=2dea079c2a421d686d539e798a3a0f54463f331a;hb=39208cd2805a1c9b22e541e7826c7f9e6f56f680;hp=aee31f935d543edfdb1944a3bbc628ef0dc84144;hpb=7836463f9ad1edda41d6bc4a14b6b558bd9a1b63;p=ghc-hetmet.git diff --git a/ghc/rts/VisSupport.h b/ghc/rts/VisSupport.h index aee31f9..2dea079 100644 --- a/ghc/rts/VisSupport.h +++ b/ghc/rts/VisSupport.h @@ -21,8 +21,6 @@ GtkWidget* lookup_widget (GtkWidget *widget, const gchar *widget_name); -/* get_widget() is deprecated. Use lookup_widget instead. */ -#define get_widget lookup_widget /* Use this function to set the directory containing installed pixmaps. */ void add_pixmap_directory (const gchar *directory); @@ -32,7 +30,15 @@ void add_pixmap_directory (const gchar *directory); * Private Functions. */ -/* This is used to create the pixmaps in the interface. */ +/* This is used to create the pixmaps used in the interface. */ GtkWidget* create_pixmap (GtkWidget *widget, const gchar *filename); +/* This is used to create the pixbufs used in the interface. */ +GdkPixbuf* create_pixbuf (const gchar *filename); + +/* This is used to set ATK action descriptions. */ +void glade_set_atk_action_description (AtkAction *action, + const gchar *action_name, + const gchar *description); +