Mercurial > hg > xemacs-beta
diff src/EmacsFrame.h @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 0293115a14e9 |
line wrap: on
line diff
--- a/src/EmacsFrame.h Mon Aug 13 08:45:53 2007 +0200 +++ b/src/EmacsFrame.h Mon Aug 13 08:46:35 2007 +0200 @@ -25,178 +25,178 @@ #define _EmacsFrame_h #ifndef XtNminibuffer -#define XtNminibuffer "minibuffer" +#define XtNminibuffer (String) "minibuffer" #endif #ifndef XtCMinibuffer -#define XtCMinibuffer "Minibuffer" +#define XtCMinibuffer (String) "Minibuffer" #endif #ifndef XtNunsplittable -#define XtNunsplittable "unsplittable" +#define XtNunsplittable (String) "unsplittable" #endif #ifndef XtCUnsplittable -#define XtCUnsplittable "Unsplittable" +#define XtCUnsplittable (String) "Unsplittable" #endif #ifndef XtNinternalBorderWidth -#define XtNinternalBorderWidth "internalBorderWidth" +#define XtNinternalBorderWidth (String) "internalBorderWidth" #endif #ifndef XtCInternalBorderWidth -#define XtCInternalBorderWidth "InternalBorderWidth" +#define XtCInternalBorderWidth (String) "InternalBorderWidth" #endif #ifndef XtNscrollBarWidth -#define XtNscrollBarWidth "scrollBarWidth" +#define XtNscrollBarWidth (String) "scrollBarWidth" #endif #ifndef XtCScrollBarWidth -#define XtCScrollBarWidth "ScrollBarWidth" +#define XtCScrollBarWidth (String) "ScrollBarWidth" #endif #ifndef XtNscrollBarHeight -#define XtNscrollBarHeight "scrollBarHeight" +#define XtNscrollBarHeight (String) "scrollBarHeight" #endif #ifndef XtCScrollBarHeight -#define XtCScrollBarHeight "ScrollBarHeight" +#define XtCScrollBarHeight (String) "ScrollBarHeight" #endif #ifndef XtNtopToolBarHeight -#define XtNtopToolBarHeight "topToolBarHeight" +#define XtNtopToolBarHeight (String) "topToolBarHeight" #endif #ifndef XtCTopToolBarHeight -#define XtCTopToolBarHeight "TopToolBarHeight" +#define XtCTopToolBarHeight (String) "TopToolBarHeight" #endif #ifndef XtNbottomToolBarHeight -#define XtNbottomToolBarHeight "bottomToolBarHeight" +#define XtNbottomToolBarHeight (String) "bottomToolBarHeight" #endif #ifndef XtCBottomToolBarHeight -#define XtCBottomToolBarHeight "BottomToolBarHeight" +#define XtCBottomToolBarHeight (String) "BottomToolBarHeight" #endif #ifndef XtNleftToolBarWidth -#define XtNleftToolBarWidth "leftToolBarWidth" +#define XtNleftToolBarWidth (String) "leftToolBarWidth" #endif #ifndef XtCLeftToolBarWidth -#define XtCLeftToolBarWidth "LeftToolBarWidth" +#define XtCLeftToolBarWidth (String) "LeftToolBarWidth" #endif #ifndef XtNrightToolBarWidth -#define XtNrightToolBarWidth "rightToolBarWidth" +#define XtNrightToolBarWidth (String) "rightToolBarWidth" #endif #ifndef XtCRightToolBarWidth -#define XtCRightToolBarWidth "RightToolBarWidth" +#define XtCRightToolBarWidth (String) "RightToolBarWidth" #endif #ifndef XtNtopToolBarShadowColor -#define XtNtopToolBarShadowColor "topToolBarShadowColor" +#define XtNtopToolBarShadowColor (String) "topToolBarShadowColor" #endif #ifndef XtCTopToolBarShadowColor -#define XtCTopToolBarShadowColor "TopToolBarShadowColor" +#define XtCTopToolBarShadowColor (String) "TopToolBarShadowColor" #endif #ifndef XtNbottomToolBarShadowColor -#define XtNbottomToolBarShadowColor "bottomToolBarShadowColor" +#define XtNbottomToolBarShadowColor (String) "bottomToolBarShadowColor" #endif #ifndef XtCBottomToolBarShadowColor -#define XtCBottomToolBarShadowColor "BottomToolBarShadowColor" +#define XtCBottomToolBarShadowColor (String) "BottomToolBarShadowColor" #endif #ifndef XtNbackgroundToolBarColor -#define XtNbackgroundToolBarColor "backgroundToolBarColor" +#define XtNbackgroundToolBarColor (String) "backgroundToolBarColor" #endif #ifndef XtCBackgroundToolBarColor -#define XtCBackgroundToolBarColor "BackgroundToolBarColor" +#define XtCBackgroundToolBarColor (String) "BackgroundToolBarColor" #endif #ifndef XtNtopToolBarShadowPixmap -#define XtNtopToolBarShadowPixmap "topToolBarShadowPixmap" +#define XtNtopToolBarShadowPixmap (String) "topToolBarShadowPixmap" #endif #ifndef XtCTopToolBarShadowPixmap -#define XtCTopToolBarShadowPixmap "TopToolBarShadowPixmap" +#define XtCTopToolBarShadowPixmap (String) "TopToolBarShadowPixmap" #endif #ifndef XtNbottomToolBarShadowPixmap -#define XtNbottomToolBarShadowPixmap "bottomToolBarShadowPixmap" +#define XtNbottomToolBarShadowPixmap (String) "bottomToolBarShadowPixmap" #endif #ifndef XtCBottomToolBarShadowPixmap -#define XtCBottomToolBarShadowPixmap "BottomToolBarShadowPixmap" +#define XtCBottomToolBarShadowPixmap (String) "BottomToolBarShadowPixmap" #endif #ifndef XtNtoolBarShadowThickness -#define XtNtoolBarShadowThickness "toolBarShadowThickness" +#define XtNtoolBarShadowThickness (String) "toolBarShadowThickness" #endif #ifndef XtCToolBarShadowThickness -#define XtCToolBarShadowThickness "ToolBarShadowThickness" +#define XtCToolBarShadowThickness (String) "ToolBarShadowThickness" #endif #ifndef XtNscrollBarPlacement -#define XtNscrollBarPlacement "scrollBarPlacement" +#define XtNscrollBarPlacement (String) "scrollBarPlacement" #endif #ifndef XtCScrollBarPlacement -#define XtCScrollBarPlacement "ScrollBarPlacement" +#define XtCScrollBarPlacement (String) "ScrollBarPlacement" #endif #ifndef XtRScrollBarPlacement -#define XtRScrollBarPlacement "ScrollBarPlacement" +#define XtRScrollBarPlacement (String) "ScrollBarPlacement" #endif #ifndef XtNinterline -#define XtNinterline "interline" +#define XtNinterline (String) "interline" #endif #ifndef XtCInterline -#define XtCInterline "Interline" +#define XtCInterline (String) "Interline" #endif #ifndef XtNfont -#define XtNfont "font" +#define XtNfont (String) "font" #endif #ifndef XtCFont -#define XtCFont "Font" +#define XtCFont (String) "Font" #endif #ifndef XtNforeground -#define XtNforeground "foreground" +#define XtNforeground (String) "foreground" #endif #ifndef XtCForeground -#define XtCForeground "Foreground" +#define XtCForeground (String) "Foreground" #endif #ifndef XtNiconic -#define XtNiconic "iconic" +#define XtNiconic (String) "iconic" #endif #ifndef XtCIconic -#define XtCIconic "Iconic" +#define XtCIconic (String) "Iconic" #endif #ifndef XtNcursorColor -#define XtNcursorColor "cursorColor" +#define XtNcursorColor (String) "cursorColor" #endif #ifndef XtCCursorColor -#define XtCCursorColor "CursorColor" +#define XtCCursorColor (String) "CursorColor" #endif #ifndef XtNbarCursor -#define XtNbarCursor "barCursor" +#define XtNbarCursor (String) "barCursor" #endif #ifndef XtCBarCursor -#define XtCBarCursor "BarCursor" +#define XtCBarCursor (String) "BarCursor" #endif #ifndef XtNvisualBell -#define XtNvisualBell "visualBell" +#define XtNvisualBell (String) "visualBell" #endif #ifndef XtCVisualBell -#define XtCVisualBell "VisualBell" +#define XtCVisualBell (String) "VisualBell" #endif #ifndef XtNbellVolume -#define XtNbellVolume "bellVolume" +#define XtNbellVolume (String) "bellVolume" #endif #ifndef XtCBellVolume -#define XtCBellVolume "BellVolume" +#define XtCBellVolume (String) "BellVolume" #endif #ifndef XtNpointerBackground -#define XtNpointerBackground "pointerBackground" +#define XtNpointerBackground (String) "pointerBackground" #endif #ifndef XtNpointerColor @@ -204,75 +204,75 @@ #endif #ifndef XtNtextPointer -#define XtNtextPointer "textPointer" +#define XtNtextPointer (String) "textPointer" #endif #ifndef XtNspacePointer -#define XtNspacePointer "spacePointer" +#define XtNspacePointer (String) "spacePointer" #endif #ifndef XtNmodeLinePointer -#define XtNmodeLinePointer "modePointer" +#define XtNmodeLinePointer (String) "modePointer" #endif #ifndef XtNgcPointer -#define XtNgcPointer "gcPointer" +#define XtNgcPointer (String) "gcPointer" #endif #ifndef XtNemacsFrame -#define XtNemacsFrame "emacsFrame" +#define XtNemacsFrame (String) "emacsFrame" #endif #ifndef XtCEmacsFrame -#define XtCEmacsFrame "EmacsFrame" +#define XtCEmacsFrame (String) "EmacsFrame" #endif #ifndef XtNgeometry -#define XtNgeometry "geometry" +#define XtNgeometry (String) "geometry" #endif #ifndef XtCGeometry -#define XtCGeometry "Geometry" +#define XtCGeometry (String) "Geometry" #endif #ifndef XtNinitialGeometry -#define XtNinitialGeometry "initialGeometry" +#define XtNinitialGeometry (String) "initialGeometry" #endif #ifndef XtCInitialGeometry -#define XtCInitialGeometry "InitialGeometry" +#define XtCInitialGeometry (String) "InitialGeometry" #endif #ifndef XtNmenubar -#define XtNmenubar "menubar" +#define XtNmenubar (String) "menubar" #endif #ifndef XtCMenubar -#define XtCMenubar "Menubar" +#define XtCMenubar (String) "Menubar" #endif #ifndef XtNinitiallyUnmapped -#define XtNinitiallyUnmapped "initiallyUnmapped" +#define XtNinitiallyUnmapped (String) "initiallyUnmapped" #endif #ifndef XtCInitiallyUnmapped -#define XtCInitiallyUnmapped "InitiallyUnmapped" +#define XtCInitiallyUnmapped (String) "InitiallyUnmapped" #endif #ifndef XtNpreferredWidth -#define XtNpreferredWidth "preferredWidth" +#define XtNpreferredWidth (String) "preferredWidth" #endif #ifndef XtCPreferredWidth -#define XtCPreferredWidth "PreferredWidth" +#define XtCPreferredWidth (String) "PreferredWidth" #endif #ifndef XtNpreferredHeight -#define XtNpreferredHeight "preferredHeight" +#define XtNpreferredHeight (String) "preferredHeight" #endif #ifndef XtCPreferredHeight -#define XtCPreferredHeight "PreferredHeight" +#define XtCPreferredHeight (String) "PreferredHeight" #endif #ifndef XtNuseBackingStore -#define XtNuseBackingStore "useBackingStore" +#define XtNuseBackingStore (String) "useBackingStore" #endif #ifndef XtCUseBackingStore -#define XtCUseBackingStore "UseBackingStore" +#define XtCUseBackingStore (String) "UseBackingStore" #endif /* scrollbar placement types; like in ScrolledW.h */