From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Insight Maling List Subject: Re: [RFA] library/managedwin.it{h,b} cleanup #1 Date: Thu, 01 Mar 2001 12:03:00 -0000 Message-id: References: <4.2.0.58.20010301112216.01b0e1a0@pop.cygnus.com> X-SW-Source: 2001-q1/msg00278.html On Thu, 1 Mar 2001, Syd Polk wrote: > Approved. I have checked the following in: Modified files: gdb/gdbtk : ChangeLog gdb/gdbtk/library: managedwin.ith managedwin.itb Log message: Cleanup of managedwin.ith and managedwin.itb * library/managedwin.ith: Move all implementations into managedwin.itb. (public variable nosize): Delete. (freeze_me, thaw_me, make_icon_window): Prepend with underscore to remind people these are not public methods/procs. (protected variable Top, screenwidth, screenheight): Ditto for these variables. (protected common manage_active, mainwindow): Delete. (enable): Delete. (reconfig): Add empty body. * library/managedwin.itb: Move all implementations from header here. Update all references to renamed variables/methods/procs. (destructor, restart, shutdown, _open, find) Let Itcl tell us which ManagedWins we have lying around. (enable): Delete. (reconfig): It's empty. Moved empty body to header. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.45&r2=1.46 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/managedwin.ith.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/managedwin.itb.diff?cvsroot=src&r1=1.10&r2=1.11