Enumerations | |
enum | tBevelSidesTypes { Top = 1, Bottom = 2, Left = 4, Right = 8, All = 15 } |
enum | tEditStyles { es_normal = 0, es_readonly = 1, es_password = 2, es_centered = 4 } |
enum | tEditCursorCommand { mc_lineup = 0, mc_linedown = 1, mc_pageup = 2, mc_pagedown = 3, mc_home = 4, mc_end = 5 } |
Compounds | ||
struct | cBevel | CBevel object is an outlined empty rectangle |
struct | cBitmap | Use this structure to place a simple picture on the screen |
struct | cBox | CBox is simply a filled rectangle |
struct | cButton | A basic button |
struct | cEdit | This structure puts a standard edit control on the Cybiko computer's screen |
struct | cItem | This structure implements methods for working with simple units of the list, such as a text string |
struct | cList | This structure implements methods for working with a list and a menu |
struct | cProgressBar | Adds a progress bar to your application |
struct | cSItem | A cSItem object might have an icon on the left and/or additional text on the right |
struct | cText | Static, transparent text line |
struct | cXByte | A framed string with an icon on the left |
struct | cXItem | The same type of string as in the cItem structure |
struct | cXStr | A cXStr object might have an icon on the left and/or additional text on the right |
This section groups standard controls found on many systems, such as cList (a list of selectable strings), cButton (a button with associated text and return value), cEdit (textual entry field), etc. These controls could be attached to the above described forms. Please note that cDialog is nothing else but a cCustomForm with several controls attached to it, according to the flags (its 'style') you pass to its constructor.
|
The visible styles for creating a bevel's sides. |
|
Commands for cursor positioning. |
|
Copyright © 2001 Cybiko, Inc. All rights reserved. | More information... |