[gtkmm] Porting guide additions
- From: "Meier, Elke" <elke meier sysde eads net>
- To: gtkmm-list gnome org
- Subject: [gtkmm] Porting guide additions
- Date: Fri, 16 Aug 2002 09:37:06 +0200
Hi guys,
We recently ported to Gtkmm 2 and I found a few simple things missing from
the porting guide:
o change Gtk::Widget::set_usize() to Gtk::Widget::set_size_request()
o change Gtk::Notebook::set_page(int) to Gtk::Notebook::set_curent_page(int)
o use the new enums for Gtk::Box and Gtk::Table attach options
o change Gtk::Text to Gtk::TextView
o MenuList now contains MenuItem & instead of MenuItem * (change
menuList[i]->xx to menuList[i].xx)
I haven't looked at the sources, so I couldn't create a patch myself.
Cheers,
Elke
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]