Re: [gtkmm] how to close a tab in notebook with a small [x] button
- From: "B.Hakvoort" <bart hakvoort be>
- To: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: [gtkmm] how to close a tab in notebook with a small [x] button
- Date: Wed, 09 Jun 2004 10:50:22 +0200
Pack a Gtk::Button and a Gtk::Label in a Gtk::HBox and use
append_page(<widget_inside_page>,<the_HBox_i_mentioned>) to add the
page. The callback you connected to the singal_clicked of the button
should close the page by calling Gtk::NoteBook.pages().erase (iterator)
( something like this, too lazy to look for exact syntax :P )
grtz,
Bart
On Wed, 2004-06-09 at 10:30, cedric wrote:
> Hi !
>
> i would like to make it possible to close a tab by clicking on a [x]
> button but i didn't find how to do it.
> There is nothing into the API of GTKMM about this.
>
> So if you know how to do that , could you help me pls ?
>
> thanks !
>
>
> _______________________________________________
> 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]