After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 307359 - [PATCH] ScrollBar support for Teminal
[PATCH] ScrollBar support for Teminal
Status: VERIFIED FIXED
Product: java-gnome
Classification: Bindings
Component: VTE
Not Applicable
Other Linux
: Normal normal
: ---
Assigned To: Ismael Juma
Ismael Juma
Depends on:
Blocks:
 
 
Reported: 2005-06-12 09:52 UTC by Emmanuel Rodriguez
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Added a method for getting the adjustment (19.49 KB, text/plain)
2005-06-12 10:01 UTC, Emmanuel Rodriguez
  Details
Patch that add the accessor getAdjustment (1.33 KB, patch)
2005-06-12 17:21 UTC, Emmanuel Rodriguez
none Details | Review

Description Emmanuel Rodriguez 2005-06-12 09:52:21 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.
Comment 1 Emmanuel Rodriguez 2005-06-12 10:01:43 UTC
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
Comment 2 Emmanuel Rodriguez 2005-06-12 17:21:57 UTC
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.
Comment 3 Christian Kirbach 2005-06-12 21:13:18 UTC
Thanks for sending in.
Raising priority to make maintainers aware of patch.
Adding PATCH keyword.
Comment 4 Ismael Juma 2005-06-12 23:07:51 UTC
Patch applied. Thanks! :)