comparison runtime/doc/gui_x11.txt @ 20753:661eb972cb22

Update runtime files Commit: https://github.com/vim/vim/commit/acc224064033e5cea21ef7f1eefb356ca06ff11d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 21:07:18 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 21:15:04 +0200
parents af69c9335223
children 9849df834f1d
comparison
equal deleted inserted replaced
20752:47b5de84b7f7 20753:661eb972cb22
1 *gui_x11.txt* For Vim version 8.2. Last change: 2019 May 05 1 *gui_x11.txt* For Vim version 8.2. Last change: 2020 Jun 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
354 menubar, scrollbar, whatever), those are GTK specific settings and you 354 menubar, scrollbar, whatever), those are GTK specific settings and you
355 need to set those up in some sort of gtkrc file. You'll have to refer 355 need to set those up in some sort of gtkrc file. You'll have to refer
356 to the GTK documentation, however little there is, on how to do this. 356 to the GTK documentation, however little there is, on how to do this.
357 See http://developer.gnome.org/doc/API/2.0/gtk/gtk-Resource-Files.html 357 See http://developer.gnome.org/doc/API/2.0/gtk/gtk-Resource-Files.html
358 for more information. 358 for more information.
359 *gtk3-slow*
360 If you are using GTK3 and Vim appears to be slow, try setting the environment
361 variable $GDK_RENDERING to "image".
359 362
360 363
361 Tooltip Colors ~ 364 Tooltip Colors ~
362 *gtk-tooltip-colors* 365 *gtk-tooltip-colors*
363 Example, which sets the tooltip colors to black on light-yellow: > 366 Example, which sets the tooltip colors to black on light-yellow: >