gtknotebook & pixmap

2002-02-28 Thread mrzali
How i want to attach pixmap into gtk-notebook-tab? As far i know we can only set label on it. Any suggestion. Thanks, mr_zali ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: gtknotebook & pixmap

2002-02-28 Thread Neil Bird
Around about 28/02/02 09:48, mrzali scribbled ... > How i want to attach pixmap into gtk-notebook-tab? > As far i know we can only set label on it. > Any suggestion. Do it in glade! Here's an edited example of how glade does it: notebook1 = gtk_notebook_new (); empty_notebook_page

Re: gtknotebook & pixmap

2002-02-28 Thread mrzali
  Actually i want to put pixmap on the "label" (tittle of the tab).   Neil Bird wrote: Around about 28/02/02 09:48, mrzali scribbled ... > How i want to attach pixmap into gtk-notebook-tab? > As far i know we can only set label on it. > Any suggestion.    Do it in glade!    Here's an edited examp

Re: gtknotebook & pixmap

2002-03-01 Thread Neil Bird
Around about 01/03/02 01:15, mrzali scribbled ... > Actually i want to put pixmap on the "label" (tittle of the tab). Erm - what do you /think/ the following line does, then? > gtk_notebook_set_tab_label (GTK_NOTEBOOK (notebook1), > gtk_notebook_get_nth_page (GTK_NOTEBOOK (noteboo