Re: Example of call to gtk_container_get_toplevels converted to call gtk_window_list_toplevels



On Mon, 17 Mar 2003 11:38:53 -0500
Havoc Pennington <hp redhat com> wrote:

> On Mon, Mar 17, 2003 at 08:24:31AM -0800, TomF wrote: 
> > I would also appreciate a tip for a searching technique that would
> > have allowed me to find such an example on the web, or to avoid the
> > guesswork in downloading a source package containing examples of the
> > calls I was looking for.
> 
> http://cvs.gnome.org/lxr/ident?i=gtk_window_list_toplevels
> 
> Havoc
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list

Thanks.  I can now find gnome2 references to gtk_window_list_toplevels.
For example, I found # gail/gail/gailtoplevel.c, which looked promising,
but then I found that the earliest version of this module already used #
gtk_window_list_toplevels.

http://cvs.gnome.org/lxr/ident?i=gtk_container_get_toplevels gives:

  gtk_container_get_toplevels
  Not used

I guess this is because only current modules are listed.  Is there a
similar tool for gnome1?

I tried looking for lxr "cross reference", but did not see anything
obvious.  I could try installing lxr and making my own cross reference
of the gnome1 cvs.  Would this work? Is there a better way?

My objective is to find a procedure which will locate functions using
gnome1 gtk_container_get_toplevels which were then converted to use
gnome2 gtk_window_list_toplevels without spending days guessing which
gnome1 functions to look at.  If I could just get a list of all modules
in cvs that referenced gtk_container_get_toplevels, that would be a good
start.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]