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

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Thu, 30 Dec 1999 13:53:17 -0600 (CST)
gram        1999/12/30 13:53:15 CST

  Modified files:
    gtk                  main.c 
  Log:
  Disallow multiple selections in the CTree and CList widgets.
  In order to use GTK_SELECTION_BROWSE correctly, I had to set auto_resize
  to TRUE for the GtkCTree column.
  
  Yes, I'm using terminology that's opposite that of GTK+.
  
  When I say the selection bar "browses", I mean that you can browse the rest
  of the widget with an outline selection bar, without changing the
  selection. This corresponds to mode GTK_SELECTION_SINGLE.
  
  When I say "select", I mean that the arrow keys change the selection.
  This corresponds to mode GTK_SELECTION_BROWSE.
  
  Go figure. But I like my terminology better.
  
  Revision  Changes    Path
  1.78      +9 -4      ethereal/gtk/main.c