Re: GtkList problem solved



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]