| View previous topic :: View next topic |
| Author |
Message |
Towd
Joined: 24 Jul 2006 Posts: 6
|
Posted: Mon Jul 24, 2006 8:41 pm Post subject: How i get text from gtktextbuffer |
|
|
firts sorry my bad english...
i need get a text from a gtktextbuffer but i dont know how i do this.
somebody can help me?
i am a beginner in php-gtk but i use php (in web aplications) at last 3 years |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Tue Jul 25, 2006 1:04 am Post subject: |
|
|
| Code: | get_text(GtkTextIter $start, GtkTextIter $end, [$include_hidden_chars]);
get_start_iter();
get_end_iter(); |
|
|
| Back to top |
|
 |
Towd
Joined: 24 Jul 2006 Posts: 6
|
Posted: Tue Jul 25, 2006 4:09 pm Post subject: Thanks, gracias, obrigado ^^ |
|
|
thanks my friend, this work very very nice.
again sorry my english  |
|
| Back to top |
|
 |
|