comparison src/gui_gtk_f.c @ 1207:beed57a8fcd1

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 17:52:45 +0000
parents 2983cde45542
children 3dd986bfef63
comparison
equal deleted inserted replaced
1206:76130176cf41 1207:beed57a8fcd1
13 * Support for GTK+ 2 was added by: 13 * Support for GTK+ 2 was added by:
14 * 14 *
15 * (C) 2002,2003 Jason Hildebrand <jason@peaceworks.ca> 15 * (C) 2002,2003 Jason Hildebrand <jason@peaceworks.ca>
16 * Daniel Elstner <daniel.elstner@gmx.net> 16 * Daniel Elstner <daniel.elstner@gmx.net>
17 * 17 *
18 * This is a special purspose container widget, which manages arbitrary childs 18 * This is a special purpose container widget, which manages arbitrary
19 * at arbitrary positions width arbitrary sizes. This finally puts an end on 19 * children at arbitrary positions width arbitrary sizes. This finally puts
20 * our resizement problems with which we where struggling for such a long time. 20 * an end on our resize problems with which we where struggling for such a
21 * long time.
21 */ 22 */
22 23
23 #include "vim.h" 24 #include "vim.h"
24 #include <gtk/gtk.h> /* without this it compiles, but gives errors at 25 #include <gtk/gtk.h> /* without this it compiles, but gives errors at
25 runtime! */ 26 runtime! */