AlpProgressWidget
[UI Widgets]


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.


Define Documentation

#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 Documentation

typedef struct _AlpProgressWidget AlpProgressWidget
 

typedef struct _AlpProgressWidgetClass AlpProgressWidgetClass
 


Function Documentation

GType alp_progress_widget_get_type void   ) 
 

get_type method for AlpProgressWidget.

Returns:
Returns the GType of AlpProgressWidget widget

GtkWidget* alp_progress_widget_new void   ) 
 

Create a new AlpProgressWidget.

This widget is created using the default set of child widgets.

Returns:
a newly created AlpProgressWidget

GtkWidget* alp_progress_widget_new_with_widgets GtkWidget *  first_widget,
  ...
 

Create an AlpProgressWidget using a list of widgets.

Creates an AlpProgressWidget using the list of specified widgets to populate the widget area. The list of widgets determines which widgets and in what order the widgets appear in the widget area of the AlpProgressWidget. This list is terminated with NULL parameter at the end.

Parameters:
[in] first_widget a GtkWidget to add to the widget area of the progress widget
[in] ... more widgets to add the widget area, ending with a NULL.
Returns:
The GtkWidget of the created AlpProgressWidget.
Example:
Create an AlpProgressWidget with a progress bar and a primary label in the widget area.
See also:
AlpProgress, ALP_PROGRESS_LABEL, ALP_PROGRESS_SECONDARY, ALP_PROGRESS_PBAR.


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

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