Gnome::Gtk4::CellRendererProgress
Table of Contents
Description§
Renders numbers as progress bars
Gnome::Gtk4::CellRendererProgress renders a numeric value as a progress par in a cell. Additionally, it can display a text on top of the progress bar.
Uml Diagram§
UNKNOWN image§
=for image :class<inline> :src<asset_files/images/plantuml/CellRendererProgress.png> :width<70\%>Class initialization§
Note: The native version of this class is deprecated in gtk4-lib() since version 4.10
new§
:native-object§
Create an object using a native object from an object of the same type found elsewhere. See also Gnome::N::TopLevelSupportClass.
multi method new ( N-Object() :$native-object! )
Code
new-cellrendererprogress§
Note: The native version of this routine is deprecated in gtk4-lib() since version 4.10
Creates a new Gnome::Gtk4::CellRendererProgress.
method new-cellrendererprogress ( --> Gnome::Gtk4::CellRendererProgress )
Code
About my projects, examples and tutorials