Re: [PATCH] Alert dialogs should not have window title according to the HIG



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]