ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 48652: /trunk/ui/gtk/ /trunk/ui/gtk/

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Sat, 30 Mar 2013 12:09:45 -0400
On 3/30/2013 7:57 AM, jake@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48652

User: jake
Date: 2013/03/30 04:57 AM

Log:
  Have 'Capture file' and 'Stop after' extries left aligned in GTK+ 3 as well.

Directory: /trunk/ui/gtk/
   Changes    Path             Action
   +49 -23    capture_dlg.c    Modified


The fix was to use ws_gtk_grid_attach_extended()
with just GTK_FILL as the X & Y options in various places.

My understanding of the normal expected semantics of GTK_FILL is that it only takes effect when GTK_EXPAND is used.

So: I'll have to look at the way I implemented ws_gtk_grid_attach_extended() using halign and valign for GTK3 to see if it's OK or if I should change something (and thus if I need to change the fix in SVN #48652 and possibly change other calls to ws_gtk_grid...).

Bill