Re: [gtk-list] what does gtk_label_get return? char**?
- From: robert havoc pennington <rhpennin midway uchicago edu>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] what does gtk_label_get return? char**?
- Date: Tue, 16 Jun 1998 23:15:09 -0500 (CDT)
IIRC it returns a gchar * (well, it returns nothing but it writes to a
gchar * variable, somewhat weirdly).
gchar * text;
gtk_label_get(label, &text); /*arg is address of the gchar * to write to*/
g_print("Text: %s\n", text);
It should probably be obvious from the source, have a look at it.
Havoc Pennington ==== http://pobox.com/~hp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]