Public Member Functions | |
| (BOOL) | - usesHexArea |
| (void) | - setUsesHexArea: |
| (BOOL) | - usesTextArea |
| (void) | - setUsesTextArea: |
action to its target when the user hits return. It has no control.
An HFTextField can be configured to show a hexadecimal view, an ASCII (really the defaultCStringEncoding) view, or both.
This class is currently missing a fair amount of functionality, such as enabled or editable state.
| - (BOOL) usesHexArea |
Returns whether the hexadecimal view is shown.
| - (void) setUsesHexArea: | (BOOL) | val |
Sets whether the hexadecimal view is shown.
| - (BOOL) usesTextArea |
Returns whether the ASCII view is shown.
| - (void) setUsesTextArea: | (BOOL) | val |
Sets whether the ASCII view is shown.
1.5.9