Re: Gtk-Perl to Gtk2-Perl porting guide



On Sat, Apr 03, 2004 at 17:38:06 -0500, muppet wrote:
[...]
  Old Widget          Replacement
  ------------        -------------------------------------
  Gtk::CList          Gtk2::TreeView with a Gtk2::ListStore
  Gtk::CTree          Gtk2::TreeView with a Gtk2::TreeStore
  Gtk::Text           Gtk2::TextView and a Gtk2::TextBuffer
  Gtk::Pixmap         Gtk2::Image
  Gtk::Preview        Gtk2::Image
  Gtk::List           Gtk2::TreeView with a Gtk2::ListStore
  Gtk::Tree           Gtk2::TreeView with a Gtk2::ListStore
[...]

I'd suggest mentioning the Gtk2::Simple* stuff here. Rewriting
Gtk::CList or Gtk::List to Gtk2::SimpleList is a LOT easier than
rewriting to ListStore and Gtk::List and Gtk::CList could not do
anything the Gtk2::SimpleList can't.

-------------------------------------------------------------------------------
                                                 Jan 'Bulb' Hudec <bulb ucw cz>

Attachment: signature.asc
Description: Digital signature



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