home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / modules / libimg / public / il_icons.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  3.6 KB  |  105 lines

  1. /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  *
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18.  
  19. /* -*- Mode: C; tab-width: 4 -*-
  20.  *  il_icons.h --- Image icon enumeration.
  21.  *  $Id: il_icons.h,v 3.1 1998/03/28 03:34:56 ltabb Exp $
  22.  */
  23.  
  24.  
  25. #ifndef _IL_ICONS_H_
  26. #define _IL_ICONS_H_
  27.  
  28. /* Fixed image icons */
  29.  
  30. #define IL_IMAGE_FIRST                     0x11
  31. #define IL_IMAGE_DELAYED             0x11
  32. #define IL_IMAGE_NOT_FOUND             0x12
  33. #define IL_IMAGE_BAD_DATA             0x13
  34. #define IL_IMAGE_INSECURE             0x14
  35. #define IL_IMAGE_EMBED                 0x15
  36. #define IL_IMAGE_LAST                 0x15
  37.  
  38. #define IL_NEWS_FIRST             0x21
  39. #define IL_NEWS_CATCHUP          0x21
  40. #define IL_NEWS_CATCHUP_THREAD          0x22
  41. #define IL_NEWS_FOLLOWUP          0x23
  42. #define IL_NEWS_GOTO_NEWSRC          0x24
  43. #define IL_NEWS_NEXT_ART          0x25
  44. #define IL_NEWS_NEXT_ART_GREY          0x26
  45. #define IL_NEWS_NEXT_THREAD          0x27
  46. #define IL_NEWS_NEXT_THREAD_GREY      0x28
  47. #define IL_NEWS_POST              0x29
  48. #define IL_NEWS_PREV_ART          0x2A
  49. #define IL_NEWS_PREV_ART_GREY         0x2B
  50. #define IL_NEWS_PREV_THREAD          0x2C
  51. #define IL_NEWS_PREV_THREAD_GREY      0x2D
  52. #define IL_NEWS_REPLY              0x2E
  53. #define IL_NEWS_RTN_TO_GROUP          0x2F
  54. #define IL_NEWS_SHOW_ALL_ARTICLES      0x30
  55. #define IL_NEWS_SHOW_UNREAD_ARTICLES     0x31
  56. #define IL_NEWS_SUBSCRIBE          0x32
  57. #define IL_NEWS_UNSUBSCRIBE          0x33
  58. #define IL_NEWS_FILE             0x34
  59. #define IL_NEWS_FOLDER             0x35
  60. #define IL_NEWS_FOLLOWUP_AND_REPLY     0x36
  61. #define IL_NEWS_LAST             0x36
  62.  
  63. #define IL_GOPHER_FIRST                 0x41
  64. #define IL_GOPHER_TEXT                  0x41
  65. #define IL_GOPHER_IMAGE                  0x42
  66. #define IL_GOPHER_BINARY             0x43
  67. #define IL_GOPHER_SOUND                 0x44
  68. #define IL_GOPHER_MOVIE                 0x45
  69. #define IL_GOPHER_FOLDER             0x46
  70. #define IL_GOPHER_SEARCHABLE             0x47
  71. #define IL_GOPHER_TELNET             0x48
  72. #define IL_GOPHER_UNKNOWN            0x49
  73. #define IL_GOPHER_LAST                 0x49
  74.  
  75. #define IL_EDIT_FIRST                    0x60
  76. #define IL_EDIT_NAMED_ANCHOR             0x61
  77. #define IL_EDIT_FORM_ELEMENT             0x62
  78. #define IL_EDIT_UNSUPPORTED_TAG          0x63
  79. #define IL_EDIT_UNSUPPORTED_END_TAG      0x64
  80. #define IL_EDIT_JAVA                     0x65
  81. #define IL_EDIT_PLUGIN                   0x66
  82. #define IL_EDIT_LAST                     0x66
  83.  
  84. /* Security Advisor and S/MIME icons */
  85. #define IL_SA_FIRST                        0x70
  86. #define IL_SA_SIGNED                    0x71
  87. #define IL_SA_ENCRYPTED                    0x72
  88. #define IL_SA_NONENCRYPTED                0x73
  89. #define IL_SA_SIGNED_BAD                0x74
  90. #define IL_SA_ENCRYPTED_BAD                0x75
  91. #define IL_SMIME_ATTACHED                0x76
  92. #define IL_SMIME_SIGNED                    0x77
  93. #define IL_SMIME_ENCRYPTED                0x78
  94. #define IL_SMIME_ENC_SIGNED                0x79
  95. #define IL_SMIME_SIGNED_BAD                0x7A
  96. #define IL_SMIME_ENCRYPTED_BAD            0x7B
  97. #define IL_SMIME_ENC_SIGNED_BAD            0x7C
  98. #define IL_SA_LAST                        0x7C
  99.  
  100. #define IL_MSG_FIRST                    0x80
  101. #define IL_MSG_ATTACH                    0x80
  102. #define IL_MSG_LAST                        0x80
  103.  
  104. #endif /* _IL_ICONS_H_ */
  105.