Re: Buttons within buttons
- From: Vanni Brutto <zanac_fake libero it>
- To: Havoc Pennington <hp redhat com>
- Cc: Richard Warren <rew primagraphics co uk>, gtk-app-devel-list gnome org
- Subject: Re: Buttons within buttons
- Date: Tue, 26 Feb 2002 19:43:19 +0100
[CUT]
So, it's probably this way for good.
Can I ask why you don't have the spin button _next_ to the button
instead of inside it?
Havoc
'cause, for example, gtk_clist_set_column_widget and
gtk_tree_view_column_set_widget do it :)
Anyway today i solved using this code (it is not a solution of course!).
/*----Warning, this does not work :-( -----*/
//gtk_clist_set_column_widget (GTK_CLIST (*clist), COL_ALBUM,
vboxAlbum);
/*----At the contrary this work :-) -------*/
GTK_CLIST(clist)->column[COL_ALBUM].button = vboxAlbum;
gtk_widget_set_parent (vboxAlbum, clist);
Indeed at the end of this thread i think that the best solution is to
update GtkCList and
GtkTreeViewColumn to destroy the button inside it and to put the widget
that the user want
to use...
byeZ!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]