Revision 15328,
1.2 KB
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15327,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* |
---|
2 | * grun: Popup a command dialog. Original version by Elliot Lee, |
---|
3 | * bloatware edition by Havoc Pennington. Both versions written in 10 |
---|
4 | * minutes or less. :-) |
---|
5 | * Copyright (C) 1998 Havoc Pennington <hp@pobox.com> |
---|
6 | * Copyright (C) 2000 Eazel, Inc. |
---|
7 | * |
---|
8 | * This program is free software; you can redistribute it and/or |
---|
9 | * modify it under the terms of the GNU General Public License as |
---|
10 | * published by the Free Software Foundation; either version 2 of the |
---|
11 | * License, or (at your option) any later version. |
---|
12 | * |
---|
13 | * This program is distributed in the hope that it will be useful, |
---|
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
16 | * GNU General Public License for more details. |
---|
17 | * |
---|
18 | * You should have received a copy of the GNU General Public License |
---|
19 | * along with this program; if not, write to the Free Software |
---|
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
---|
21 | * USA |
---|
22 | */ |
---|
23 | |
---|
24 | #ifndef GNOME_RUN_H |
---|
25 | #define GNOME_RUN_H |
---|
26 | |
---|
27 | void show_run_dialog (void); |
---|
28 | void show_run_dialog_with_text (const char *text); |
---|
29 | |
---|
30 | void load_run_applet(PanelWidget *panel, int pos, gboolean exactpos); |
---|
31 | |
---|
32 | #endif /* GNOME_RUN_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.