package ocgtk

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

Class Progress_bar.progress_bar

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
inherit Ocgtk_gtk__.GAccessible_range.accessible_range_t
inherit Ocgtk_gtk__.GOrientable.orientable_t
method get_ellipsize : unit -> Ocgtk_pango.Pango.ellipsizemode
method get_fraction : unit -> float
method get_inverted : unit -> bool
method get_pulse_step : unit -> float
method get_show_text : unit -> bool
method get_text : unit -> string option
method pulse : unit -> unit
method set_ellipsize : Ocgtk_pango.Pango.ellipsizemode -> unit
method set_fraction : float -> unit
method set_inverted : bool -> unit
method set_pulse_step : float -> unit
method set_show_text : bool -> unit
method set_text : string option -> unit
method as_progress_bar : Ocgtk_gtk__.Progress_bar.t