package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val virtual obj : [> `button ] Gobject.obj
method set_focus_on_click : button_props -> bool -> unit
method set_image : 'a -> GObj.widget -> unit
method set_image_position : 'a -> GtkEnums.position_type -> unit
method set_label : 'a -> string -> unit
method set_use_stock : 'a -> bool -> unit
method set_use_underline : 'a -> bool -> unit
method set_relief : 'a -> GtkEnums.relief_style -> unit
method set_xalign : 'a -> float -> unit
method set_yalign : 'a -> float -> unit
method focus_on_click : 'a -> bool
method image : 'a -> GObj.widget
method image_position : 'a -> GtkEnums.position_type
method label : 'a -> string
method use_stock : 'a -> bool
method use_underline : 'a -> bool
method relief : 'a -> GtkEnums.relief_style
method xalign : 'a -> float
method yalign : 'a -> float