home *** CD-ROM | disk | FTP | other *** search
/ Dream 50 / Amiga_Dream_50.iso / BeOS / develop / InterfaceElements1.02.txt < prev    next >
Text File  |  1997-09-23  |  2KB  |  56 lines

  1.          File: InterfaceElementsv1.01.zip
  2.        Author: Attila Mezei (amezei@mail.datanet.hu)
  3.       Release: v1.01
  4. Compatibility: PR
  5.      Location: /contrib/develop
  6.   Description: Resource&GUI Editor for BeOS
  7.         Notes:
  8.  
  9.  
  10. Introduction
  11. ------------
  12.  
  13.  
  14. Interface Elements is a resource and GUI editor for the BeOS with add-on and
  15. drag&drop support.
  16.  
  17. With Interface Elements you can create and edit any objects or data types which
  18. you have editor for. The object model that Interface Elements uses allows
  19. handling all kinds of objects and data types the same way.
  20.  
  21. You can edit windows, views, replicants visually with the built-in view editor
  22. with great comfort. There are many operations available for view editing
  23. including undo/cut/copy/paste/duplicate/hide/show/center/stretch/snap and
  24. several methods for selecting them. Help is also there. The view editors 
  25. (which let you edit all properties of a view) follow the class hierarchy, 
  26. that is when you open a view (e.g. BButton) you will see the editors of its
  27. base classes (BControl, BView). This also means that when you create a new view
  28. add-on, you don't have to make editors for the base classes. When editing a
  29. window or a view, a detailed view hierarchy is shown with all the child view
  30. names and classes.
  31.  
  32. The window and view editors create and edit standard BeOS window and view
  33. archives.
  34.  
  35. Some objects (e.g. BWindow) are able to generate C++ source with methods, 
  36. as well as the definitions and message constants which they use.
  37.  
  38. There are 20 interface add-ons (window and views) and 3 other add-ons included
  39. with the program:
  40.  - BBox, BButton, BCheckBox, BColorControl, BControl, BListView, BMenu,
  41.    BMenuBar, BMenuField, BMenuItem, BOutlineListView, BRadioButton, BScrollBar,
  42.    BScrollView, BStatusBar, BTextControl, BTextView, BView, BWindow
  43.  - data, long, string
  44.  
  45. In the moment there are 10 additional add-ons available on the Interface
  46. Elements Homepage (http://w3.datanet.hu/~amezei/IE/).
  47.  
  48. The add-on API is simple and well documented so anyone with a little
  49. programming experience can create his own data type or view add-on. 
  50. Sample add-on sources are included.
  51.  
  52. The program contains a visual clipboard and a message target to help software
  53. developing even more.
  54.  
  55.  
  56.