GSQLEditor

GSQLEditor

Synopsis

                    GSQLEditorPrivate;
#define             GSQL_EDITOR_TYPE
#define             GSQL_CONF_SQL_FETCH_STEP
#define             GSQL_CONF_SQL_FETCH_MAX
#define             GSQL_EDITOR_FETCH_STEP_DEFAULT
#define             GSQL_EDITOR_FETCH_MAX_DEFAULT
GtkActionGroup*     (*GSQLEditorFActionCB)              (void);
                    GSQLEditor;
GSQLEditor*         gsql_editor_new                     (GSQLSession *session,
                                                         GtkWidget *source);
void                gsql_editor_run_sql                 (GSQLEditor *editor);
void                gsql_editor_merge_actions           (gchar *ui_addons,
                                                         GtkActionGroup *action_addons);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkPaned
                                 +----GtkVPaned
                                       +----GSQLEditor

Implemented Interfaces

GSQLEditor implements AtkImplementorIface and GtkBuildable.

Properties

  "encoding"                 gchar*                : Read / Write
  "is-file"                  gboolean              : Read / Write

Description

Details

GSQLEditorPrivate

typedef struct _GSQLEditorPrivate GSQLEditorPrivate;


GSQL_EDITOR_TYPE

#define GSQL_EDITOR_TYPE 			(gsql_editor_get_type ())


GSQL_CONF_SQL_FETCH_STEP

#define GSQL_CONF_SQL_FETCH_STEP	GSQL_CONF_ROOT_KEY "/sql_fetch_step"


GSQL_CONF_SQL_FETCH_MAX

#define GSQL_CONF_SQL_FETCH_MAX		GSQL_CONF_ROOT_KEY "/sql_fetch_max"


GSQL_EDITOR_FETCH_STEP_DEFAULT

#define GSQL_EDITOR_FETCH_STEP_DEFAULT  100


GSQL_EDITOR_FETCH_MAX_DEFAULT

#define GSQL_EDITOR_FETCH_MAX_DEFAULT  10000


GSQLEditorFActionCB ()

GtkActionGroup*     (*GSQLEditorFActionCB)              (void);

Returns :


GSQLEditor

typedef struct _GSQLEditor GSQLEditor;


gsql_editor_new ()

GSQLEditor*         gsql_editor_new                     (GSQLSession *session,
                                                         GtkWidget *source);

session :

source :

Returns :


gsql_editor_run_sql ()

void                gsql_editor_run_sql                 (GSQLEditor *editor);

editor :


gsql_editor_merge_actions ()

void                gsql_editor_merge_actions           (gchar *ui_addons,
                                                         GtkActionGroup *action_addons);

ui_addons :

action_addons :

Property Details

The "encoding" property

  "encoding"                 gchar*                : Read / Write

Set 'encoding'. FIXME (description).

Default value: NULL


The "is-file" property

  "is-file"                  gboolean              : Read / Write

Set 'is file' flag. FIXME (description).

Default value: FALSE