Re: images inside labels

2006-01-31 Thread Brian
: Re: images inside labels devel wrote: Well, I have tried placing an image and a label inside an hbox, but no such luck. For some reason, the notebook's tab label is not showing the hbox. Its not showing anything, not even the page number. Very certain I am packing what

Re: images inside labels

2006-01-31 Thread devel
it again. Thanks all. Travis - Original Message - From: Brian [EMAIL PROTECTED] To: devel [EMAIL PROTECTED] Cc: GTK gtk-app-devel-list@gnome.org Sent: Tuesday, January 31, 2006 10:17 AM Subject: Re: images inside labels On Mon, 2006-30-01 at 17:09 -0500, devel wrote: Yes, I have been

Re: images inside labels

2006-01-31 Thread devel
[EMAIL PROTECTED] To: [EMAIL PROTECTED]; gtk-app-devel-list@gnome.org Sent: Tuesday, January 31, 2006 11:34 AM Subject: Re: images inside labels Hi there I had done something similar but adding a label+button. Below you can find the code I used. hbox2 = gtk_hbox_new (FALSE, 4

images inside labels

2006-01-30 Thread devel
I have a gtknotebook that I would like to put small images inside the tab labels. I've looked around, but haven't seen how to do that. I am willing to bet that it can't be done, but I'll just ask as a last resort. Thanks. Travis ___ gtk-app-devel-list

Re: images inside labels

2006-01-30 Thread Tristan Van Berkom
devel wrote: I have a gtknotebook that I would like to put small images inside the tab labels. I've looked around, but haven't seen how to do that. I am willing to bet that it can't be done, but I'll just ask as a last resort. Thanks. Hmmm how much you wanna bet ? heh, so do you want images

Re: images inside labels

2006-01-30 Thread devel
[EMAIL PROTECTED] To: devel [EMAIL PROTECTED] Cc: GTK gtk-app-devel-list@gnome.org Sent: Monday, January 30, 2006 12:56 PM Subject: Re: images inside labels devel wrote: I have a gtknotebook that I would like to put small images inside the tab labels. I've looked around, but haven't seen how

Re: images inside labels

2006-01-30 Thread Stefan Kost
- Original Message - From: devel [EMAIL PROTECTED] To: Tristan Van Berkom [EMAIL PROTECTED] Cc: GTK gtk-app-devel-list@gnome.org Sent: Monday, January 30, 2006 11:52 AM Subject: Re: images inside labels To answer your question, the latter of what you mentioned. I just need a small

Re: images inside labels

2006-01-30 Thread Tristan Van Berkom
Stefan Kost wrote: hi, you need to put in an event box first. the tab has no window. eventbox(hbox(icon,label)) Hmmm, are you certain of this ? I think GtkLabel is also GTK_NO_WINDOW, and is usually the type of widget for tab-label's in the notebook... I would expect this requirement to be

Re: images inside labels

2006-01-30 Thread Paul Pogonyshev
devel wrote: Well, I have tried placing an image and a label inside an hbox, but no such luck. For some reason, the notebook's tab label is not showing the hbox. Its not showing anything, not even the page number. Very certain I am packing what and where I need to. Little stumped. Thanks.

Re: images inside labels

2006-01-30 Thread devel
-devel-list@gnome.org; devel [EMAIL PROTECTED] Sent: Monday, January 30, 2006 5:03 PM Subject: Re: images inside labels devel wrote: Well, I have tried placing an image and a label inside an hbox, but no such luck. For some reason, the notebook's tab label is not showing the hbox. Its not showing