[maemo-developers] Portrait Maemo app
From: Dave Neary bolsh at gnome.orgDate: Thu Jun 12 20:21:05 EEST 2008
- Previous message: Portrait Maemo app
- Next message: Portrait Maemo app
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
David Greaves wrote:
>> I mentioned gtkmm (hopefully not a sensitive topic) a moment ago - what are
>> peoples thoughts on that?
For reference, here's the same snippet in gtkmm:
Gtk::Frame frame("Checkbox")
Gtk::CheckButton check("aargh");
check.set_active(TRUE);
frame.add(check);
frame.show_all_children();
Cheers,
Dave.
--
maemo.org docsmaster
Email: dneary at maemo.org
Jabber: bolsh at jabber.org
- Previous message: Portrait Maemo app
- Next message: Portrait Maemo app
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
