comparison src/structs.h @ 50:90188be4861f

updated for version 7.0028
author vimboss
date Sun, 02 Jan 2005 11:36:03 +0000
parents f529edb9bab3
children a97c6902ecd9
comparison
equal deleted inserted replaced
49:10286edc333c 50:90188be4861f
1808 GtkWidget *tearoff_handle; 1808 GtkWidget *tearoff_handle;
1809 GtkWidget *label; /* Used by "set wak=" code. */ 1809 GtkWidget *label; /* Used by "set wak=" code. */
1810 #endif 1810 #endif
1811 #ifdef FEAT_GUI_MOTIF 1811 #ifdef FEAT_GUI_MOTIF
1812 int sensitive; /* turn button on/off */ 1812 int sensitive; /* turn button on/off */
1813 #endif 1813 char **xpm; /* pixmap data */
1814 #if defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MOTIF) 1814 #endif
1815 #ifdef FEAT_GUI_ATHENA
1815 Pixmap image; /* Toolbar image */ 1816 Pixmap image; /* Toolbar image */
1816 #endif
1817 #ifdef FEAT_GUI_MOTIF
1818 Pixmap image_ins; /* Toolbar image insensitive */
1819 #endif 1817 #endif
1820 #ifdef FEAT_BEVAL_TIP 1818 #ifdef FEAT_BEVAL_TIP
1821 BalloonEval *tip; /* tooltip for this menu item */ 1819 BalloonEval *tip; /* tooltip for this menu item */
1822 #endif 1820 #endif
1823 #ifdef FEAT_GUI_W16 1821 #ifdef FEAT_GUI_W16