+// ----------------------------------------------------------------------------
+// Art clients
+// ----------------------------------------------------------------------------
+
+#define wxART_TOOLBAR _T("toolbar_C")
+#define wxART_MENU _T("menu_C")
+#define wxART_FRAME_ICON _T("frame_icon_C")
+
+#define wxART_CMN_DIALOG _T("cmn_dialog_C")
+#define wxART_HELP_BROWSER _T("help_browser_C")
+
+#define wxART_OTHER _T("other_C")
+
+// ----------------------------------------------------------------------------
+// Art IDs
+// ----------------------------------------------------------------------------
+
+#define wxART_ADD_BOOKMARK _T("add_bookmark")
+#define wxART_DEL_BOOKMARK _T("del_bookmark")
+#define wxART_HELP_SIDE_PANEL _T("help_side_panel")
+#define wxART_HELP_SETTINGS _T("help_settings")
+#define wxART_HELP_BOOK _T("help_book")
+#define wxART_HELP_FOLDER _T("help_folder")
+#define wxART_HELP_PAGE _T("help_page")
+#define wxART_GO_BACK _T("go_back")
+#define wxART_GO_FORWARD _T("go_forward")
+#define wxART_GO_UP _T("go_up")
+#define wxART_GO_DOWN _T("go_down")
+#define wxART_GO_TO_PARENT _T("go_to_parent")
+#define wxART_FILE_OPEN _T("file_open")
+#define wxART_PRINT _T("print")
+#define wxART_HELP _T("help")
+#define wxART_TIP _T("tip")
+