Wireshark mailing list archives

Re: [Wireshark-commits] rev 38350: /trunk/ /trunk/gtk/: capture_dlg.c capture_dlg.h capture_if_dlg.c capture_if_dlg.h main_welcome.c main_welcome.h menus.c menus.h /trunk/: capture.c capture_ifinfo.c capture_ifinfo.h


From: Stephen Fisher <steve () stephen-fisher com>
Date: Thu, 11 Aug 2011 14:02:51 -0600

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 <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: