include/alp/progresswidget.h File Reference


Detailed Description

ALP Progress Widget API.

#include <gtk/gtkvbox.h>
#include "alp/progress.h"

Go to the source code of this file.

Data Structures

struct  _AlpProgressWidget
 ALP Progress Widget Instance. More...
struct  _AlpProgressWidgetClass
 ALP Progress Widget Class. More...

AlpProgressWidget

#define ALP_IS_PROGRESS_WIDGET(object)   (G_TYPE_CHECK_INSTANCE_TYPE ((object), ALP_TYPE_PROGRESS_WIDGET))
#define ALP_IS_PROGRESS_WIDGET_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), ALP_TYPE_PROGRESS_WIDGET))
#define ALP_PROGRESS_WIDGE_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), ALP_TYPE_PROGRESS_WIDGET, AlpProgressWidgetClass))
#define ALP_PROGRESS_WIDGET(object)   (G_TYPE_CHECK_INSTANCE_CAST ((object), ALP_TYPE_PROGRESS_WIDGET, AlpProgressWidget))
#define ALP_PROGRESS_WIDGET_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), ALP_TYPE_PROGRESS_WIDGET, AlpProgressWidgetClass))
#define ALP_TYPE_PROGRESS_WIDGET   (alp_progress_widget_get_type ())
typedef _AlpProgressWidget AlpProgressWidget
typedef _AlpProgressWidgetClass AlpProgressWidgetClass
GType alp_progress_widget_get_type (void) G_GNUC_CONST
 get_type method for AlpProgressWidget.

Functions

GtkWidget * alp_progress_widget_new (void)
 Create a new AlpProgressWidget.
GtkWidget * alp_progress_widget_new_with_widgets (GtkWidget *first_widget,...)
 Create an AlpProgressWidget using a list of widgets.


Generated on Wed Jul 30 07:06:40 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.