Details
GSQL_STOCK_ALL_SCHEMAS
#define GSQL_STOCK_ALL_SCHEMAS "gsql-all-schemas"
GSQL_STOCK_ARGUMENTS
#define GSQL_STOCK_ARGUMENTS "gsql-arguments"
GSQL_STOCK_CLOSE
#define GSQL_STOCK_CLOSE "gsql-close"
GSQL_STOCK_COLUMNS
#define GSQL_STOCK_COLUMNS "gsql-columns"
GSQL_STOCK_CONSTRAINT
#define GSQL_STOCK_CONSTRAINT "gsql-constraints"
GSQL_STOCK_CONSTRAINT_P
#define GSQL_STOCK_CONSTRAINT_P "gsql-constraints-p"
GSQL_STOCK_CONSTRAINT_F
#define GSQL_STOCK_CONSTRAINT_F "gsql-constraints-f"
GSQL_STOCK_CONSTRAINT_U
#define GSQL_STOCK_CONSTRAINT_U "gsql-constraints-u"
GSQL_STOCK_CONSTRAINT_C
#define GSQL_STOCK_CONSTRAINT_C "gsql-constraints-c"
GSQL_STOCK_FIND
#define GSQL_STOCK_FIND "gsql-find"
GSQL_STOCK_FUNCTIONS
#define GSQL_STOCK_FUNCTIONS "gsql-functions"
GSQL_STOCK_GSQL
#define GSQL_STOCK_GSQL "gsql-gsql"
GSQL_STOCK_INDEXES
#define GSQL_STOCK_INDEXES "gsql-indexes"
GSQL_STOCK_LOGO
#define GSQL_STOCK_LOGO "gsql-logo"
GSQL_STOCK_MOUTPUT
#define GSQL_STOCK_MOUTPUT "gsql-msg-output"
GSQL_STOCK_MERROR
#define GSQL_STOCK_MERROR "gsql-msg-error"
GSQL_STOCK_MNORMAL
#define GSQL_STOCK_MNORMAL "gsql-msg-normal"
GSQL_STOCK_MNOTICE
#define GSQL_STOCK_MNOTICE "gsql-msg-notice"
GSQL_STOCK_MWARNING
#define GSQL_STOCK_MWARNING "gsql-msg-warning"
GSQL_STOCK_MY_SCHEMA
#define GSQL_STOCK_MY_SCHEMA "gsql-my-schema"
GSQL_STOCK_OBJ_CLONE
#define GSQL_STOCK_OBJ_CLONE "gsql-object-clone"
GSQL_STOCK_OBJ_CODE
#define GSQL_STOCK_OBJ_CODE "gsql-object-code"
GSQL_STOCK_OBJ_NEW
#define GSQL_STOCK_OBJ_NEW "gsql-object-new"
GSQL_STOCK_OBJ_REVERT
#define GSQL_STOCK_OBJ_REVERT "gsql-object-revert"
GSQL_STOCK_OBJ_SAVE
#define GSQL_STOCK_OBJ_SAVE "gsql-object-save"
GSQL_STOCK_OBJ_SQL
#define GSQL_STOCK_OBJ_SQL "gsql-object-sql"
GSQL_STOCK_PROCEDURES
#define GSQL_STOCK_PROCEDURES "gsql-procedures"
GSQL_STOCK_PRIVILEGES
#define GSQL_STOCK_PRIVILEGES "gsql-privileges"
GSQL_STOCK_SEQUENCES
#define GSQL_STOCK_SEQUENCES "gsql-sequences"
GSQL_STOCK_SESSION_CLOSE
#define GSQL_STOCK_SESSION_CLOSE "gsql-session-close"
GSQL_STOCK_SESSION_COMMIT
#define GSQL_STOCK_SESSION_COMMIT "gsql-session-commit"
GSQL_STOCK_SESSION_NEW
#define GSQL_STOCK_SESSION_NEW "gsql-session-new"
GSQL_STOCK_SESSION_ROLLBACK
#define GSQL_STOCK_SESSION_ROLLBACK "gsql-session-rollback"
GSQL_STOCK_SQL_FETCH_ALL
#define GSQL_STOCK_SQL_FETCH_ALL "gsql-sql-fetch-all"
GSQL_STOCK_SQL_FETCH_NEXT
#define GSQL_STOCK_SQL_FETCH_NEXT "gsql-sql-fetch-next"
GSQL_STOCK_SQL_RUN_AT_CURSOR
#define GSQL_STOCK_SQL_RUN_AT_CURSOR "gsql-sql-run-at-cursor"
GSQL_STOCK_SQL_RUN
#define GSQL_STOCK_SQL_RUN "gsql-sql-run"
GSQL_STOCK_SQL_RUN_STEP
#define GSQL_STOCK_SQL_RUN_STEP "gsql-sql-run-step"
GSQL_STOCK_SQL_SHOW_HIDE
#define GSQL_STOCK_SQL_SHOW_HIDE "gsql-sql-show-hide"
GSQL_STOCK_SQL_STOP_ON_ERR
#define GSQL_STOCK_SQL_STOP_ON_ERR "gsql-sql-stop-on-err"
GSQL_STOCK_SQL_STOP
#define GSQL_STOCK_SQL_STOP "gsql-sql-stop"
GSQL_STOCK_SQL_UPDATEABLE
#define GSQL_STOCK_SQL_UPDATEABLE "gsql-sql-updateable"
GSQL_STOCK_TABLES
#define GSQL_STOCK_TABLES "gsql-tables"
GSQL_STOCK_TRIGGERS
#define GSQL_STOCK_TRIGGERS "gsql-triggers"
GSQL_STOCK_UNKNOWN
#define GSQL_STOCK_UNKNOWN "gsql-unknown"
GSQL_STOCK_USERS
#define GSQL_STOCK_USERS "gsql-users"
GSQL_STOCK_VIEWS
#define GSQL_STOCK_VIEWS "gsql-views"
GSQLStockIcon
typedef struct {
const char *name;
const char *file;
} GSQLStockIcon;
gsql_stock_init ()
void gsql_stock_init ();
gsql_factory_add ()
void gsql_factory_add (GSQLStockIcon *stock_icons,
gint n_elements);
stock_icons :
|
|
n_elements :
|
|