From 1a5288e8feb3673fa864d4aa4e4c09c9577a0670 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 3 Nov 2005 20:43:19 +0000 Subject: Fluid Source Code preview panel with automatic refresh and selected object code highlighting. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4630 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/CodeEditor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/CodeEditor.h') diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h index 4b646849b..04c51bd09 100644 --- a/fluid/CodeEditor.h +++ b/fluid/CodeEditor.h @@ -67,6 +67,7 @@ class CodeEditor : public Fl_Text_Editor { CodeEditor(int X, int Y, int W, int H, const char *L=0); ~CodeEditor(); + int top_line() { return get_absolute_top_line_number(); } }; #endif // !CodeEditor_h -- cgit v1.2.3