diff options
author | Tim Janik <timj@gimp.org> | 1998-02-08 19:00:01 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-08 19:00:01 +0000 |
commit | 38fac1be63ea064882fe5b9fcad44c68289e3822 (patch) | |
tree | d3c24503fb984770450918bd2f44873181a6078b /gtk/gtkmenu.h | |
parent | 7a3af96d847106102bdf9cab34d26cde4f000654 (diff) | |
download | gtk+-38fac1be63ea064882fe5b9fcad44c68289e3822.tar.gz |
new fundtion to return the widget that the menu is attached to.
Sun Feb 8 07:06:54 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmenu.c (gtk_menu_get_attach_widget): new fundtion to return
the widget that the menu is attached to.
Diffstat (limited to 'gtk/gtkmenu.h')
-rw-r--r-- | gtk/gtkmenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkmenu.h b/gtk/gtkmenu.h index 371d371381..4908536c11 100644 --- a/gtk/gtkmenu.h +++ b/gtk/gtkmenu.h @@ -89,6 +89,7 @@ void gtk_menu_set_accelerator_table (GtkMenu *menu, void gtk_menu_attach_to_widget (GtkMenu *menu, GtkWidget *attach_widget, GtkMenuDetachFunc detacher); +GtkWidget* gtk_menu_get_attach_widget (GtkMenu *menu); void gtk_menu_detach (GtkMenu *menu); |