Common Window Functions
[Windows]


Files

file  gnc-window.h
 Functions that are supported by all types of windows.

Data Structures

struct  GncWindowIface

Defines

#define GNC_TYPE_WINDOW   (gnc_window_get_type ())
#define GNC_WINDOW(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), GNC_TYPE_WINDOW, GncWindow))
#define GNC_IS_WINDOW(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), GNC_TYPE_WINDOW))
#define GNC_WINDOW_GET_IFACE(o)   (G_TYPE_INSTANCE_GET_INTERFACE ((o), GNC_TYPE_WINDOW, GncWindowIface))

Typedefs

typedef GncWindow GncWindow

Functions

GType gnc_window_get_type (void)
GtkWindow * gnc_window_get_gtk_window (GncWindow *window)
void gnc_window_update_status (GncWindow *window, GncPluginPage *page)
void gnc_window_set_status (GncWindow *window, GncPluginPage *page, const gchar *message)
void gnc_window_set_progressbar_window (GncWindow *window)
GncWindowgnc_window_get_progressbar_window (void)
void gnc_window_show_progress (const char *message, double percentage)


Generated on Thu Jul 3 05:07:20 2008 for GnuCash by  doxygen 1.5.2