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. I
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 do
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 t
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
> > witho
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);
query
2008/9/1 paragasu <[EMAIL PROTECTED]>:
> i am very new into this gtk and libgnomedb. this is my first attempt
Please post to the Gnome-Db list if your post is about Gnome-DB.
> write one, i have one
> function.
>
> [snip]
> GtkWidget *page_1(GdaConnection *conn)
> {
>GtkWidget *vbox;
>
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.
behdad
Martin (OpenGeoMap) wrote:
> Brian J. Tarricone escribió:
>> On Mon, 01 Sep 2008 02:20:35
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
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
M
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 "edi
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.
Se
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
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.
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
14 matches
Mail list logo