Go to the source code of this file.
Classes | |
class | HFLineCountingRepresenter |
The HFRepresenter used to show the "line number gutter.". More... | |
Enumerations | |
enum | HFLineNumberFormat { HFLineNumberFormatDecimal, HFLineNumberFormatHexadecimal, HFLineNumberFormatMAXIMUM } |
Variables | |
NSString *const | HFLineCountingRepresenterMinimumViewWidthChanged |
enum HFLineNumberFormat |
HFLineNumberFormat is a simple enum used to determine whether line numbers are in decimal or hexadecimal format.
NSString* const HFLineCountingRepresenterMinimumViewWidthChanged |
Notification posted when the HFLineCountingRepresenter's width has changed because the number of digits it wants to show has increased or decreased. The object is the HFLineCountingRepresenter; there is no user info.