package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val virtual obj : [> `messagedialog ] Gobject.obj
method set_message_type : message_dialog_props -> GtkEnums.message_type -> unit
method set_secondary_text : 'a -> string -> unit
method set_secondary_use_markup : 'a -> bool -> unit
method set_text : 'a -> string -> unit
method set_use_markup : 'a -> bool -> unit
method message_type : 'a -> GtkEnums.message_type
method secondary_text : 'a -> string
method secondary_use_markup : 'a -> bool
method text : 'a -> string
method use_markup : 'a -> bool