Gdk 3.4.1

2013-07-21 Thread Chris Sparks
. 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 appreciated. chris

Re: Event Mask Question

2012-05-14 Thread Chris Sparks
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/mailman/listinfo

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 being used for

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 DeKorte

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 in

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 have to