|
GnuCash 2.4.99
|
00001 /* 00002 * gnc-icons.h -- Functions to create a GtkIconFactory for GnuCash 00003 * Copyright (C) 2003 Jan Arne Petersen 00004 * Author: Jan Arne Petersen <jpetersen@uni-bonn.de> 00005 */ 00006 00007 #ifndef __GNC_ICONS_H 00008 #define __GNC_ICONS_H 00009 00010 G_BEGIN_DECLS 00011 00012 #define GNC_STOCK_ACCOUNT "gnc-account" 00013 #define GNC_STOCK_DELETE_ACCOUNT "gnc-delete-account" 00014 #define GNC_STOCK_EDIT_ACCOUNT "gnc-edit-account" 00015 #define GNC_STOCK_NEW_ACCOUNT "gnc-new-account" 00016 #define GNC_STOCK_OPEN_ACCOUNT "gnc-open-account" 00017 #define GNC_STOCK_SPLIT_TRANS "gnc-split-transaction" 00018 #define GNC_STOCK_SCHEDULE "gnc-schedule-new" 00019 #define GNC_STOCK_TRANSFER "gnc-transfer" 00020 #define GNC_STOCK_JUMP_TO "gnc-jump-to" 00021 #define GNC_STOCK_INVOICE "gnc-invoice-post" 00022 #define GNC_STOCK_INVOICE_POST "gnc-invoice-post" 00023 #define GNC_STOCK_INVOICE_UNPOST "gnc-invoice-unpost" 00024 #define GNC_STOCK_INVOICE_PAY "gnc-invoice-pay" 00025 #define GNC_STOCK_INVOICE_NEW "gnc-invoice-new" 00026 #define GNC_STOCK_INVOICE_EDIT "gnc-invoice-edit" 00027 #define GNC_STOCK_INVOICE_DUPLICATE "gnc-invoice-duplicate" 00028 #define GNC_STOCK_PDF_EXPORT "gnc-pdf-export" 00029 00030 //FIXME: use own budget icons? 00031 #define GNC_STOCK_BUDGET "gnc-budget" 00032 #define GNC_STOCK_NEW_BUDGET "gnc-account" 00033 #define GNC_STOCK_OPEN_BUDGET "gnc-open-account" 00034 //#define GNC_STOCK_CLOSE_BUDGET "gnc-close-account" 00035 //#define GNC_STOCK_EDIT_BUDGET "gnc-edit-account" 00036 #define GNC_STOCK_DELETE_BUDGET "gnc-delete-account" 00037 00038 void gnc_load_stock_icons (void); 00039 00040 G_END_DECLS 00041 00042 #endif /* __GNC_ICONS_H */
1.7.4