package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

@gtkdoc gtk GtkEditable

method changed : callback:(unit -> unit) -> GtkSignal.id
method delete_text : callback:(start:int -> stop:int -> unit) -> GtkSignal.id
method insert_text : callback:(string -> pos:int ref -> unit) -> GtkSignal.id