Re: [gtk-list] Re: an additional argument flag



Tero Pulkkinen <terop@students.cc.tut.fi> writes:

> Best for gtk-- would be to create for example the following:
>   gtk_button_construct()
>   gtk_button_construct_with_label(char*)

More precisely

	gtk_button_construct(GtkButton* button, char* label)

with label possibly being null.

I don't think there's a need to have several constructors here.

-- 
					Guillaume.
					http://www.worldnet.fr/~glaurent



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