Ethereal-dev: Re: [Ethereal-dev] io-stat pretty picture for website

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

From: "Guy Harris" <gharris@xxxxxxxxx>
Date: Mon, 18 Nov 2002 15:33:46 -0800 (PST)
Guy Harris said:
>>> Attached is a picture of the current quite well working version of
>>> the gui io-stat similar
>>> to the tehtereal -z io,stat,1,...    thingy.
>>
>> It should probably have a window title saying what it is; there's a
>> routine somewhere in the GUI code to set the window title.
>
> Use "gtk_widget_set_name()" on the top-level window.

Actually, it's probably "gtk_window_set_title()".