Re: [glade--]convert string to char *
Christof Petig <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
friman wrote:
> Hi!
> A. I'm trying to get text from text entry, by the function get_text(),
> but the return value is string, and i want to convert it to char *, how
> can i do it?
get_text().c_str() (hey, that's basics)
> B. where can i find a full list of the functions, of gtkmm?
Gtkmm comes with it's doku! It's really good!
Christof