Re: GTK - Horizontal Scrollbar not working
- From: Owen Taylor <otaylor redhat com>
- To: Vikram S Bartakke <vikram unm edu>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: GTK - Horizontal Scrollbar not working
- Date: Tue, 17 Dec 2002 14:12:07 -0500 (EST)
Vikram S Bartakke <vikram unm edu> writes:
Hi list,
I am writing a simple text editor for our specific application. I
want to make use of scrollbars. I could easily make work Vertical
scrollbar but not the horizontal scrollbar. So after the maximum width
of text widget, an arrow appears and the the word is shown in the next
line. I am sure this is because horizontal scrollbars functionality is
not working. I would highly appriciate if anyone can explain me how to
use horizontal scrollbars, or else send me the code snippet for the same
The old GtkText widget does not support horizontal scrolling. (One
of it's many problems.) Use GTK+-2 and GtkTextView.
Regards,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]