GnomeDbReportEditor

GnomeDbReportEditor — A reports editor (Not yet implemented)

Synopsis




struct      GnomeDbReportEditor;
struct      GnomeDbReportEditorClass;
struct      GnomeDbReportEditorPrivate;
GtkWidget*  gnome_db_report_editor_new      (void);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkVBox
                                       +----GnomeDbReportEditor

Implemented Interfaces

GnomeDbReportEditor implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Details

struct GnomeDbReportEditor

struct GnomeDbReportEditor;


struct GnomeDbReportEditorClass

struct GnomeDbReportEditorClass {

	GtkVBoxClass parent_class;
};


struct GnomeDbReportEditorPrivate

struct GnomeDbReportEditorPrivate;


gnome_db_report_editor_new ()

GtkWidget*  gnome_db_report_editor_new      (void);

Create a new GnomeDbReportEditor widget, which is a high-level widget that lets users edit a report file, as defined by the GDA report DTD.

Returns : the newly created widget.