Re: lecture about error handling



[On a simple API for error dialogs.]
On Tue, 2002-05-28 at 13:56, Havoc Pennington wrote:
> Ettore Perazzoli <ettore ximian com> writes: 
> > Havoc, is this scheduled for GTK 2.2?
> > 
> 
> No. It could be, if someone thinks about the API a bit and posts
> something.

Alright.  How about:

	int gtk_message_dialog_prompt (GtkWindow *parent, 
                                       GtkMessageType type,
		                       GtkButtonsType buttons, 
				       const char *message_format, ...);

Also, I think gtk_message_dialog_new() should return a non-resizable
dialog by default.

-- Ettore



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]