package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Info_bar/class-info_bar/index.html

Class Info_bar.info_bar

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
method on_close : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_response : ?after:bool -> callback:(response_id:int -> unit) -> unit -> Gobject.Signal.handler_id
method add_action_widget : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> int -> unit
method add_button : string -> int -> Ocgtk_gtk__.GButton.button_t
method add_child : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> unit
method get_message_type : unit -> Ocgtk_gtk__.Gtk_enums.messagetype
method get_revealed : unit -> bool
method get_show_close_button : unit -> bool
method remove_action_widget : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> unit
method remove_child : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> unit
method response : int -> unit
method set_default_response : int -> unit
method set_message_type : Ocgtk_gtk__.Gtk_enums.messagetype -> unit
method set_response_sensitive : int -> bool -> unit
method set_revealed : bool -> unit
method set_show_close_button : bool -> unit
method as_info_bar : Ocgtk_gtk__.Info_bar.t