diff options
| author | mitchell <unknown> | 2018-03-13 17:56:13 -0400 | 
|---|---|---|
| committer | mitchell <unknown> | 2018-03-13 17:56:13 -0400 | 
| commit | 75e9090ffcd0364ccf3d39c98c4628b119667c7e (patch) | |
| tree | dc762f18ff507f2f6948f66a0d9aa2b03a8803ce /doc/ScintillaDoc.html | |
| parent | e760fb2876de11459ca9a063d1de5de0de58c9e6 (diff) | |
| download | scintilla-mirror-75e9090ffcd0364ccf3d39c98c4628b119667c7e.tar.gz | |
Update GTK+ version requirements.
Diffstat (limited to 'doc/ScintillaDoc.html')
| -rw-r--r-- | doc/ScintillaDoc.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index a6a5d0a48..78a9bf36d 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -6548,7 +6548,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){      On GTK+, there are storage and performance costs to accessibility, so it can be disabled      by calling <code>SCI_SETACCESSIBILITY</code>.      </p> -  +      <table class="standard" summary="Accessibility status">        <tbody>          <tr> @@ -6578,7 +6578,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){          </tr>        </tbody>      </table> -    +      <h2 id="Lexer">Lexer</h2>      <p>If you define the symbol <code>SCI_LEXER</code> when building Scintilla, (this is sometimes @@ -8182,7 +8182,7 @@ EM_SETTARGETDEVICE      directories.      The compiler must support C++11.      For Windows, GCC 4.8 or Microsoft Visual C++ 2015 can be used -    for building. For GTK+, GCC 4.8 or newer should be used. GTK+ 2.18+ and 3.x are +    for building. For GTK+, GCC 4.8 or newer should be used. GTK+ 2.24+ and 3.x are      supported with glib 2.22+. The version of GTK+ installed should be detected automatically.      When both GTK+ 2 and GTK+ 3 are present, building for GTK+ 3.x requires defining GTK3      on the command line.</p> | 
