package lablgtk3

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

@gtkdoc gtk GtkColorButton

  • since GTK 2.4
inherit button_skel
val obj : 'a Gtk.obj
method alpha : int
method set_alpha : int -> unit
method color : Gdk.color
method set_color : Gdk.color -> unit
method rgba : Gdk.rgba
method set_rgba : Gdk.rgba -> unit
method show_editor : bool
method set_show_editor : bool -> unit
method title : string
method set_title : string -> unit
method use_alpha : bool
method set_use_alpha : bool -> unit
method connect : color_button_signals