GnuCash  5.6-133-gc519490283+
Files | Data Structures | Macros | Functions
Common Window Functions

Files

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

Data Structures

struct  _GncWindowInterface
 

Macros

#define GNC_TYPE_WINDOW   (gnc_window_get_type ())
 

Functions

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)
 
GncWindow * gnc_window_get_progressbar_window (void)
 
GtkWidget * gnc_window_get_progressbar (GncWindow *window)
 
void gnc_window_show_progress (const char *message, double percentage)
 
GtkWidget * gnc_window_get_menubar (GncWindow *window)
 
GtkWidget * gnc_window_get_toolbar (GncWindow *window)
 
GtkWidget * gnc_window_get_statusbar (GncWindow *window)
 
GMenuModel * gnc_window_get_menubar_model (GncWindow *window)
 
GtkAccelGroup * gnc_window_get_accel_group (GncWindow *window)
 

Detailed Description