Re: [PATCH] Alert dialogs should not have window title according to the HIG
- From: Olav Vitters <olav bkor dhs org>
- To: Dennis Cranston <dennis_cranston yahoo com>
- Cc: Luca Ferretti <elle uca libero it>, Christian Neumair <chris gnome-de org>, "nautilus-list gnome org" <nautilus-list gnome org>
- Subject: Re: [PATCH] Alert dialogs should not have window title according to the HIG
- Date: Sun, 18 Dec 2005 02:04:50 +0100
On Sat, Dec 17, 2005 at 12:07:03AM -0800, Dennis Cranston wrote:
[..]
> I have attached a one line fix for the "untitled window" button problem.
[..]
> gtk_window_set_title (GTK_WINDOW (dialog), "");
> + gtk_window_set_skip_taskbar_hint (GTK_WINDOW (dialog), TRUE);
>
> eel_alert_dialog_set_primary_label (EEL_ALERT_DIALOG (dialog),
> primary_message);
Suggest to only set the icon title using gdk_window_set_icon_name. This
way the window border will have no name, the window list will and the
dialogs can still be seen in the window list.
--
Regards,
Olav
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]