comparison src/gui_xmdlg.c @ 49:10286edc333c

updated for version 7.0028
author vimboss
date Sun, 02 Jan 2005 11:32:29 +0000
parents af1bcb9a13c0
children 2463194c8cdd
comparison
equal deleted inserted replaced
48:00c35ea0c2b3 49:10286edc333c
1 /* vi:set ts=8 sts=4 sw=4: 1 /* vi:set ts=8 sts=4 sw=4:
2 * 2 *
3 * VIM - Vi IMproved by Bram Moolenaar 3 * VIM - Vi IMproved by Bram Moolenaar
4 * GUI/Motif support by Robert Webb
5 * 4 *
6 * Do ":help uganda" in Vim to read copying and usage conditions. 5 * Do ":help uganda" in Vim to read copying and usage conditions.
7 * Do ":help credits" in Vim to see a list of people who contributed. 6 * Do ":help credits" in Vim to see a list of people who contributed.
8 * See README.txt for an overview of the Vim source code. 7 * See README.txt for an overview of the Vim source code.
9 */ 8 */
10 9
11 /* 10 /*
12 * (C) 2001 by Marcin Dalecki <dalecki@evision.ag> 11 * (C) 2001,2005 by Marcin Dalecki <martin@dalecki.de>
13 * 12 *
14 * Implementation of dialogue functions for the Motif GUI variant. 13 * Implementation of dialogue functions for the Motif GUI variant.
14 *
15 * Note about Lesstif: Apparenty lesstif doesn't get the widget layout right,
16 * when using a dynamic scrollbar policy.
15 */ 17 */
16 18
17 #include <Xm/Form.h> 19 #include <Xm/Form.h>
18 #include <Xm/PushBG.h> 20 #include <Xm/PushBG.h>
19 #include <Xm/Text.h> 21 #include <Xm/Text.h>