Re: Task list for gnome-libs-1.0



On Mon, 23 Nov 1998, Federico Mena Quintero wrote:

> Hello, guys
> 
> I have put up the list of things that need to be done before we can
> freeze gnome-libs-1.0.  Please take a look and begin hacking! :-)
> 
> 	http://www.gnome.org/devel/gnome-libs-task-list.shtml
> 
>   Federico

Just some few comments:

>>>>
gnome-dialog: OK. [...] Provide a way to add buttons with icons that
are not stock buttons. 
<<<<

Good idea - perhaps I can do this, I also need this for GTop.

>>>>
gnome-mdi: OK, although several people think it is a bit painful to have
to derive widgets in order to MDI-ify applications. 
<<<<

What about adding something like a general GnomeMDIContainerChild widget
and the init function gnome_mdi_container_child_new () taking a
GnomeUIInfo for the Menu and a widget to use inside ?

This would allow people to use some code like this:

	label = gtk_label_new (_("This is a test"));

	child = gnome_mdi_container_child_new (NULL, label);

	gnome_mdi_add_child (mdi, GNOME_MDI_CHILD (page));
	gnome_mdi_add_view (mdi, GNOME_MDI_CHILD (page));

to avoid the subclassing.

Jaka, what do you think about this ?

>>>>
gtkspell: Keep it around until it gets Baboon-ified. 
<<<<

You mean we should not baboon-ify it for 1.0 ? Well, there's a lot
of other stuff to do, perhaps it's really best to leave this untouched.

Martin

-----------------------------------------------------------------
   Martin Baulig - Angewandte Mathematik - Universitaet Trier
   martin@home-of-linux.org, http://www.home-of-linux.org/
------------------------------------------------------------------



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