package ocgtk

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

Module Gtk.Check_button

class type check_button_t = object ... end
class check_button : [ `check_button | `widget | `initially_unowned | `object_ ] Gobject.obj -> check_button_t
val new_ : unit -> check_button_t
val new_with_label : string option -> check_button_t
val new_with_mnemonic : string option -> check_button_t