GNOME Bugzilla – Bug 307359
[PATCH] ScrollBar support for Teminal
Last modified: 2009-08-15 18:40:50 UTC
Version details: 0.11.11 Distribution/Version: Ubuntu 64 I am starting to play with the GNOME bindings for java so I don't have that much experience. So far I haven't found a way to have a Vertical ScrollBar working with the Terminal provided by the libvte-java package without having to modify the Terminal class.
Created attachment 47639 [details] Added a method for getting the adjustment In the attachment there is a modified version of the class Terminal where I added a method to return the Adjustment (I copied the method from the Range widget). With that method it is now possible to "plug" a ScrollBar to a Terminal
Created attachment 47657 [details] [review] Patch that add the accessor getAdjustment The attached document is the patch that adds the accessor getAdjustment(). These patch differs a little bit from the main document attached previously. I have updated the formatting which wasn't too consistent in the added code.
Thanks for sending in. Raising priority to make maintainers aware of patch. Adding PATCH keyword.
Patch applied. Thanks! :)