Re: GtkNotebook::set_group dilemma
[email protected] (Elizabeth M Smith)
| Newsgroups | php.gtk.dev |
|---|---|
| Message-ID | <[email protected]> |
Elizabeth M Smith wrote: > In 2.12 they deprecated the set_group_id and instead added a set_group. > gtk_notebook_set_group then needs a gpointer passed to identify a group > - usually this is a const char[] in the code that I've seen - a string > identifier. Gah, this is what happens when sending before proofreading - usually this is a static gpointer var = "mystring" in the code I've seen... doing two things at once is not always a good thing