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/gtkcellrenderer.h>
#include "gtk/gui.h"
Go to the source code of this file.
Data Structures | |
struct | _GtkCellRendererProgress |
struct | _GtkCellRendererProgressClass |
Defines | |
#define | USING_CUSTOM_TYPE_CELL_RENDERER_PROGRESS |
#define | GTK_TYPE_CELL_RENDERER_PROGRESS (gtk_cell_renderer_get_type ()) |
#define | GTK_CELL_RENDERER_PROGRESS(obj) |
Typedefs | |
typedef _GtkCellRendererProgress | GtkCellRendererProgress |
typedef _GtkCellRendererProgressClass | GtkCellRendererProgressClass |
typedef _GtkCellRendererProgressPriv | GtkCellRendererProgressPriv |
Functions | |
GtkType | gtk_cell_renderer_progress_get_type (void) G_GNUC_CONST |
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 |
|
Value: (G_TYPE_CHECK_INSTANCE_CAST ((obj), \ GTK_TYPE_CELL_RENDERER_PROGRESS, GtkCellRendererProgress)) |
|
|
|
|
|
|
|
|
|
|
|
Register the new type 'gtk_cell_renderer_progress' with the GTK type system and return the unique integer id associated with this type.
|
|
gtk_cell_renderer_progress_new Create a new cell renderer progress bar ready to stuff in a treeview.
|