mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 23:06:54 +08:00
Improve documentation (test/editor) (#219)
Add missing declaration, update more declarations.
This commit is contained in:
@@ -50,8 +50,9 @@ Our text editor will need some global variables to keep track of things:
|
|||||||
|
|
||||||
\code
|
\code
|
||||||
int changed = 0;
|
int changed = 0;
|
||||||
char filename[256] = "";
|
char filename[FL_PATH_MAX] = "";
|
||||||
Fl_Text_Buffer *textbuf;
|
char title[FL_PATH_MAX];
|
||||||
|
Fl_Text_Buffer *textbuf = 0;
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
The \p textbuf variable is the text editor buffer for
|
The \p textbuf variable is the text editor buffer for
|
||||||
|
|||||||
Reference in New Issue
Block a user