GtkProgress

GtkProgress

Base class for GtkProgressBar.

Object Hierarchy

GtkObject
`-- GtkWidget
       `-- GtkProgress

Direct subclasses

Description

GtkProgress is a base class providing methods for widgets implementing progress bar functionality. The only built-in widget using GtkProgress is GtkProgressBar.

Note that GtkProgress is an abstract class and cannot be constructed directly.

GtkProgress has been deprecated since GTK+ 2.0 and should not be used in newly written code.

Methods

set_show_text()
  Toggles progress text display.
set_text_alignment()
  Sets progress text alignment.
set_format_string()
  Sets and formats progress text.
set_adjustment()
  Sets the progress adjustment object.
configure()
  Sets the progress value parameters.
set_percentage()
  Sets the current progress percentage.
set_value()
  Sets the current progress value.
get_value()
  Gets the current progress value.
set_activity_mode()
  Toggles progress mode.
get_current_text()
  Gets the current progress text.
get_text_from_value()
  Gets progress text based on value.
get_current_percentage()
  Gets current progress percentage.
get_percentage_from_value()
  Gets progress percentage based on value.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.