Revision 18394,
1.2 KB
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18393,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* Procman - main window |
---|
2 | * Copyright (C) 2001 Kevin Vandersloot |
---|
3 | * |
---|
4 | * This program is free software; you can redistribute it and/or |
---|
5 | * modify it under the terms of the GNU General Public License |
---|
6 | * as published by the Free Software Foundation; either version 2 |
---|
7 | * of the License, or (at your option) any later version. |
---|
8 | * |
---|
9 | * This program is distributed in the hope that it will be useful, |
---|
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
12 | * GNU General Public License for more details. |
---|
13 | * |
---|
14 | * You should have received a copy of the GNU Library General Public |
---|
15 | * License along with this program; if not, write to the Free Software |
---|
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. |
---|
17 | * |
---|
18 | */ |
---|
19 | |
---|
20 | #ifndef _INTERFACE_H_ |
---|
21 | #define _INTERFACE_H_ |
---|
22 | |
---|
23 | #include <procman.h> |
---|
24 | |
---|
25 | gint get_sys_pane_pos (void); |
---|
26 | GtkWidget* create_main_window (ProcData *data); |
---|
27 | GtkWidget* create_simple_view_dialog (ProcData *procdata); |
---|
28 | void toggle_infoview (ProcData *data); |
---|
29 | void update_sensitivity (ProcData *data, gboolean sensitivity); |
---|
30 | void do_popup_menu(ProcData *data, GdkEventButton *event); |
---|
31 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.