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-23 Thread Chris Sparks
://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, I have been search and search for an answer to my dilemma so I thought I'd post a question here

Gdk 3.4.1

2013-07-20 Thread Chris Sparks
nightmare. However, I have been noticing that I am not getting any Expose events even though my app is looking at all events. (Via ALL_EVENTS_MASK). Has Expose events been deprecated? I noticed Client Events have changed too and I have to deal with that one too. Any help greatly appreciat

Re: Event Mask Question

2012-05-14 Thread Chris Sparks
#x27;t get these events any more. I am guessing I am going to be forced to use Cairo and I don't know where a good source for learning Cairo is. Chris Sparks ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/m

Event Mask Question

2012-05-02 Thread Chris Sparks
Hello, I have been rehosting software that I have written a while back to version 2.18.1 of GTK/GDK. Specifically my code uses GDK. I have noticed that when I select an Event Mask to be passed to the API that my choices get overwritten by another set, completely not what I picked. I did a

Re: C vs C++ for GTK

2007-11-24 Thread Chris Sparks
Not trying to start a language flame war but I always prefer Ada. And no it hasn't gone away either! ;-) Chris > Patrick wrote: > >> is C++ to complicated? >> > C++ is more complex than C, and thus harder to fully understand. > > >> Is C going out of date? >> > No, it's still be

Re: drawing to textview's gdk_window

2007-06-08 Thread Chris Sparks
Luka, Sounds like an expose event needs to be signaled. I use GDK only and not GTK so I am not sure how much of GTK is doing event processing. Chris > Hello. I'm trying to draw a rectangle of a textview's background > GdkWindow. First I get the gdk_window of the textview and and then try > ot

Re: Simple draw question

2007-05-05 Thread Chris Sparks
I have been able, using GDK, to draw while entering and leaving. One example could be in trying to create a highlight effect as you enter a window. Chris Kevin DeKorte wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Cédric Lucantis wrote: > >> Le samedi 5 mai 2007 00:48, Kevin D

Re: Libraries and Mingw

2007-03-05 Thread Chris Sparks
Are you sure it isn't a path problem? Chris > Hello, > > Altought I know this is not a glib/gtk problem, I also know that > there is valuable people on this list that are used to compile with the > autotools and mingw that might point my errors. > > As I use the same code for my programs, I create

Re: Trying to make some workaround for win32 + gtk + threads bug

2006-09-11 Thread Chris Sparks
One approach could be to have a GTK thread that handles all other thread's GTK calls, like an X Server. Not trivial but you could isolate the choice for commands that you'll serve. Chris Tor Lillqvist wrote: >Tomasz Jankowski writes: > > Now I want to know, what I can do with widgets created

Re: Sockets in GTK+?

2006-08-21 Thread Chris Sparks
I went looking fo rGNet and what is odd is that it says this: " It is written in C, object-oriented, and built upon GLib." C isn't object-oriented.. Chris Tristan Van Berkom wrote: >Luka Napotnik wrote: > > > >>GTK+ is a graphical library for creating UI's. For socket programming >>you h