package ocgtk

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

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