Re: quarks

2008-09-01 Thread Martin (OpenGeoMap)
hi: On Mon, Sep 01, 2008 at 02:20:35AM -0300, Martin (OpenGeoMap) wrote: hi!, Someone knows like quarks works in glib. I suppose quarks is a pun on atoms that is so often used as a lingo for som small item. Like atoms in X. I can not find the source code, only the header.

Re: quarks

2008-09-01 Thread Brian J. Tarricone
On Mon, 01 Sep 2008 02:20:35 -0300 Martin (OpenGeoMap) wrote: Someone knows like quarks works in glib. I can not find the source code, only the header. Itś suppose we don need free the string inside a static string of a quarks. But how is that???. Where is the string saved?. The

Re: quarks

2008-09-01 Thread Martin (OpenGeoMap)
Brian J. Tarricone escribió: On Mon, 01 Sep 2008 02:20:35 -0300 Martin (OpenGeoMap) wrote: Someone knows like quarks works in glib. I can not find the source code, only the header. Itś suppose we don need free the string inside a static string of a quarks. But how is that???. Where is

Re: [semi-OT] dependencies libraries

2008-09-01 Thread Gabriele Greco
On Sun, Aug 31, 2008 at 10:46 AM, Brian J. Tarricone [EMAIL PROTECTED]wrote: for example: if i develop with gtk 2.12 (but i can do the same reasoning with any other library) how can i do to know if i used (or not) new functions/classes introduced on that version? (of course without look

libgnomedb3.0: WARNING **: could expand into list of field

2008-09-01 Thread paragasu
i am very new into this gtk and libgnomedb. this is my first attempt write one, i have one function. [snip] GtkWidget *page_1(GdaConnection *conn) { GtkWidget *vbox; GdaQuery *query; GdaDict *dict = gda_dict_new(); gda_dict_set_connection(dict, conn);

Re: quarks

2008-09-01 Thread Mike
http://library.gnome.org/devel/glib/stable/glib-Quarks.html The link works. Is this some kind of weird joke? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: quarks

2008-09-01 Thread Martin (OpenGeoMap)
hi: Quark strings are static and should not be freed. You don't free them. glib does not free them either. When the process dies they are automatically freed. That's all. Just don't worry about them. But then i can imaging we can not abuse of that kind of types. thank you. behdad

Re: g_signal_emit()

2008-09-01 Thread dhk
dhk wrote: Kristian Rietveld wrote: On Sun, Aug 31, 2008 at 2:08 PM, dhk [EMAIL PROTECTED] wrote: I have two callback functions. The first for when a cell in a treeview gets edited and the second for when the tab key is pressed. The first works fine. In the second, I want to emit the

Re: How to center vbox inside full screen window

2008-09-01 Thread Dov Grobgeld
Both GtkImage and GtkLabel are subclasses of GtkMisc, which means that you can set their alignments through the GtkMisc methods. Thus after after packing them together, set the yalignment of the image to 1.0 and the yalignment of the label to 0.0 (default for both are 0.5) and you should be ok.

Re: libgnomedb3.0: WARNING **: could expand into list of field

2008-09-01 Thread paragasu
i am sorry, maybe this email should go to gnome-db list. but, i can help but to continue use this thread for this time. But i come accross another problem. It compile, but now give critical error. I try to check what is wrong and tried to search using google but return no result. so, again i have

Re: increase cell height in a GtkTreeView

2008-09-01 Thread Nicolas SOUBEIRAN
Kristian Rietveld a écrit : (Apologies for such a late reply, I hope it is still of use). On Fri, Aug 1, 2008 at 11:37 AM, Nicolas Soubeiran [EMAIL PROTECTED] wrote: Hi all, I need to create a treeview with a column which displays a pixbuf that becomes bigger when the user hovers the row.

Re: quarks

2008-09-01 Thread Martin (OpenGeoMap)
G Hasse wrote: On Mon, Sep 01, 2008 at 09:16:14AM +0200, Martin (OpenGeoMap) wrote: hi: On Mon, Sep 01, 2008 at 02:20:35AM -0300, Martin (OpenGeoMap) wrote: hi!, Someone knows like quarks works in glib. I suppose quarks is a pun on atoms that is so often