Class GText.view_skel
Widget that displays a GText.buffer @gtkdoc gtk GtkTextView
inherit GObj.widget
val obj : 'a Gtk.obj
method as_view : Gtk.text_view Gtk.objmethod accepts_tab : boolmethod 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 bottom_margin : intmethod buffer : buffermethod buffer_to_window_coords : tag:Gtk.Tags.text_window_type -> x:int -> y:int -> int * intmethod cursor_visible : boolmethod editable : boolmethod event : GObj.event_opsmethod forward_display_line : iter -> boolmethod forward_display_line_end : iter -> boolmethod get_border_window_size : [ `BOTTOM | `LEFT | `RIGHT | `TOP ] -> intmethod 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 im_module : stringmethod indent : intmethod input_hints : GtkEnums.input_hintsmethod input_purpose : GtkEnums.input_purposemethod justification : Gtk.Tags.justificationmethod left_margin : intmethod misc : GObj.misc_opsmethod monospace : boolmethod move_child : child:GObj.widget -> x:int -> y:int -> unitmethod move_mark_onscreen : mark -> boolmethod move_visually : iter -> int -> boolmethod overwrite : boolmethod pixels_above_lines : intmethod pixels_below_lines : intmethod pixels_inside_wrap : intmethod place_cursor_onscreen : unit -> boolmethod populate_all : boolmethod right_margin : intmethod scroll_mark_onscreen : mark -> unitmethod scroll_to_iter : ?within_margin:float -> ?use_align:bool -> ?xalign:float -> ?yalign:float -> iter -> bool- parameter use_align
default value is
false
method scroll_to_mark : ?within_margin:float -> ?use_align:bool -> ?xalign:float -> ?yalign:float -> mark -> unit- parameter use_align
default value is
false
- parameter use_align
default value is
false
method set_border_window_size : typ:[ `BOTTOM | `LEFT | `RIGHT | `TOP ] -> size:int -> unitmethod set_buffer : buffer -> unitmethod set_bottom_margin : int -> unitmethod set_cursor_visible : bool -> unitmethod set_editable : bool -> unitmethod set_im_module : string -> unitmethod set_indent : int -> unitmethod set_input_hints : GtkEnums.input_hints -> unitmethod set_input_purpose : GtkEnums.input_purpose -> unitmethod set_justification : Gtk.Tags.justification -> unitmethod set_left_margin : int -> unitmethod set_monospace : bool -> unitmethod set_overwrite : bool -> unitmethod set_pixels_above_lines : int -> unitmethod set_pixels_below_lines : int -> unitmethod set_pixels_inside_wrap : int -> unitmethod set_populate_all : bool -> unitmethod set_right_margin : int -> unitmethod set_top_margin : int -> unitmethod set_wrap_mode : Gtk.Tags.wrap_mode -> unitmethod starts_display_line : iter -> boolmethod top_margin : intmethod 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