module LinkButton:sig..end
include GtkButtonProps.LinkButton
val create : string -> [> `linkbutton ] Gtk.objval create_with_label : string -> string -> [> `linkbutton ] Gtk.objval set_uri_hook : ([> `linkbutton ] Gtk.obj -> string -> unit) -> unit