From 9020e4ea8b87c06ce79563e79addfb0c3d0e63d0 Mon Sep 17 00:00:00 2001 From: Scott Tringali Date: Sun, 28 Dec 2003 17:25:32 +0000 Subject: [PATCH] Remove hardcoded visual resources for tab widget, in favor of resources that can be overridden. --- source/window.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/source/window.c b/source/window.c index ef3d77f..6b62769 100644 --- a/source/window.c +++ b/source/window.c @@ -1,4 +1,4 @@ -static const char CVSID[] = "$Id: window.c,v 1.90 2003/12/26 10:14:25 tksoh Exp $"; +static const char CVSID[] = "$Id: window.c,v 1.91 2003/12/28 17:25:32 tringali Exp $"; /******************************************************************************* * * * window.c -- Nirvana Editor window creation/deletion * @@ -525,11 +525,7 @@ WindowInfo *CreateWindow(const char *name, char *geometry, int iconic) window->bufferTabBar = XtVaCreateManagedWidget("tabBar", xmlFolderWidgetClass, tabForm, - XmNinactiveBackground, AllocateColor(tabForm, "#909090"), XmNresizePolicy, XmRESIZE_PACK, - XmNmaxTabWidth, 150, - XmNhighlightThickness, 0, - XmNshadowThickness, 1, XmNleftAttachment, XmATTACH_FORM, XmNleftOffset, 1, XmNrightAttachment, XmATTACH_WIDGET, @@ -538,7 +534,6 @@ WindowInfo *CreateWindow(const char *name, char *geometry, int iconic) XmNbottomAttachment, XmATTACH_FORM, XmNbottomOffset, 0, XmNtopAttachment, XmATTACH_FORM, - XmNtraversalOn, False, NULL); /* create an unmanaged composite widget to get the folder -- 2.11.4.GIT