Re: [glade--][glade] gtklabel probleme
Christof Petig <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
ZeMp schrieb: > Hi Bonjour, you managed to address the wrong list, this list is for C++ and glade--, the correct list would be [email protected] (no mm). If you'd sent the offending code I might be able to help you (C is a small subset of C++). Also: Make sure to code your program in UTF8 (two bytes for french non-ascii characters). > Is there a way to amke empty a label ?? gtk_label_set_text(l, ""); Christof