GtkText.ViewSourceinclude module type of struct include GtkTextProps.TextView endval make_params :
cont:(([> `textview ] as 'a) Gobject.param list -> 'b) ->
'a Gobject.param list ->
?editable:bool ->
?cursor_visible:bool ->
?justification:GtkEnums.justification ->
?wrap_mode:GtkEnums.wrap_mode ->
?accepts_tab:bool ->
'bval scroll_to_mark :
[> `textview ] Gtk.obj ->
Gtk.text_mark ->
float ->
bool ->
float ->
float ->
unitval scroll_to_iter :
[> `textview ] Gtk.obj ->
Gtk.text_iter ->
float ->
bool ->
float ->
float ->
boolval buffer_to_window_coords :
[> `textview ] Gtk.obj ->
Gtk.Tags.text_window_type ->
int ->
int ->
int * intval window_to_buffer_coords :
[> `textview ] Gtk.obj ->
Gtk.Tags.text_window_type ->
int ->
int ->
int * intval add_child_at_anchor :
[> `textview ] Gtk.obj ->
[> `widget ] Gtk.obj ->
Gtk.text_child_anchor ->
unitval add_child_in_window :
[> `textview ] Gtk.obj ->
[> `widget ] Gtk.obj ->
Gtk.Tags.text_window_type ->
int ->
int ->
unit