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 312408 - Functionality missing in TextView
Functionality missing in TextView
Status: VERIFIED FIXED
Product: java-gnome
Classification: Bindings
Component: GTK
mainline
Other All
: Normal normal
: ---
Assigned To: Ismael Juma
Ismael Juma
Depends on:
Blocks:
 
 
Reported: 2005-08-02 20:39 UTC by Adam Jocksch
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
TextView patch (2.81 KB, patch)
2005-08-02 20:40 UTC, Adam Jocksch
none Details | Review
New wrapped methods for TextView (4.10 KB, patch)
2005-08-03 14:28 UTC, Adam Jocksch
none Details | Review
Updated patch (5.02 KB, patch)
2005-08-03 15:07 UTC, Adam Jocksch
none Details | Review
bugfix from previous patch (5.07 KB, patch)
2005-08-03 19:16 UTC, Adam Jocksch
none Details | Review

Description Adam Jocksch 2005-08-02 20:39:27 UTC
Please describe the problem:
the gtk_text_view_set_border_window_size, gtk_text_view_get_window(int type), 
gtk_text_view_get_border_window_size, and gtk_text_view_get_window_type methods  
don't have java counterparts. I've attached a patch file with an implementation 
of these methods. 

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Adam Jocksch 2005-08-02 20:40:01 UTC
Created attachment 50150 [details] [review]
TextView patch
Comment 2 Adam Jocksch 2005-08-03 14:27:52 UTC
Added Java method for gtk_text_view_get_line_yrange(...), which was also 
unwrapped. Updated patch attached 
Comment 3 Adam Jocksch 2005-08-03 14:28:39 UTC
Created attachment 50173 [details] [review]
New wrapped methods for TextView
Comment 4 Adam Jocksch 2005-08-03 15:07:16 UTC
Created attachment 50175 [details] [review]
Updated patch

Added bufferToWindowCoords(...) method
Comment 5 Adam Jocksch 2005-08-03 19:16:57 UTC
Created attachment 50193 [details] [review]
bugfix from previous patch

Fixed NullPointerException bug in earlier patch
Comment 6 Ismael Juma 2005-08-08 16:11:50 UTC
I've applied this patch with a small amount of changes. Thanks!