On Fri, Aug 05, 2011 at 11:05:55PM +0200, Michael Tuexen wrote:

> > * Multiple IP addresses should be separated with comma in the "Edit
> > Interfaces Settings" window, I think.
> Need to see how this haves with a lot of addresses.

GTK has a function for truncating labels:

  gtk_label_set_ellipsize()

Which takes a PangoEllipsizeMode 
(http://developer.gnome.org/pango/stable/pango-Layout-Objects.html#PangoEllipsizeMode)
 
setting.  In the past, I used this (or a similar?) function for the 
capture dialog's IP address list, ultimately choosing to put it in the 
middle so the user could see the first and last IP addresses if there 
were many.

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to