package ocgtk

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

Module Wrappers.Buildable

type t = [ `buildable ] Gobject.obj
val from_gobject : 'a Gobject.obj -> t
val get_buildable_id : t -> string option

Gets the ID of the @buildable object.

`GtkBuilder` sets the name based on the ID attribute of the `<object>` tag used to construct the @buildable.