gnome-db-stock

Name

gnome-db-stock -- 

Synopsis



#define     GNOME_DB_STOCK_CONNECT
#define     GNOME_DB_STOCK_DISCONNECT
#define     GNOME_DB_STOCK_DATABASE
#define     GNOME_DB_STOCK_DESIGNER
#define     GNOME_DB_STOCK_SQL
#define     GNOME_DB_STOCK_TABLES
GdkPixbuf*  gnome_db_stock_get_icon_pixbuf  (const gchar *stock_id);
gchar*      gnome_db_stock_get_icon_path    (const gchar *stock_id);

Description

Details

GNOME_DB_STOCK_CONNECT

#define GNOME_DB_STOCK_CONNECT    "gnome-db-connect"


GNOME_DB_STOCK_DISCONNECT

#define GNOME_DB_STOCK_DISCONNECT "gnome-db-disconnect"


GNOME_DB_STOCK_DATABASE

#define GNOME_DB_STOCK_DATABASE   "gnome-db-database"


GNOME_DB_STOCK_DESIGNER

#define GNOME_DB_STOCK_DESIGNER   "gnome-db-designer"


GNOME_DB_STOCK_SQL

#define GNOME_DB_STOCK_SQL        "gnome-db-sql"


GNOME_DB_STOCK_TABLES

#define GNOME_DB_STOCK_TABLES     "gnome-db-tables"


gnome_db_stock_get_icon_pixbuf ()

GdkPixbuf*  gnome_db_stock_get_icon_pixbuf  (const gchar *stock_id);

Get the given stock icon as a GdkPixbuf.

stock_id : ID of icon to get.
Returns : a GdkPixbuf representing the loaded icon.


gnome_db_stock_get_icon_path ()

gchar*      gnome_db_stock_get_icon_path    (const gchar *stock_id);

Return the full path of the given stock icon.

stock_id : Icon id to get path.
Returns : the full path of the given stock icon. The returned value must be freed by the caller when no longer needed.