fxruby 1.4.6 → 1.4.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (251) hide show
  1. data/doc/apes02.html +6 -6
  2. data/doc/apes03.html +11 -11
  3. data/doc/book.html +1 -1
  4. data/doc/build.html +63 -63
  5. data/doc/ch03s02.html +7 -7
  6. data/doc/ch03s03.html +18 -18
  7. data/doc/ch03s04.html +11 -11
  8. data/doc/ch03s05.html +14 -14
  9. data/doc/ch04s02.html +14 -14
  10. data/doc/ch04s03.html +15 -15
  11. data/doc/ch04s04.html +28 -28
  12. data/doc/ch05s02.html +49 -49
  13. data/doc/ch05s03.html +8 -8
  14. data/doc/changes.html +176 -176
  15. data/doc/clipboardtut.html +11 -11
  16. data/doc/cvs.html +10 -10
  17. data/doc/differences.html +4 -4
  18. data/doc/dragdroptut.html +50 -50
  19. data/doc/events.html +11 -11
  20. data/doc/examples.html +47 -47
  21. data/doc/gems.html +37 -37
  22. data/doc/goals.html +4 -4
  23. data/doc/images/iconlist-bigicons.png +0 -0
  24. data/doc/images/iconlist-details.png +0 -0
  25. data/doc/implementation.html +4 -4
  26. data/doc/infosources.html +6 -6
  27. data/doc/library.html +19 -19
  28. data/doc/opengl.html +31 -31
  29. data/doc/pt01.html +1 -1
  30. data/doc/pt02.html +1 -1
  31. data/doc/scintilla.html +15 -15
  32. data/doc/todo.html +5 -5
  33. data/doc/tutorial1.html +34 -34
  34. data/examples/dilbert.rb +1 -1
  35. data/ext/fox14/FXRbApp.cpp +1 -1
  36. data/ext/fox14/FXRbDataTarget.cpp +1 -1
  37. data/ext/fox14/FXRbGLViewer.cpp +1 -1
  38. data/ext/fox14/FXRuby.cpp +1 -1
  39. data/ext/fox14/core_wrap.cpp +0 -12
  40. data/ext/fox14/dialogs_wrap.cpp +43 -19
  41. data/ext/fox14/frames_wrap.cpp +1130 -308
  42. data/ext/fox14/fx3d_wrap.cpp +38 -13
  43. data/ext/fox14/icons_wrap.cpp +24 -6
  44. data/ext/fox14/image_wrap.cpp +24 -6
  45. data/ext/fox14/include/FXMemoryBuffer.h +1 -1
  46. data/ext/fox14/include/FXRb4Splitter.h +1 -1
  47. data/ext/fox14/include/FXRb7Segment.h +1 -1
  48. data/ext/fox14/include/FXRbAccelTable.h +1 -1
  49. data/ext/fox14/include/FXRbApp.h +1 -1
  50. data/ext/fox14/include/FXRbArrowButton.h +1 -1
  51. data/ext/fox14/include/FXRbBMPIcon.h +1 -1
  52. data/ext/fox14/include/FXRbBMPImage.h +1 -1
  53. data/ext/fox14/include/FXRbBitmap.h +1 -1
  54. data/ext/fox14/include/FXRbBitmapFrame.h +1 -1
  55. data/ext/fox14/include/FXRbBitmapView.h +1 -1
  56. data/ext/fox14/include/FXRbButton.h +1 -1
  57. data/ext/fox14/include/FXRbCURCursor.h +1 -1
  58. data/ext/fox14/include/FXRbCanvas.h +1 -1
  59. data/ext/fox14/include/FXRbCheckButton.h +1 -1
  60. data/ext/fox14/include/FXRbChoiceBox.h +1 -1
  61. data/ext/fox14/include/FXRbColorBar.h +1 -1
  62. data/ext/fox14/include/FXRbColorDialog.h +1 -1
  63. data/ext/fox14/include/FXRbColorSelector.h +1 -1
  64. data/ext/fox14/include/FXRbColorWell.h +1 -1
  65. data/ext/fox14/include/FXRbColorWheel.h +1 -1
  66. data/ext/fox14/include/FXRbComboBox.h +1 -1
  67. data/ext/fox14/include/FXRbCommon.h +1 -1
  68. data/ext/fox14/include/FXRbComposite.h +1 -1
  69. data/ext/fox14/include/FXRbCursor.h +1 -1
  70. data/ext/fox14/include/FXRbDC.h +1 -1
  71. data/ext/fox14/include/FXRbDCPrint.h +1 -1
  72. data/ext/fox14/include/FXRbDCWindow.h +1 -1
  73. data/ext/fox14/include/FXRbDataTarget.h +1 -1
  74. data/ext/fox14/include/FXRbDebugTarget.h +1 -1
  75. data/ext/fox14/include/FXRbDelegator.h +1 -1
  76. data/ext/fox14/include/FXRbDial.h +1 -1
  77. data/ext/fox14/include/FXRbDialogBox.h +1 -1
  78. data/ext/fox14/include/FXRbDict.h +1 -1
  79. data/ext/fox14/include/FXRbDirBox.h +1 -1
  80. data/ext/fox14/include/FXRbDirDialog.h +1 -1
  81. data/ext/fox14/include/FXRbDirList.h +1 -1
  82. data/ext/fox14/include/FXRbDirSelector.h +1 -1
  83. data/ext/fox14/include/FXRbDockBar.h +1 -1
  84. data/ext/fox14/include/FXRbDockHandler.h +1 -1
  85. data/ext/fox14/include/FXRbDockSite.h +1 -1
  86. data/ext/fox14/include/FXRbDockTitle.h +1 -1
  87. data/ext/fox14/include/FXRbDocument.h +1 -1
  88. data/ext/fox14/include/FXRbDragCorner.h +1 -1
  89. data/ext/fox14/include/FXRbDrawable.h +1 -1
  90. data/ext/fox14/include/FXRbDriveBox.h +1 -1
  91. data/ext/fox14/include/FXRbFileDialog.h +1 -1
  92. data/ext/fox14/include/FXRbFileDict.h +1 -1
  93. data/ext/fox14/include/FXRbFileList.h +1 -1
  94. data/ext/fox14/include/FXRbFileSelector.h +1 -1
  95. data/ext/fox14/include/FXRbFoldingList.h +1 -1
  96. data/ext/fox14/include/FXRbFont.h +1 -1
  97. data/ext/fox14/include/FXRbFontDialog.h +1 -1
  98. data/ext/fox14/include/FXRbFontSelector.h +1 -1
  99. data/ext/fox14/include/FXRbFrame.h +1 -1
  100. data/ext/fox14/include/FXRbGIFCursor.h +1 -1
  101. data/ext/fox14/include/FXRbGIFIcon.h +1 -1
  102. data/ext/fox14/include/FXRbGIFImage.h +1 -1
  103. data/ext/fox14/include/FXRbGLCanvas.h +1 -1
  104. data/ext/fox14/include/FXRbGLContext.h +1 -1
  105. data/ext/fox14/include/FXRbGLObject.h +1 -1
  106. data/ext/fox14/include/FXRbGLShape.h +1 -1
  107. data/ext/fox14/include/FXRbGLViewer.h +1 -1
  108. data/ext/fox14/include/FXRbGLVisual.h +1 -1
  109. data/ext/fox14/include/FXRbGradientBar.h +1 -1
  110. data/ext/fox14/include/FXRbGroupBox.h +1 -1
  111. data/ext/fox14/include/FXRbHeader.h +1 -1
  112. data/ext/fox14/include/FXRbHorizontalFrame.h +1 -1
  113. data/ext/fox14/include/FXRbICOIcon.h +1 -1
  114. data/ext/fox14/include/FXRbICOImage.h +1 -1
  115. data/ext/fox14/include/FXRbIcon.h +1 -1
  116. data/ext/fox14/include/FXRbIconList.h +1 -1
  117. data/ext/fox14/include/FXRbIconSource.h +1 -1
  118. data/ext/fox14/include/FXRbId.h +1 -1
  119. data/ext/fox14/include/FXRbImage.h +1 -1
  120. data/ext/fox14/include/FXRbImageFrame.h +1 -1
  121. data/ext/fox14/include/FXRbImageView.h +1 -1
  122. data/ext/fox14/include/FXRbInputDialog.h +1 -1
  123. data/ext/fox14/include/FXRbJPGIcon.h +1 -1
  124. data/ext/fox14/include/FXRbJPGImage.h +1 -1
  125. data/ext/fox14/include/FXRbLabel.h +1 -1
  126. data/ext/fox14/include/FXRbList.h +1 -1
  127. data/ext/fox14/include/FXRbListBox.h +1 -1
  128. data/ext/fox14/include/FXRbMDIButton.h +1 -1
  129. data/ext/fox14/include/FXRbMDIChild.h +1 -1
  130. data/ext/fox14/include/FXRbMDIClient.h +1 -1
  131. data/ext/fox14/include/FXRbMainWindow.h +1 -1
  132. data/ext/fox14/include/FXRbMatrix.h +1 -1
  133. data/ext/fox14/include/FXRbMenuBar.h +1 -1
  134. data/ext/fox14/include/FXRbMenuButton.h +1 -1
  135. data/ext/fox14/include/FXRbMenuCaption.h +1 -1
  136. data/ext/fox14/include/FXRbMenuCascade.h +1 -1
  137. data/ext/fox14/include/FXRbMenuCheck.h +1 -1
  138. data/ext/fox14/include/FXRbMenuCommand.h +1 -1
  139. data/ext/fox14/include/FXRbMenuPane.h +1 -1
  140. data/ext/fox14/include/FXRbMenuRadio.h +1 -1
  141. data/ext/fox14/include/FXRbMenuSeparator.h +1 -1
  142. data/ext/fox14/include/FXRbMenuTitle.h +1 -1
  143. data/ext/fox14/include/FXRbMessageBox.h +1 -1
  144. data/ext/fox14/include/FXRbObject.h +1 -1
  145. data/ext/fox14/include/FXRbOptionMenu.h +1 -1
  146. data/ext/fox14/include/FXRbPCXIcon.h +1 -1
  147. data/ext/fox14/include/FXRbPCXImage.h +1 -1
  148. data/ext/fox14/include/FXRbPNGIcon.h +1 -1
  149. data/ext/fox14/include/FXRbPNGImage.h +1 -1
  150. data/ext/fox14/include/FXRbPPMIcon.h +1 -1
  151. data/ext/fox14/include/FXRbPPMImage.h +1 -1
  152. data/ext/fox14/include/FXRbPacker.h +1 -1
  153. data/ext/fox14/include/FXRbPicker.h +1 -1
  154. data/ext/fox14/include/FXRbPopup.h +1 -1
  155. data/ext/fox14/include/FXRbPrintDialog.h +1 -1
  156. data/ext/fox14/include/FXRbProgressBar.h +1 -1
  157. data/ext/fox14/include/FXRbProgressDialog.h +1 -1
  158. data/ext/fox14/include/FXRbRGBIcon.h +1 -1
  159. data/ext/fox14/include/FXRbRGBImage.h +1 -1
  160. data/ext/fox14/include/FXRbRadioButton.h +1 -1
  161. data/ext/fox14/include/FXRbRealSlider.h +1 -1
  162. data/ext/fox14/include/FXRbRealSpinner.h +1 -1
  163. data/ext/fox14/include/FXRbRecentFiles.h +1 -1
  164. data/ext/fox14/include/FXRbRegistry.h +1 -1
  165. data/ext/fox14/include/FXRbReplaceDialog.h +1 -1
  166. data/ext/fox14/include/FXRbRootWindow.h +1 -1
  167. data/ext/fox14/include/FXRbRuler.h +1 -1
  168. data/ext/fox14/include/FXRbScintilla.h +1 -1
  169. data/ext/fox14/include/FXRbScrollArea.h +1 -1
  170. data/ext/fox14/include/FXRbScrollBar.h +1 -1
  171. data/ext/fox14/include/FXRbScrollPane.h +1 -1
  172. data/ext/fox14/include/FXRbScrollWindow.h +1 -1
  173. data/ext/fox14/include/FXRbSearchDialog.h +1 -1
  174. data/ext/fox14/include/FXRbSeparator.h +1 -1
  175. data/ext/fox14/include/FXRbSettings.h +1 -1
  176. data/ext/fox14/include/FXRbShell.h +1 -1
  177. data/ext/fox14/include/FXRbShutter.h +1 -1
  178. data/ext/fox14/include/FXRbSlider.h +1 -1
  179. data/ext/fox14/include/FXRbSpinner.h +1 -1
  180. data/ext/fox14/include/FXRbSplashWindow.h +1 -1
  181. data/ext/fox14/include/FXRbSplitter.h +1 -1
  182. data/ext/fox14/include/FXRbSpring.h +1 -1
  183. data/ext/fox14/include/FXRbStatusBar.h +1 -1
  184. data/ext/fox14/include/FXRbStatusLine.h +1 -1
  185. data/ext/fox14/include/FXRbStream.h +1 -1
  186. data/ext/fox14/include/FXRbStringDict.h +1 -1
  187. data/ext/fox14/include/FXRbSwitcher.h +1 -1
  188. data/ext/fox14/include/FXRbTGAIcon.h +1 -1
  189. data/ext/fox14/include/FXRbTGAImage.h +1 -1
  190. data/ext/fox14/include/FXRbTIFIcon.h +1 -1
  191. data/ext/fox14/include/FXRbTIFImage.h +1 -1
  192. data/ext/fox14/include/FXRbTabBar.h +1 -1
  193. data/ext/fox14/include/FXRbTabBook.h +1 -1
  194. data/ext/fox14/include/FXRbTabItem.h +1 -1
  195. data/ext/fox14/include/FXRbTable.h +1 -1
  196. data/ext/fox14/include/FXRbText.h +1 -1
  197. data/ext/fox14/include/FXRbTextField.h +1 -1
  198. data/ext/fox14/include/FXRbToggleButton.h +1 -1
  199. data/ext/fox14/include/FXRbToolBar.h +1 -1
  200. data/ext/fox14/include/FXRbToolBarGrip.h +1 -1
  201. data/ext/fox14/include/FXRbToolBarShell.h +1 -1
  202. data/ext/fox14/include/FXRbToolBarTab.h +1 -1
  203. data/ext/fox14/include/FXRbToolTip.h +1 -1
  204. data/ext/fox14/include/FXRbTopWindow.h +1 -1
  205. data/ext/fox14/include/FXRbTreeList.h +1 -1
  206. data/ext/fox14/include/FXRbTreeListBox.h +1 -1
  207. data/ext/fox14/include/FXRbTriStateButton.h +1 -1
  208. data/ext/fox14/include/FXRbVerticalFrame.h +1 -1
  209. data/ext/fox14/include/FXRbVisual.h +1 -1
  210. data/ext/fox14/include/FXRbWindow.h +1 -1
  211. data/ext/fox14/include/FXRbWizard.h +1 -1
  212. data/ext/fox14/include/FXRbXBMIcon.h +1 -1
  213. data/ext/fox14/include/FXRbXBMImage.h +1 -1
  214. data/ext/fox14/include/FXRbXPMIcon.h +1 -1
  215. data/ext/fox14/include/FXRbXPMImage.h +1 -1
  216. data/ext/fox14/include/FXRuby.h +1 -1
  217. data/ext/fox14/label_wrap.cpp +23 -8
  218. data/ext/fox14/markfuncs.cpp +8 -1
  219. data/ext/fox14/mdi_wrap.cpp +47 -17
  220. data/ext/fox14/menu_wrap.cpp +34 -10
  221. data/ext/fox14/scintilla_wrap.cpp +31 -7
  222. data/ext/fox14/table_wrap.cpp +31 -7
  223. data/ext/fox14/text_wrap.cpp +31 -7
  224. data/ext/fox14/treelist_wrap.cpp +31 -7
  225. data/ext/fox14/ui_wrap.cpp +497 -154
  226. data/ext/fox14/unregisterOwnedObjects.cpp +1 -1
  227. data/lib/fox14/aliases.rb +3 -3
  228. data/lib/fox14/colors.rb +282 -282
  229. data/lib/fox14/core.rb +7 -0
  230. data/lib/fox14/splashscreen.rb +83 -83
  231. data/lib/fox14/version.rb +1 -1
  232. data/rdoc-sources/FX4Splitter.rb +138 -138
  233. data/rdoc-sources/FXFoldingList.rb +2 -2
  234. data/rdoc-sources/FXQuatd.rb +171 -1
  235. data/rdoc-sources/FXQuatf.rb +175 -1
  236. data/rdoc-sources/FXWindow.rb +0 -3
  237. data/tests/TC_FXComboBox.rb +10 -1
  238. data/tests/TC_FXDirList.rb +1 -1
  239. data/tests/TC_FXGLViewer.rb +2 -0
  240. data/tests/TC_FXHeader.rb +1 -1
  241. data/tests/TC_FXIconList.rb +1 -1
  242. data/tests/TC_FXId.rb +1 -1
  243. data/tests/TC_FXListBox.rb +1 -1
  244. data/tests/TC_FXMenuCommand.rb +0 -14
  245. data/tests/TC_FXTable.rb +0 -32
  246. data/tests/TC_FXTableItem.rb +1 -1
  247. data/tests/TC_FXTreeList.rb +1 -1
  248. data/tests/TC_FXTreeListBox.rb +1 -1
  249. data/web/top.html +15 -15
  250. metadata +2 -3
  251. data/ChangeLog +0 -11094
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbMessageBox.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbMessageBox.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBMESSAGEBOX_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbObject.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbObject.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBOBJECT_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbOptionMenu.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbOptionMenu.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBOPTIONMENU_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbPCXIcon.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbPCXIcon.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBPCXICON_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbPCXImage.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbPCXImage.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBPCXIMAGE_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbPNGIcon.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbPNGIcon.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBPNGICON_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbPNGImage.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbPNGImage.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBPNGIMAGE_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbPPMIcon.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbPPMIcon.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBPPMICON_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbPPMImage.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbPPMImage.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBPPMIMAGE_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbPacker.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbPacker.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBPACKER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbPicker.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbPicker.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBPICKER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbPopup.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbPopup.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBPOPUP_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbPrintDialog.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbPrintDialog.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBPRINTDIALOG_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbProgressBar.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbProgressBar.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBPROGRESSBAR_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbProgressDialog.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbProgressDialog.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBPROGRESSDIALOG_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbRGBIcon.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbRGBIcon.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBRGBICON_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbRGBImage.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbRGBImage.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBRGBIMAGE_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbRadioButton.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbRadioButton.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBRADIOBUTTON_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbRealSlider.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbRealSlider.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBREALSLIDER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbRealSpinner.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbRealSpinner.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBREALSPINNER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbRecentFiles.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbRecentFiles.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBRECENTFILES_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbRegistry.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbRegistry.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBREGISTRY_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbReplaceDialog.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbReplaceDialog.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBREPLACEDIALOG_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbRootWindow.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbRootWindow.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBROOTWINDOW_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbRuler.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbRuler.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBRULER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbScintilla.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbScintilla.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSCINTILLA_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbScrollArea.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbScrollArea.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSCROLLAREA_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbScrollBar.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbScrollBar.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSCROLLBAR_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbScrollPane.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbScrollPane.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSCROLLPANE_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbScrollWindow.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbScrollWindow.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSCROLLWINDOW_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSearchDialog.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbSearchDialog.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSEARCHDIALOG_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSeparator.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbSeparator.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSEPARATOR_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSettings.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbSettings.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSETTINGS_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbShell.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbShell.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSHELL_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbShutter.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbShutter.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSHUTTER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSlider.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbSlider.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSLIDER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSpinner.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbSpinner.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSPINNER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSplashWindow.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbSplashWindow.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSPLASHWINDOW_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSplitter.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbSplitter.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSPLITTER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSpring.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbSpring.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSPRING_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbStatusBar.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbStatusBar.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSTATUSBAR_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbStatusLine.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbStatusLine.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSTATUSLINE_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbStream.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbStream.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSTREAM_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbStringDict.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
24
+ * $Id: FXRbStringDict.h 2137 2005-08-14 15:12:43Z lyle $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSTRINGDICT_H