package ocgtk

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

Class Revealer.revealer

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
method get_child : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option
method get_child_revealed : unit -> bool
method get_reveal_child : unit -> bool
method get_transition_duration : unit -> int
method get_transition_type : unit -> Ocgtk_gtk__.Gtk_enums.revealertransitiontype
method set_child : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option -> unit
method set_reveal_child : bool -> unit
method set_transition_duration : int -> unit
method set_transition_type : Ocgtk_gtk__.Gtk_enums.revealertransitiontype -> unit
method as_revealer : Ocgtk_gtk__.Revealer.t