Originally found in gnome-system-monitor and imported Jan 2004. It may be useful to check for updates in the upstream version every now and then.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "gtk/gui.h"
#include "pbarcellrenderer.h"
#include "lib/glib-missing.h"
#include "lib/override.h"
Data Structures | |
struct | _GtkCellRendererProgressPriv |
Enumerations | |
enum | { PROP_0, PROP_VALUE } |
Functions | |
RCSID ("$Id:pbarcellrenderer.c, v 1.11 2005/09/11 13:27:26 daichik Exp $") | |
void | gtk_cell_renderer_progress_init (GtkCellRendererProgress *) |
Initialize the progress bar private data. | |
void | gtk_cell_renderer_progress_class_init (GtkCellRendererProgressClass *) |
Initialize the progress bar class data. | |
void | gtk_cell_renderer_progress_finalize (GObject *) |
gtk_cell_renderer_progress_finalize | |
void | gtk_cell_renderer_progress_get_property (GObject *, guint, GValue *, GParamSpec *) |
This retreives the value of a property which the object widget has. | |
void | gtk_cell_renderer_progress_set_property (GObject *, guint, const GValue *, GParamSpec *) |
gtk_cell_renderer_progress_set_property | |
void | gtk_cell_renderer_progress_get_size (GtkCellRenderer *, GtkWidget *, GdkRectangle *, gint *, gint *, gint *, gint *) |
gtk_cell_renderer_progress_get_size | |
void | gtk_cell_renderer_progress_render (GtkCellRenderer *, GdkWindow *, GtkWidget *, GdkRectangle *, GdkRectangle *, GdkRectangle *, GtkCellRendererState) |
gtk_cell_renderer_progress_render | |
GtkType | gtk_cell_renderer_progress_get_type (void) |
Register the new type 'gtk_cell_renderer_progress' with the GTK type system and return the unique integer id associated with this type. | |
GtkCellRenderer * | gtk_cell_renderer_progress_new (void) |
gtk_cell_renderer_progress_new | |
Variables | |
gpointer | parent_class |
|
|
|
Initialize the progress bar class data.
|
|
gtk_cell_renderer_progress_finalize Finalize the object.
|
|
This retreives the value of a property which the object widget has.
|
|
gtk_cell_renderer_progress_get_size Get the size of the cell here.
|
|
Register the new type 'gtk_cell_renderer_progress' with the GTK type system and return the unique integer id associated with this type.
|
|
Initialize the progress bar private data.
|
|
gtk_cell_renderer_progress_new Create a new cell renderer progress bar ready to stuff in a treeview.
|
|
gtk_cell_renderer_progress_render Physically draw the progress bar in our assigned space.
|
|
gtk_cell_renderer_progress_set_property Set a property of the given gtk_cell_renderer_progress widget.
|
|
|
|
|