GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
gnc-icons.h
1 /*
2  * gnc-icons.h -- Functions to create a GtkIconFactory for GnuCash
3  * Copyright (C) 2003 Jan Arne Petersen
4  * Author: Jan Arne Petersen <[email protected]>
5  */
6 
7 #ifndef __GNC_ICONS_H
8 #define __GNC_ICONS_H
9 
10 G_BEGIN_DECLS
11 
12 #define GNC_STOCK_ACCOUNT "gnc-account"
13 #define GNC_STOCK_DELETE_ACCOUNT "gnc-delete-account"
14 #define GNC_STOCK_EDIT_ACCOUNT "gnc-edit-account"
15 #define GNC_STOCK_NEW_ACCOUNT "gnc-new-account"
16 #define GNC_STOCK_OPEN_ACCOUNT "gnc-open-account"
17 #define GNC_STOCK_SPLIT_TRANS "gnc-split-transaction"
18 #define GNC_STOCK_SCHEDULE "gnc-schedule-new"
19 #define GNC_STOCK_TRANSFER "gnc-transfer"
20 #define GNC_STOCK_JUMP_TO "gnc-jump-to"
21 #define GNC_STOCK_INVOICE "gnc-invoice-post"
22 #define GNC_STOCK_INVOICE_POST "gnc-invoice-post"
23 #define GNC_STOCK_INVOICE_UNPOST "gnc-invoice-unpost"
24 #define GNC_STOCK_INVOICE_PAY "gnc-invoice-pay"
25 #define GNC_STOCK_INVOICE_NEW "gnc-invoice-new"
26 #define GNC_STOCK_INVOICE_EDIT "gnc-invoice-edit"
27 #define GNC_STOCK_INVOICE_DUPLICATE "gnc-invoice-duplicate"
28 #define GNC_STOCK_PDF_EXPORT "gnc-pdf-export"
29 
30 //FIXME: use own budget icons?
31 #define GNC_STOCK_BUDGET "gnc-budget"
32 #define GNC_STOCK_NEW_BUDGET "gnc-account"
33 #define GNC_STOCK_OPEN_BUDGET "gnc-open-account"
34 //#define GNC_STOCK_CLOSE_BUDGET "gnc-close-account"
35 //#define GNC_STOCK_EDIT_BUDGET "gnc-edit-account"
36 #define GNC_STOCK_DELETE_BUDGET "gnc-delete-account"
37 
38 void gnc_load_stock_icons (void);
39 
40 G_END_DECLS
41 
42 #endif /* __GNC_ICONS_H */