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. | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_type method for AlpProgressWidget.
|
|
|
Create a new AlpProgressWidget. This widget is created using the default set of child widgets.
|
|
||||||||||||
|
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.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.