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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 3 Jul 2000 14:42:41 -0500 (CDT)
guy         2000/07/03 14:42:38 CDT

  Modified files:
    gtk                  progress_dlg.c 
  Log:
  GtkLabel is a subclass of GtkMisc, so it has alignment and padding
  parameters and doesn't have to be stuffed into a GtkAlignment to align
  it on the left.  (Alas, GtkButton *isn't* a subclass of GtkMisc, so we
  have to stuff the Cancel button into an alignment to keep it from
  growing to the width of the window.)
  
  Revision  Changes    Path
  1.2       +8 -9      ethereal/gtk/progress_dlg.c