"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "gnucash/gnome-utils/gnc-window.h" between
gnucash-5.0.tar.bz2 and gnucash-5.1.tar.bz2

About: GnuCash is personal and small-business financial-accounting software.

gnc-window.h  (gnucash-5.0.tar.bz2):gnc-window.h  (gnucash-5.1.tar.bz2)
skipping to change at line 69 skipping to change at line 69
{ {
GTypeInterface parent; GTypeInterface parent;
/* Virtual Table */ /* Virtual Table */
GtkWindow * (* get_gtk_window) (GncWindow *window); GtkWindow * (* get_gtk_window) (GncWindow *window);
GtkWidget * (* get_statusbar) (GncWindow *window); GtkWidget * (* get_statusbar) (GncWindow *window);
GtkWidget * (* get_progressbar) (GncWindow *window); GtkWidget * (* get_progressbar) (GncWindow *window);
GtkWidget * (* get_menubar) (GncWindow *window); GtkWidget * (* get_menubar) (GncWindow *window);
GtkWidget * (* get_toolbar) (GncWindow *window); GtkWidget * (* get_toolbar) (GncWindow *window);
GMenuModel * (* get_menubar_model) (GncWindow *window); GMenuModel * (* get_menubar_model) (GncWindow *window);
GtkAccelGroup * (* get_accel_group) (GncWindow *window);
void (* ui_set_sensitive) (GncWindow *window, gboolean sensitive); void (* ui_set_sensitive) (GncWindow *window, gboolean sensitive);
} GncWindowIface; } GncWindowIface;
/* function prototypes */ /* function prototypes */
GType gnc_window_get_type (void); GType gnc_window_get_type (void);
GtkWindow *gnc_window_get_gtk_window (GncWindow *window); GtkWindow *gnc_window_get_gtk_window (GncWindow *window);
void gnc_window_update_status (GncWindow *window, GncPluginPage *page) ; void gnc_window_update_status (GncWindow *window, GncPluginPage *page) ;
void gnc_window_set_status (GncWindow *window, GncPluginPage *page, co nst gchar *message); void gnc_window_set_status (GncWindow *window, GncPluginPage *page, co nst gchar *message);
void gnc_window_set_progressbar_window (GncWindow *window); void gnc_window_set_progressbar_window (GncWindow *window);
GncWindow *gnc_window_get_progressbar_window (void); GncWindow *gnc_window_get_progressbar_window (void);
GtkWidget *gnc_window_get_progressbar (GncWindow *window); GtkWidget *gnc_window_get_progressbar (GncWindow *window);
void gnc_window_show_progress (const char *message, double percentage) ; void gnc_window_show_progress (const char *message, double percentage) ;
GtkWidget *gnc_window_get_menubar (GncWindow *window); GtkWidget *gnc_window_get_menubar (GncWindow *window);
GtkWidget *gnc_window_get_toolbar (GncWindow *window); GtkWidget *gnc_window_get_toolbar (GncWindow *window);
GtkWidget *gnc_window_get_statusbar (GncWindow *window); GtkWidget *gnc_window_get_statusbar (GncWindow *window);
GMenuModel *gnc_window_get_menubar_model (GncWindow *window); GMenuModel *gnc_window_get_menubar_model (GncWindow *window);
GtkAccelGroup *gnc_window_get_accel_group (GncWindow *window);
G_END_DECLS G_END_DECLS
#endif /* __GNC_WINDOW_H */ #endif /* __GNC_WINDOW_H */
/** @} */ /** @} */
/** @} */ /** @} */
 End of changes. 2 change blocks. 
0 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)