index
gtk-- homepage
Description:
Gtk_ProgressBar
#include
<gtk--/progressbar.h>
Base classes:
Gtk_Progress
Properties:
Name
Type
Get
Set
Description
bar_style
GtkProgressBarStyle
 
orientation
GtkProgressBarOrientation
 
blocks
guint
 
in_block
gint
 
activity_pos
gint
 
activity_step
guint
 
activity_blocks
guint
 
activity_dir
guint:1
Public member index:
Gtk_ProgressBar
(
const
Gtk_Adjustment
&
adjustment
);
void
set_bar_style
(
GtkProgressBarStyle
style
);
void
set_discrete_blocks
(
guint
blocks
);
void
set_activity_step
(
guint
step
);
void
set_activity_blocks
(
guint
blocks
);
void
set_orientation
(
GtkProgressBarOrientation
orientation
);
Gtk_ProgressBar
();
Gtk_ProgressBar
(
GtkProgressBar
*
castitem
);
GtkProgressBar
*
gtkobj
();
const
GtkProgressBar
*
gtkobj
()
const
;
static
bool
isGtkProgressBar
(
Gtk_Object
*
checkcast
);
Protected member index:
virtual
void
*
get_parent_class
();
Private member index:
GtkType
get_type
();
Public member details:
Protected member details:
Private member details:
Examples:
(pages generated by
PERCEPS
-script.)