comparison src/structs.h @ 8218:3456e2ebebd4 v7.4.1402

commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 23 17:14:37 2016 +0100 patch 7.4.1402 Problem: GTK 3 is not supported. Solution: Add GTK 3 support. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Tue, 23 Feb 2016 17:15:05 +0100
parents 05b88224cea1
children 4f0677020a43
comparison
equal deleted inserted replaced
8217:c52abf35df88 8218:3456e2ebebd4
2734 Widget submenu_id; /* If this is submenu, add children here */ 2734 Widget submenu_id; /* If this is submenu, add children here */
2735 #endif 2735 #endif
2736 #ifdef FEAT_GUI_GTK 2736 #ifdef FEAT_GUI_GTK
2737 GtkWidget *id; /* Manage this to enable item */ 2737 GtkWidget *id; /* Manage this to enable item */
2738 GtkWidget *submenu_id; /* If this is submenu, add children here */ 2738 GtkWidget *submenu_id; /* If this is submenu, add children here */
2739 # if defined(GTK_CHECK_VERSION) && !GTK_CHECK_VERSION(3,4,0)
2739 GtkWidget *tearoff_handle; 2740 GtkWidget *tearoff_handle;
2741 # endif
2740 GtkWidget *label; /* Used by "set wak=" code. */ 2742 GtkWidget *label; /* Used by "set wak=" code. */
2741 #endif 2743 #endif
2742 #ifdef FEAT_GUI_MOTIF 2744 #ifdef FEAT_GUI_MOTIF
2743 int sensitive; /* turn button on/off */ 2745 int sensitive; /* turn button on/off */
2744 char **xpm; /* pixmap data */ 2746 char **xpm; /* pixmap data */