diff options
| author | Glenn Smith <glenn@vector35.com> | 2019-11-16 21:10:51 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2020-01-16 01:06:45 -0500 |
| commit | e4b45718df111abcc79eb353c4ab106e130e4ef1 (patch) | |
| tree | c8e82b26de292485d1f5b26aaf69bd7eaa372b10 /binaryninjaapi.h | |
| parent | 185a77b28a90335a201e27c9cb949ce2d45a183e (diff) | |
Factor gutter width/tag token width into a setting
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index e231bad6..b409a0e6 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2797,6 +2797,8 @@ __attribute__ ((format (printf, 1, 2))) void SetWidth(size_t width); size_t GetMaximumSymbolWidth() const; void SetMaximumSymbolWidth(size_t width); + size_t GetGutterWidth() const; + void SetGutterWidth(size_t width); }; class Function; |
