Re: [gtkmm] Gtk::Notebook problem



On 07 Sep 2003 21:00:31 +0300
Ioan Nicu <ioan nicu ines ro> wrote:

> On Sun, 2003-09-07 at 20:25, Simon Fuhrmann wrote:
> 
> > Then propably the Gtk::Notebook is not what you want. Use buttons to
> > force the TextView load new content. Or use a list and put in the names
> > of all your files you want to edit. That would possibly be nicer if there
> > are a lot of open files.
> > 
> > Regards.
> 
> That's a nice idea. Thanks. Maybe I'll try that... That will do the job.
> 
> Although I wanted to have the kind of GUI that gedit has. I wonder if it
> is possible to add multiple widgets on the tab of a Notebook page, for
> example a tab_label and a button ( a 'close' button). I guess not...
> 

Gtk::Notebook::append_page  (  Widget&     child, Widget&    tab_label);

The tab_label can be any widget, for example a vbox.

---
Daniel Sundberg
http://sumpan.com

  
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
> 



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