gnome-db-control-defprops

Name

gnome-db-control-defprops -- Property names for the GNOME-DB Bonobo controls

Synopsis



#define     GNOME_DB_CONTROL_PROP_DSN
#define     GNOME_DB_CONTROL_PROP_REFRESH
#define     GNOME_DB_CONTROL_PROP_START
#define     GNOME_DB_CONTROL_PROP_IDENT_NAME
#define     GNOME_DB_CONTROL_PROP_IDENT_PASS
#define     GNOME_DB_CONTROL_PROP_IDENT_SHOW
#define     GNOME_DB_CONTROL_PROP_USER_NAME
#define     GNOME_DB_CONTROL_PROP_GROUP_NAME
#define     GNOME_DB_CONTROL_PROP_OBJECT_TYPE
#define     GNOME_DB_CONTROL_PROP_OBJECT_NAME

Description

These are define's for the most common property names used in GNOME-DB Bonobo controls, so that there is no need in hardcoding the strings in the source code.

Details

GNOME_DB_CONTROL_PROP_DSN

#define GNOME_DB_CONTROL_PROP_DSN         "dsn"              /* gchar * */


GNOME_DB_CONTROL_PROP_REFRESH

#define GNOME_DB_CONTROL_PROP_REFRESH     "reset"            /* gchar * */


GNOME_DB_CONTROL_PROP_START

#define GNOME_DB_CONTROL_PROP_START       "reset"            /* gboolean */


GNOME_DB_CONTROL_PROP_IDENT_NAME

#define GNOME_DB_CONTROL_PROP_IDENT_NAME  "ident_name"       /* gchar * */


GNOME_DB_CONTROL_PROP_IDENT_PASS

#define GNOME_DB_CONTROL_PROP_IDENT_PASS  "ident_password"   /* gchar * */


GNOME_DB_CONTROL_PROP_IDENT_SHOW

#define GNOME_DB_CONTROL_PROP_IDENT_SHOW  "ident_show"       /* gboolean */


GNOME_DB_CONTROL_PROP_USER_NAME

#define GNOME_DB_CONTROL_PROP_USER_NAME   "user_name"        /* gchar * */


GNOME_DB_CONTROL_PROP_GROUP_NAME

#define GNOME_DB_CONTROL_PROP_GROUP_NAME  "group_name"       /* gchar * */


GNOME_DB_CONTROL_PROP_OBJECT_TYPE

#define GNOME_DB_CONTROL_PROP_OBJECT_TYPE "object_type"      /* gchar * */


GNOME_DB_CONTROL_PROP_OBJECT_NAME

#define GNOME_DB_CONTROL_PROP_OBJECT_NAME "object_name"      /* gchar * */

See Also

GnomeDbControl GnomeDbControlWidget