1 /* $Id: windowTitle.h,v 1.3 2003/05/09 17:43:48 edg Exp $ */
3 #ifndef NEDIT_WINDOWTITLE_H_INCLUDED
4 #define NEDIT_WINDOWTITLE_H_INCLUDED
8 #include <X11/Intrinsic.h>
10 /*******************************************************************************
12 * windowTitle.h -- Nirvana Editor window title customization *
14 * Copyright (C) 2001, Arne Forlie *
16 * This is free software; you can redistribute it and/or modify it under the *
17 * terms of the GNU General Public License as published by the Free Software *
18 * Foundation; either version 2 of the License, or (at your option) any later *
21 * This software is distributed in the hope that it will be useful, but WITHOUT *
22 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or *
23 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License *
26 * You should have received a copy of the GNU General Public License along with *
27 * software; if not, write to the Free Software Foundation, Inc., 59 Temple *
28 * Place, Suite 330, Boston, MA 02111-1307 USA *
30 * Nirvana Text Editor *
33 * Written by Arne Forlie, http://arne.forlie.com *
35 *******************************************************************************/
36 char *FormatWindowTitle(const char* filename
,
38 const char* clearCaseViewTag
,
39 const char* serverName
,
44 const char* titleFormat
);
46 void EditCustomTitleFormat(WindowInfo
*window
);
48 #endif /* NEDIT_WINDOWTITLE_H_INCLUDED */