KnightAR
Joined: 12 May 2006 Posts: 5
|
Posted: Tue May 16, 2006 5:37 am Post subject: GtkTextBuffer & GtkTextIter |
|
|
Ok, I'm kinda getting annoyed by this. Basicly, I want to use the "get_text()" on a textbuffer, when I do so, it gives me this error:
"PHP Fatal error: Argument 1 passed to GtkTextBuffer::get_text() must be an object of class GtkTextIter", However, When I try to do make a GtkTextIter, it gives me this error: "PHP Fatal error: Class GtkTextIter cannot be instantiated directly". Is there another way around this issue to use get_text?
Thanks again!
Note: Nevermind ... I got it. Used get_start_iter() and get_end_iter() to get the GtkTextIter.
- KnightAR |
|