Re: GtkList problem solved
- From: Stefan Kost <ensonic hora-obscura de>
- To: "Faria, Sydney C" <sydney faria pw utc com>
- Cc: "Gtk app devel list \(E-mail\)" <gtk-app-devel-list gnome org>
- Subject: Re: GtkList problem solved
- Date: Wed, 07 Sep 2005 14:32:46 +0200
Hi,
Faria, Sydney C schrieb:
I still have a couple of question about this widget:
1. I saw some example code creating a cell renderer as follows:
renderer = gtk_cell_renderer_text_new(<!-- -->);
this looks like some sort of formatting or an xml tag or most likely a
typo, if not a typo what is it?
This is just used in the api docs to suppress a link from the example to
the docs (which I don't know, why some docs authors prefer that). So the
real call is:
renderer = gtk_cell_renderer_text_new();
Stefan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]