Apply the "frame around text area" patch and associated geometry fixes. Looks
[nedit.git] / source / windowTitle.h
blob14178931e79081c97e57f93b82be6dffa6bd322a
1 /* $Id: windowTitle.h,v 1.2 2002/07/11 21:18:12 slobasso Exp $ */
3 #ifndef NEDIT_WINDOWTITLE_H_INCLUDED
4 #define NEDIT_WINDOWTITLE_H_INCLUDED
6 #include "nedit.h"
8 #include <X11/Intrinsic.h>
10 /*******************************************************************************
11 * *
12 * windowTitle.h -- Nirvana Editor window title customization *
13 * *
14 * Copyright (C) 2001, Arne Forlie *
15 * *
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 *
19 * version. *
20 * *
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 *
24 * for more details. *
25 * *
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 *
29 * *
30 * Nirvana Text Editor *
31 * July 31, 2001 *
32 * *
33 * Written by Arne Forlie, http://arne.forlie.com *
34 * *
35 *******************************************************************************/
36 char *FormatWindowTitle(const char* filename,
37 const char* path,
38 const char* clearCaseViewTag,
39 const char* serverName,
40 int isServer,
41 int filenameSet,
42 int lockReasons,
43 int fileChanged,
44 const char* titleFormat);
46 void EditCustomTitleFormat(Widget parent, WindowInfo *window);
48 #endif /* NEDIT_WINDOWTITLE_H_INCLUDED */