GnuCash  5.6-150-g038405b370+
Macros | Functions
gnc-embedded-window.h File Reference

Functions that are supported by all types of windows. More...

#include <gtk/gtk.h>
#include "gnc-plugin-page.h"

Go to the source code of this file.

Macros

#define GNC_TYPE_EMBEDDED_WINDOW   (gnc_embedded_window_get_type ())
 

Functions

GncEmbeddedWindow * gnc_embedded_window_new (const gchar *action_group_name, GActionEntry *action_entries, gint n_action_entries, const gchar *ui_filename, GtkWidget *enclosing_win, gboolean add_accelerators, gpointer user_data)
 Create a new gnc embedded window plugin. More...
 
void gnc_embedded_window_open_page (GncEmbeddedWindow *window, GncPluginPage *page)
 Display a data plugin page in a window. More...
 
void gnc_embedded_window_close_page (GncEmbeddedWindow *window, GncPluginPage *page)
 Remove a data plugin page from a window. More...
 
GncPluginPagegnc_embedded_window_get_page (GncEmbeddedWindow *window)
 Retrieve the plugin that is embedded in the specified window. More...
 

Detailed Description

Functions that are supported by all types of windows.

Author
Copyright (C) 2003 Jan Arne Petersen
Copyright (C) 2003 David Hampton hampt.nosp@m.on@e.nosp@m.mploy.nosp@m.ees..nosp@m.org

Definition in file gnc-embedded-window.h.