Re:OOP in C (A SIMPLE BUT EASY LIBRARY. NOT USEFUL FOR Professional APP)

2011-02-18 Thread linmx0130
Hello Mike, I think your library is more simple and useful than GObject.But I only found library for windows, and RAR packages. And I couldn't find makefile! Can you provide makefile and linux binnary on google code with us? Oh,I can read Chinese. Hope to improve OOC-GCC with you. ___

Re: g_remove

2011-02-18 Thread Jaroslav Šmíd
C99 has no implicit int shits, so don't ignore compiler's warning and fix it. David Nečas: "All according to the C standard". Right, you didn't tell us which one, one could think you mean "every C standard out there". C99 is old enough to be supported by decent compilers, older standards aren

Re: interested in gtk+ project development

2011-02-18 Thread Jaroslav Šmíd
If you are currently learning C, please, learn the difference between size_t, int and long - some of glib/GTK devs didn't and because of that they use int in places where size_t is more appropriate. For example g_application_open() - quite new API and they had to mess it up by using (g)int inst

Re: gtkbuilder and combobox

2011-02-18 Thread Alexander Nagel
Am Fri, 18 Feb 2011 23:59:21 +0100 schrieb Alexander Nagel : > Hi, > > i've created a GUI with Glade and saved it as a gtkbuilder file. There > is also a combobox with a liststore as the desired model. I have > filled the liststore with column type 'gcharray' and filled it with > data. But the co

gtkbuilder and combobox

2011-02-18 Thread Alexander Nagel
Hi, i've created a GUI with Glade and saved it as a gtkbuilder file. There is also a combobox with a liststore as the desired model. I have filled the liststore with column type 'gcharray' and filled it with data. But the combobox is empty. What did i miss? regards Alex -- Alexander Nagel E-m

Re: Viewport diagonal scrolling redraw

2011-02-18 Thread Rendaw
On 02/16/2011 01:41 PM, rendaw wrote: On February 16, 2011 at 12:45 PM jcup...@gmail.com wrote: > On 16 February 2011 04:48, Rendaw wrote: > > As a side note, does gdk_window_process_updates() preserve mouse motion > > events when the MOTION_HINT mask is set? I also had motion event queuing

GLib 2.28.1

2011-02-18 Thread Matthias Clasen
GLib 2.28.1 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.28/ http://download.gnome.org/sources/glib/2.28/ 1b85b998909202c07c2def66613ae6736aac48d7a0a7c98f98967b936fe9de22 glib-2.28.1.tar.bz2 66fd85799f2b660cc99460e8d552df85fca4234a279cbf3c2c10931908a01acb glib-2.28.1.tar.gz

Re: gtk3 "migrating" document and drawing

2011-02-18 Thread Allin Cottrell
On Fri, 18 Feb 2011, Javier Jardón wrote: > On 13 February 2011 18:13, Allin Cottrell wrote: > > It seems that the section of the gtk-migrating-2-to-3 doc as > > distributed with gtk 3.0.0 is not up to date with the state of the > > drawing code in the release. For example, it still talks about >

Re: gtk3 "migrating" document and drawing

2011-02-18 Thread Javier Jardón
On 13 February 2011 18:13, Allin Cottrell wrote: > It seems that the section of the gtk-migrating-2-to-3 doc as > distributed with gtk 3.0.0 is not up to date with the state of the > drawing code in the release. For example, it still talks about > using pixmaps in the "replacement" code sections.