Hi
Me again :D
I didn't make it...yet. Simply i get NULL or some rubish. I did my
structure up and down and again up and down, my variables, ... but
nothing. I get this error when i run program:
"(iao:9626): Gtk-CRITICAL **: file gtktextbuffer.c: line 1467
(gtk_text_buffer_get_text): assertion
On Mon, 2005-03-28 at 11:18 +0200, stanks wrote:
> Hi
Hi,
> Saving file (problem):
> Call for gtk_text_buffer_get_iter_at_offset so i get start iter and then
> again gtk_text_buffer_get_iter_at_offset for end iter. After that
> gtk_text_buffer_get_text with already saved text buffer handle and
Hi
I am trying to get text buffer so i can save it to disk. I have found a
few examples about that, but i get NULL every time when i call
gtk_text_buffer_get_text.
My example:
Opening file:
I call gtk_text_view_new then gtk_text_view_get_buffer and i save handle
i receive from gtk_text_view_get