summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTim Janik <timj@gimp.org>1998-02-03 15:14:35 +0000
committerTim Janik <timj@src.gnome.org>1998-02-03 15:14:35 +0000
commit584231106242a6dd92f7744c0d9f5617574078c0 (patch)
tree8e642b1b83de4e6afb55db352127ad436c939696 /TODO
parentb45cd0430c79f9426036ced2809427e0920dd855 (diff)
downloadgtk+-584231106242a6dd92f7744c0d9f5617574078c0.tar.gz
don't add the same menu to different menuitems/ optionmenus.
Tue Feb 3 15:09:55 1998 Tim Janik <timj@gimp.org> * gtk/testgtk.c: don't add the same menu to different menuitems/ optionmenus. * gtk/gtkmenuitem.h: * gtk/gtkmenuitem.c: new function gtk_menu_item_remove_submenu ro be consistent with optionmenu. use gtk_menu_attach_to_widget/ gtk_menu_detach for setting/removing the submenu. invoke gtk_widget_destroy(submenu) in destructor to be consistent with other destructors. * gtk/gtkoptionmenu.h: * gtk/gtkoptionmenu.c: attach/detach to menu widget via gtk_menu_attach_to_widget/gtk_menu_detach. invoke gtk_widget_destroy(menu) in destructor to be consistent with other destructors.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 942f8640ab..f5370e72f6 100644
--- a/TODO
+++ b/TODO
@@ -42,9 +42,6 @@ BUGS
the deactivation, but not the destruction of it's submenu.
this is not a bug in the fileselection code but in the optionmenu
code.
-
- * Look also at ./BUGS (i added it, because it describes some bugs in
- a more specific way -timj).
NEW FEATURES