Go to file
Tim Janik 5842311062 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.
1998-02-03 15:14:35 +00:00
docs
gdk
glib fixed a refresh bug with unrealization of no_window widgets. 1998-02-02 05:35:59 +00:00
gtk don't add the same menu to different menuitems/ optionmenus. 1998-02-03 15:14:35 +00:00
tests don't add the same menu to different menuitems/ optionmenus. 1998-02-03 15:14:35 +00:00
.cvsignore
acconfig.h
AUTHORS
autogen.sh
ChangeLog don't add the same menu to different menuitems/ optionmenus. 1998-02-03 15:14:35 +00:00
ChangeLog.pre-2-0 don't add the same menu to different menuitems/ optionmenus. 1998-02-03 15:14:35 +00:00
ChangeLog.pre-2-2 don't add the same menu to different menuitems/ optionmenus. 1998-02-03 15:14:35 +00:00
ChangeLog.pre-2-4 don't add the same menu to different menuitems/ optionmenus. 1998-02-03 15:14:35 +00:00
ChangeLog.pre-2-6 don't add the same menu to different menuitems/ optionmenus. 1998-02-03 15:14:35 +00:00
ChangeLog.pre-2-8 don't add the same menu to different menuitems/ optionmenus. 1998-02-03 15:14:35 +00:00
ChangeLog.pre-2-10 don't add the same menu to different menuitems/ optionmenus. 1998-02-03 15:14:35 +00:00
config.guess
config.h.in
config.sub
configure.in
COPYING
gtk+.prj
gtk+.xconfig.in
HACKING
INSTALL
install-sh
ltconfig
ltmain.sh
makecopyright
Makefile.am
Makefile.in
missing
mkinstalldirs
NEWS
README
REFCOUNTING
stamp-h.in
TODO don't add the same menu to different menuitems/ optionmenus. 1998-02-03 15:14:35 +00:00

This is GTK+ version 0.99.3.   GTK, which stands for the Gimp ToolKit, 
is a library for creating graphical user interfaces.  

The official ftp site is:
  ftp://ftp.gimp.org/pub/gtk

Patches can be uploaded to:
  ftp://ftp.gimp.org/incoming

A mailing list is located at:
  gtk-list@redhat.com

To subscribe: mail -s subscribe gtk-list-request@redhat.com < /dev/null
(Send mail to gtk-list-request@redhat.com with the subject "subscribe")