GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | 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.

Data Structures

struct  GncEmbeddedWindow
 
struct  GncEmbeddedWindowClass
 

Macros

#define GNC_TYPE_EMBEDDED_WINDOW   (gnc_embedded_window_get_type ())
 
#define GNC_EMBEDDED_WINDOW(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNC_TYPE_EMBEDDED_WINDOW, GncEmbeddedWindow))
 
#define GNC_EMBEDDED_WINDOW_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GNC_TYPE_EMBEDDED_WINDOW, GncEmbeddedWindowClass))
 
#define GNC_IS_EMBEDDED_WINDOW(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNC_TYPE_EMBEDDED_WINDOW))
 
#define GNC_IS_EMBEDDED_WINDOW_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GNC_TYPE_EMBEDDED_WINDOW))
 
#define GNC_EMBEDDED_WINDOW_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GNC_TYPE_EMBEDDED_WINDOW, GncEmbeddedWindowClass))
 

Functions

GType gnc_embedded_window_get_type (void)
 
GncEmbeddedWindowgnc_embedded_window_new (const gchar *action_group_name, GtkActionEntry *action_entries, gint n_action_entries, const gchar *ui_filename, GtkWidget *enclosing_win, gboolean add_accelerators, gpointer user_data)
 
void gnc_embedded_window_open_page (GncEmbeddedWindow *window, GncPluginPage *page)
 
void gnc_embedded_window_close_page (GncEmbeddedWindow *window, GncPluginPage *page)
 
GncPluginPagegnc_embedded_window_get_page (GncEmbeddedWindow *window)
 

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.