Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
FAQ pointer q
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Shane, post: 2498003"] gtk_entry_get_text () gchar* gtk_entry_get_text (GtkEntry *entry); Retrieve the contents of the entry widget. The returned pointer points to internally allocated storage in the widget and must not be freed, modified or stored. For this reason, this function is deprecated. Use gtk_editable_get_chars() instead. entry : a GtkEntry. Returns : the pointer the the contents of the text widget as a string. -- Bender: Fine. I'll go build my own lunar lander! With blackjack! And hookers! In fact, forget the lunar lander and the blackjack! Ah, screw the whole thing. blog: [URL]http://shanes.dyndns.org[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
FAQ pointer q
Top