package lablgtk3

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

A base class for widgets with alignments and padding @gtkdoc gtk GtkMisc

inherit GObj.widget
val obj : 'a Gtk.obj
method set_xalign : float -> unit
method set_yalign : float -> unit
method set_xpad : int -> unit
method set_ypad : int -> unit
method xalign : float
method yalign : float
method xpad : int
method ypad : int