CellRendererProgress
Object Hierarchy:
Gtk.CellRendererProgress
Gtk.CellRendererProgress
Gtk.CellRendererProgress
Gtk.CellRenderer
Gtk.CellRenderer
Gtk.CellRenderer->Gtk.CellRendererProgress
GLib.InitiallyUnowned
GLib.InitiallyUnowned
GLib.InitiallyUnowned->Gtk.CellRenderer
GLib.Object
GLib.Object
GLib.Object->GLib.InitiallyUnowned
Gtk.Orientable
Gtk.Orientable
Gtk.Orientable->Gtk.CellRendererProgress
Description:
[
CCode ( type_id =
"gtk_cell_renderer_progress_get_type ()" ) ]
public class CellRendererProgress :
CellRenderer ,
Orientable
CellRendererProgress renders a numeric value as a progress par in a cell.
Additionally, it can display a text on top of the progress bar.
The CellRendererProgress cell renderer was added in GTK+ 2.6.
Content:
Properties:
public bool inverted { get ; set ; }
public int pulse { get ; set ; }
Setting this to a non-negative value causes the cell renderer to enter
"activity mode", where a block bounces back and forth to indicate that some progress is made, without specifying exactly how much.
public string text { owned get ; set ; }
The "text" property determines the label which will be drawn over the
progress bar.
public float text_xalign { get ; set ; }
The "text-xalign" property controls the horizontal alignment of the
text in the progress bar.
public float text_yalign { get ; set ; }
The "text-yalign" property controls the vertical alignment of the text
in the progress bar.
public int value { get ; set ; }
The "value" property determines the percentage to which the progress
bar will be "filled in".
Creation methods:
Inherited Members:
All known members inherited from class Gtk.CellRenderer
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref
All known members inherited from interface Gtk.Orientable