GNOME Bugzilla – Bug 312408
Functionality missing in TextView
Last modified: 2009-08-15 18:40:50 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:
Created attachment 50150 [details] [review] TextView patch
Added Java method for gtk_text_view_get_line_yrange(...), which was also unwrapped. Updated patch attached
Created attachment 50173 [details] [review] New wrapped methods for TextView
Created attachment 50175 [details] [review] Updated patch Added bufferToWindowCoords(...) method
Created attachment 50193 [details] [review] bugfix from previous patch Fixed NullPointerException bug in earlier patch
I've applied this patch with a small amount of changes. Thanks!