|
GnuCash
5.6-150-g038405b370+
|
Functions that are supported by all types of windows. More...
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... | |
| GncPluginPage * | gnc_embedded_window_get_page (GncEmbeddedWindow *window) |
| Retrieve the plugin that is embedded in the specified window. More... | |
Functions that are supported by all types of windows.
Definition in file gnc-embedded-window.h.
1.8.14