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