Page 1 of 1
Is It Possible to Scroll a Dialog?
Posted: Fri Jun 13, 2008 12:31 pm
by xProgrammer
Hi Antonio
Is it possible to scroll a DIALOG? Rather like you can do in an internet browser.
Thanks
Doug
(xProgrammer)
Posted: Fri Jun 13, 2008 11:45 pm
by Antonio Linares
Doug,
We know how to do it in Windows.
We need to learn about it in Linux. A possible solution could be to modify the top position of each control, though it may be slow.
Posted: Sat Jun 14, 2008 7:37 am
by xProgrammer
Posted: Sat Jun 14, 2008 8:21 am
by Antonio Linares
Doug,
Thanks for that very valuable info, specially:
http://www.gtk.org/tutorial1.2/gtk_tut-10.html
(refer section 10.9)
Besides that, FiveLinux Class TWBrowse implements scrolling too. It may help us too