#include <gtk/gtkdialog.h>
#include <alp/progress.h>
#include <alp/progresswidget.h>
Go to the source code of this file.
Data Structures | |
| struct | _AlpProgressDialog |
| ALP Progress Dialog Instance. More... | |
| struct | _AlpProgressDialogClass |
| ALP Progress Dialog Class. More... | |
AlpProgressDialog | |
| #define | ALP_IS_PROGRESS_DIALOG(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), ALP_TYPE_PROGRESS_DIALOG)) |
| #define | ALP_IS_PROGRESS_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), ALP_TYPE_PROGRESS_DIALOG)) |
| #define | ALP_PROGRESS_DIALOG(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), ALP_TYPE_PROGRESS_DIALOG, AlpProgressDialog)) |
| #define | ALP_PROGRESS_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), ALP_TYPE_PROGRESS_DIALOG, AlpProgressDialogClass)) |
| #define | ALP_PROGRESS_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), ALP_TYPE_PROGRESS_DIALOG, AlpProgressDialogClass)) |
| #define | ALP_TYPE_PROGRESS_DIALOG (alp_progress_dialog_get_type ()) |
| typedef _AlpProgressDialog | AlpProgressDialog |
| typedef _AlpProgressDialogClass | AlpProgressDialogClass |
| GType | alp_progress_dialog_get_type (void) G_GNUC_CONST |
| get_type method for AlpProgressDialog. | |
Compatibility Macros (not recommended for new code) | |
| #define | alp_progress_dialog_add_button(d, t, id) alp_progress_add_button(ALP_PROGRESS(d),(t),(id)) |
| #define | alp_progress_dialog_add_widget(d, c) alp_progress_add_widget(ALP_PROGRESS(d),(c)) |
| #define | alp_progress_dialog_box_new() alp_progress_widget_new() |
| #define | alp_progress_dialog_box_new_with_widgets(f,) alp_progress_widget_new_with_widgets(f, ## __VA_ARGS__) |
| #define | ALP_PROGRESS_DIALOG_CANCEL_BUTTON ALP_PROGRESS_CANCEL_BUTTON |
| #define | alp_progress_dialog_get_image(d) alp_progress_get_image(ALP_PROGRESS(d)) |
| #define | alp_progress_dialog_get_label(d) alp_progress_get_label(ALP_PROGRESS(d)) |
| #define | alp_progress_dialog_get_pbar(d) alp_progress_get_pbar(ALP_PROGRESS(d)) |
| #define | alp_progress_dialog_get_secondary(d) alp_progress_get_secondary(ALP_PROGRESS(d)) |
| #define | alp_progress_dialog_image_set_from_animation(d, a) alp_progress_image_set_from_animation(ALP_PROGRESS(d), (a)) |
| #define | alp_progress_dialog_image_set_from_file(d, f) alp_progress_image_set_from_file(ALP_PROGRESS(d),(f)) |
| #define | alp_progress_dialog_image_set_from_pixbuf(d, p) alp_progress_image_set_from_pixbuf(ALP_PROGRESS(d),(p)) |
| #define | alp_progress_dialog_image_set_from_stock(d, s) alp_progress_image_set_from_stock(ALP_PROGRESS(d), (s)) |
| #define | ALP_PROGRESS_DIALOG_LABEL ALP_PROGRESS_LABEL |
| #define | alp_progress_dialog_label_format_markup(d, f,) alp_progress_label_format_markup(ALP_PROGRESS(d),f, ## __VA_ARGS__) |
| #define | alp_progress_dialog_label_format_text(d, f,) alp_progress_label_format_text(ALP_PROGRESS(d),f, ## __VA_ARGS__) |
| #define | alp_progress_dialog_label_set_text(d, t) alp_progress_label_set_text(ALP_PROGRESS(d),(t)) |
| #define | ALP_PROGRESS_DIALOG_PBAR ALP_PROGRESS_PBAR |
| #define | alp_progress_dialog_pbar_format_text(d, f,) alp_progress_pbar_format_text(ALP_PROGRESS(d), f, ## __VA_ARGS__) |
| #define | alp_progress_dialog_pbar_pulse(d) alp_progress_pbar_pulse(ALP_PROGRESS(d)) |
| #define | alp_progress_dialog_pbar_set_fraction(d, f) alp_progress_pbar_set_fraction(ALP_PROGRESS(d),(f)) |
| #define | alp_progress_dialog_pbar_set_pulse_step(d, f) alp_progress_pbar_set_pulse_step(ALP_PROGRESS(d),(f)) |
| #define | alp_progress_dialog_pbar_set_text(d, t) alp_progress_pbar_set_text(ALP_PROGRESS(d),(t)) |
| #define | ALP_PROGRESS_DIALOG_SECONDARY ALP_PROGRESS_SECONDARY |
| #define | alp_progress_dialog_secondary_format_markup(d, f,) alp_progress_secondary_format_markup(ALP_PROGRESS(d),f, ## __VA_ARGS__) |
| #define | alp_progress_dialog_secondary_format_text(d, f,) alp_progress_secondary_format_text(ALP_PROGRESS(d),f, ## __VA_ARGS__) |
| #define | alp_progress_dialog_secondary_set_text(d, t) alp_progress_secondary_set_text(ALP_PROGRESS(d),(t)) |
| #define | alp_progress_dialog_set_title(dialog, title) gtk_window_set_title (GTK_WINDOW(dialog), (title)) |
| AlpProgressDialog Defines. | |
Functions | |
| GtkWidget * | alp_progress_dialog_get_widget (AlpProgressDialog *dialog) |
| Return widget pointer of AlpProgressWidget that is embedded in the given AlpProgressDialog. | |
| GtkWidget * | alp_progress_dialog_new (GtkWindow *parent) |
| Create a new AlpProgressDialog and place in a created dialog window. | |
| GtkWidget * | alp_progress_dialog_new_with_widgets (GtkWindow *parent, GtkWidget *first_widget,...) |
| Create an AlpProgressDialog with a dialog window using list of widgets. | |
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.