source: trunk/third/gnome-panel/gnome-panel/gnome-run.h @ 18631

Revision 18631, 1.2 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18630, 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#include <glib/gmacros.h>
28#include <gtk/gtk.h>
29
30G_BEGIN_DECLS
31
32void show_run_dialog           (GdkScreen  *screen);
33void show_run_dialog_with_text (GdkScreen  *screen,
34                                const char *text);
35
36G_END_DECLS
37
38#endif /* GNOME_RUN_H */
Note: See TracBrowser for help on using the repository browser.