Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk help_dlg.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gerald Combs <gerald@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 12 May 2001 14:45:38 -0500 (CDT)
gerald      2001/05/12 14:45:38 CDT

  Modified files:
    gtk                  help_dlg.c 
  Log:
  Fix a bug reported by Christopher McAvaney in
  http://www.ethereal.com/lists/ethereal-dev/200104/msg00152.html.
  In the display filter help window, the height of the text widget
  can easily exceed the maximum height of an X window, which results
  in a nonfunctioning vertical scroll bar.  This fix disables the
  GtkScrolledWindow vertical scroll bar, and creates a new scroll bar
  attached directly to the GtkText widget.
  
  The layout is a little off - the horizontal scroll bar now occupies the
  full height of the GtkScrolledWindow widget.  There doesn't seem to be
  an easy way to grab the height of the horizontal scroll bar in order to
  pad out the are underneath the vertical scroll bar.
  
  Revision  Changes    Path
  1.17      +31 -12    ethereal/gtk/help_dlg.c