/[gnustep]/gnustep/usr-apps/gworkspace/GWLib/externs.m
ViewVC logotype

Contents of /gnustep/usr-apps/gworkspace/GWLib/externs.m

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Mon Sep 29 13:20:28 2003 UTC (20 years, 7 months ago) by esersale
Branch: MAIN
Changes since 1.2: +0 -3 lines
*** empty log message ***

1 /* externs.m
2 *
3 * Copyright (C) 2003 Free Software Foundation, Inc.
4 *
5 * Author: Enrico Sersale <enrico@imago.ro>
6 * Date: August 2001
7 *
8 * This file is part of the GNUstep GWorkspace application
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23 */
24
25
26 #include <Foundation/Foundation.h>
27
28 /* Notifications */
29 NSString *GWFileSystemWillChangeNotification = @"GWFileSystemWillChangeNotification";
30 NSString *GWFileSystemDidChangeNotification = @"GWFileSystemDidChangeNotification";
31 NSString *GWDidSetFileAttributesNotification = @"GWDidSetFileAttributesNotification";
32 NSString *GWSortTypeDidChangeNotification = @"GWSortTypeDidChangeNotification";
33 NSString *GWCurrentSelectionChangedNotification = @"GWCurrentSelectionChangedNotification";
34 NSString *GWViewersListDidChangeNotification = @"GWViewersListDidChangeNotification";
35 NSString *GWViewersUseShelfDidChangeNotification = @"GWViewersUseShelfDidChangeNotification";
36 NSString *GWBrowserCellsIconsDidChangeNotification = @"GWBrowserCellsIconsDidChangeNotification";
37
38 /* Geometry Notifications */
39 NSString *GWBrowserColumnWidthChangedNotification = @"GWBrowserColumnWidthChangedNotification";
40 NSString *GWShelfCellsWidthChangedNotification = @"GWShelfCellsWidthChangedNotification";
41 NSString *GWIconsCellsWidthChangedNotification = @"GWIconsCellsWidthChangedNotification";
42
43 /* Thumbnails Notifications */
44 NSString *GWThumbnailsDidChangeNotification = @"GWThumbnailsDidChangeNotification";
45
46 /* File Watcher Notifications */
47 NSString *GWFileWatcherFileDidChangeNotification = @"GWFileWatcherFileDidChangeNotification";
48 NSString *GWWatchedDirectoryDeleted = @"GWWatchedDirectoryDeleted";
49 NSString *GWFileDeletedInWatchedDirectory = @"GWFileDeletedInWatchedDirectory";
50 NSString *GWFileCreatedInWatchedDirectory = @"GWFileCreatedInWatchedDirectory";
51
52 /* File Operations */
53 NSString *GWorkspaceCreateFileOperation = @"GWorkspaceCreateFileOperation";
54 NSString *GWorkspaceCreateDirOperation = @"GWorkspaceCreateDirOperation";
55 NSString *GWorkspaceRenameOperation = @"GWorkspaceRenameOperation";
56 NSString *GWorkspaceRecycleOutOperation = @"GWorkspaceRecycleOutOperation";
57 NSString *GWorkspaceEmptyRecyclerOperation = @"GWorkspaceEmptyRecyclerOperation";
58
59
60 NSString *GSHideDotFilesDidChangeNotification = @"GSHideDotFilesDidChangeNotification";
61
62 NSString *GWDesktopViewColorChangedNotification = @"GWDesktopViewColorChangedNotification";
63 NSString *GWDesktopViewImageChangedNotification = @"GWDesktopViewImageChangedNotification";
64 NSString *GWDesktopViewUnsetImageNotification = @"GWDesktopViewUnsetImageNotification";
65
66 NSString *GWIconAnimationChangedNotification = @"GWIconAnimationChangedNotification";

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26