diff options
| author | Jed Barber <jjbarber@y7mail.com> | 2016-11-13 20:06:05 +1100 | 
|---|---|---|
| committer | Jed Barber <jjbarber@y7mail.com> | 2016-11-13 20:06:05 +1100 | 
| commit | 01af58c37a8eab2346b4a9047b2a1e0b994f120c (patch) | |
| tree | 9e231269908ea9f3024bff02732e3f2842d2b321 /c_fl_text_display.cpp | |
| parent | 00a92fa838520364cb02e71f6d9372f617aed57a (diff) | |
Added optional line numbers
Diffstat (limited to 'c_fl_text_display.cpp')
| -rw-r--r-- | c_fl_text_display.cpp | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/c_fl_text_display.cpp b/c_fl_text_display.cpp index 85ad733..b9e59c6 100644 --- a/c_fl_text_display.cpp +++ b/c_fl_text_display.cpp @@ -98,3 +98,8 @@ int fl_text_display_rewind_lines(TEXTDISPLAY td, int s, int l) {      return reinterpret_cast<Fl_Text_Display*>(td)->rewind_lines(s, l);  } + +void fl_text_display_linenumber_width(TEXTDISPLAY td, int w) { +    reinterpret_cast<Fl_Text_Display*>(td)->linenumber_width(w); +} + | 
