package ocgtk

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

Module Gtk.Label

class type label_t = object ... end
class label : [ `label | `widget | `initially_unowned | `object_ ] Gobject.obj -> label_t
val new_ : string option -> label_t
val new_with_mnemonic : string option -> label_t