Query Exec perspective

Query Exec perspective — Perspective to execute SQL commands

Synopsis

#define             QUERY_EXEC_PERSPECTIVE              (obj)
#define             IS_QUERY_EXEC_PERSPECTIVE           (obj)
struct              QueryExecPerspective;

Object Hierarchy

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

Implemented Interfaces

QueryExecPerspective implements AtkImplementorIface, GtkBuildable, GtkOrientable and BrowserPerspective.

Description

Details

QUERY_EXEC_PERSPECTIVE()

#define QUERY_EXEC_PERSPECTIVE(obj)          G_TYPE_CHECK_INSTANCE_CAST (obj, query_exec_perspective_get_type(), QueryExecPerspective)


IS_QUERY_EXEC_PERSPECTIVE()

#define IS_QUERY_EXEC_PERSPECTIVE(obj)       G_TYPE_CHECK_INSTANCE_TYPE (obj, query_exec_perspective_get_type ())


struct QueryExecPerspective

struct QueryExecPerspective;