Hi, why if I add: text->set_editable(1); text->set_line_wrap(0); i.e. in GTK--'s "paned.cc" example the hscrollbar isn't scrolling when I write a lot of text in one line? If I get from text hadjustment it's fields are always set to 0(.0). Why? What's wrong?? Maciek