| GNOME-DB API reference |
|---|
GtkWidget * gnome_db_shortcut_new (void); void gnome_db_shortcut_append (GnomeDbShortcut *shortcut, constgchar *str, constgchar *tooltip, constgchar *icon_file,GtkSignalFunc select_func,gpointer user_data); void gnome_db_shortcut_remove (GnomeDbShortcut *shortcut, constgchar *str);
void gnome_db_shortcut_append (GnomeDbShortcut *shortcut, constgchar *str, constgchar *tooltip, constgchar *icon_file,GtkSignalFunc select_func,gpointer user_data);
| shortcut : | |
| str : | |
| tooltip : | |
| icon_file : | |
| select_func : | |
| user_data : |
|
void gnome_db_shortcut_remove (GnomeDbShortcut *shortcut, constgchar *str);
| shortcut : | |
| str : |
|
| <<< GnomeDbReport | GnomeDbTableEditor >>> |