Re: Gdk 3.4.1

2013-07-24 Thread Chris Sparks
Lucas Levrel wrote: If I were you, I'd ask myself: do I need Gtk 3? Some people word this as: if it works, don't fix it! Gtk 1 is still distributed. So you can bet Gtk 2 will continue to be distributed for years. Unless Gtk 3 has new capabilities useful to your software, don't migrate! I ha

Re: Gdk 3.4.1

2013-07-24 Thread Lucas Levrel
On Sat, Jul 20, 2013 at 10:52 PM, Chris Sparks wrote: > Hello, > > I have been search and search for an answer to my dilemma so I > thought I'd post a question here. If this isn't the right list, > please advise. > > I have been using Gdk 2.x for some time and decide to upgrade to Gdk

Re: Gdk 3.4.1

2013-07-23 Thread Chris Sparks
Thank you Simon. I have already seen this and since all of my coding was with Gdk only using a Gtk method means I have to redesign my software. I am not sure if I want to take that on. Chris Hi, The migration guide should help you along if you have not already found it: https://developer.gno

Re: Gdk 3.4.1

2013-07-23 Thread Simon Feltman
Hi, The migration guide should help you along if you have not already found it: https://developer.gnome.org/gtk3/3.4/gtk-migrating-2-to-3.html Specifically the expose-event signal has been replace with GtkWidget::draw. -Simon On Sat, Jul 20, 2013 at 10:52 PM, Chris Sparks wrote: > Hello, >

Gdk 3.4.1

2013-07-20 Thread Chris Sparks
Hello, I have been search and search for an answer to my dilemma so I thought I'd post a question here. If this isn't the right list, please advise. I have been using Gdk 2.x for some time and decide to upgrade to Gdk 3.x. Let me tell you that it has been and continues to be a nightmare. Ho