GText.view_skelSourceWidget that displays a GText.buffer @gtkdoc gtk GtkTextView
inherit GObj.widgetval obj : 'a Gtk.objmethod as_view : Gtk.text_view Gtk.objmethod add_child_at_anchor : GObj.widget -> child_anchor -> unitmethod add_child_in_window : child:GObj.widget ->
which_window:Gtk.Tags.text_window_type ->
x:int ->
y:int ->
unitmethod backward_display_line : iter -> boolmethod backward_display_line_start : iter -> boolmethod buffer : buffermethod buffer_to_window_coords : tag:Gtk.Tags.text_window_type ->
x:int ->
y:int ->
int * intmethod event : GObj.event_opsmethod forward_display_line : iter -> boolmethod forward_display_line_end : iter -> boolmethod get_iter_at_location : x:int -> y:int -> itermethod get_iter_location : iter -> Gdk.Rectangle.tmethod get_line_at_y : int -> iter * intmethod get_line_yrange : iter -> int * intmethod get_window : Gtk.Tags.text_window_type -> Gdk.window optionmethod get_window_type : Gdk.window -> Gtk.Tags.text_window_typemethod input_hints : GtkEnums.input_hintsmethod input_purpose : GtkEnums.input_purposemethod justification : Gtk.Tags.justificationmethod misc : GObj.misc_opsmethod move_child : child:GObj.widget -> x:int -> y:int -> unitmethod move_mark_onscreen : mark -> boolmethod move_visually : iter -> int -> boolmethod scroll_mark_onscreen : mark -> unitmethod scroll_to_iter : ?within_margin:float ->
?use_align:bool ->
?xalign:float ->
?yalign:float ->
iter ->
boolmethod scroll_to_mark : ?within_margin:float ->
?use_align:bool ->
?xalign:float ->
?yalign:float ->
mark ->
unitmethod set_buffer : buffer -> unitmethod set_input_hints : GtkEnums.input_hints -> unitmethod set_input_purpose : GtkEnums.input_purpose -> unitmethod set_justification : Gtk.Tags.justification -> unitmethod set_wrap_mode : Gtk.Tags.wrap_mode -> unitmethod starts_display_line : iter -> boolmethod visible_rect : Gdk.Rectangle.tmethod window_to_buffer_coords : tag:Gtk.Tags.text_window_type ->
x:int ->
y:int ->
int * intmethod wrap_mode : Gtk.Tags.wrap_mode