1999-03-14 07:03:11 +08:00
|
|
|
/* LIBGIMP - The GIMP Library
|
2000-02-26 11:41:06 +08:00
|
|
|
* Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
|
1999-03-14 07:03:11 +08:00
|
|
|
*
|
|
|
|
* gimpfileselection.c
|
2000-02-09 04:24:07 +08:00
|
|
|
* Copyright (C) 1999 Michael Natterer <mitch@gimp.org>
|
1999-03-14 07:03:11 +08:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
1999-11-18 05:13:50 +08:00
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
1999-03-14 07:03:11 +08:00
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2000-02-26 11:41:06 +08:00
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
1999-03-14 07:03:11 +08:00
|
|
|
* Library General Public License for more details.
|
|
|
|
*
|
1999-11-18 05:13:50 +08:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
1999-03-14 07:03:11 +08:00
|
|
|
* License along with this library; if not, write to the
|
|
|
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
|
|
* Boston, MA 02111-1307, USA.
|
|
|
|
*/
|
|
|
|
#include "config.h"
|
1999-05-29 05:56:04 +08:00
|
|
|
|
2000-02-26 11:41:06 +08:00
|
|
|
#include <glib.h> /* Needed here by Win32 gcc compilation */
|
1999-05-29 05:56:04 +08:00
|
|
|
|
1999-04-22 14:50:29 +08:00
|
|
|
#include <sys/types.h>
|
1999-03-14 07:03:11 +08:00
|
|
|
#include <sys/stat.h>
|
|
|
|
#ifdef HAVE_UNISTD_H
|
|
|
|
#include <unistd.h>
|
|
|
|
#endif
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
#include "gimpfileselection.h"
|
|
|
|
|
2000-01-27 09:54:52 +08:00
|
|
|
#include "libgimp-intl.h"
|
1999-03-14 07:03:11 +08:00
|
|
|
|
|
|
|
#include "pixmaps/yes.xpm"
|
|
|
|
#include "pixmaps/no.xpm"
|
|
|
|
|
1999-10-05 03:26:07 +08:00
|
|
|
#ifdef G_OS_WIN32
|
Win32 portability changes:
* config.h.win32, README.win32: Small changes.
* tools/pdbgen/pdb/*.pdb: Include <string.h>.
* app/*_cmds.c: Autogenerated files reflect above changes.
* libgimp/makefile.msc app/makefile.msc: Various updates,
including new object files. Gtk+ directory now should be called
gtk+ (not gtk-plus). Use win32-specific gdk subdir. Glib directory
now should be called just glib.
* libgimp/gimp.def: Updates.
* libgimp/gimpfeatures.h.win32: Made current with
gimpfeatures.h.in.
* libgimp/gimpfileselection.c: Define S_ISDIR and S_ISREG if
necessary.
* tools/pdbgen/pdb/fileops.pdb: Must have a
statement (even an empty one) after a label.
* app/fileops_cmds.c: Autogenerated file reflects above changes.
* app/crop.c: Include <string.h>.
* app/{app_procs,batch,fileops,datafiles,errorconsole,general,
plug_in,temp_buf,tile_swap}.c: Test NATIVE_WIN32, not
_MSC_VER. (NATIVE_WIN32 means we are using the Microsoft C
runtime, even if we might be compiling with gcc.)
* app/fileops.c: Don't include <process.h> here.
* app/fileops.h: Do include <process.h> here.
* app/gimpparasite.c: Include config.h, guard inclusion of
<unistd.h>. (Is the inclusion of unistd.h in source files all over
the place really necessary?)
* app/ink.c: MSC doesn't handle conversion from unsigned __int64
to double, so cast to signed.
* app/lut_funcs.c: Include config.h, and define rint() if necessary.
* app/pixel_processor.c: Include config.h without "..", like in
all the other places. Include <string.h>
* app/text_tool.c: Guard the "POINTS" identifier that clashes with
<windows.h>, sigh.
1999-05-05 05:32:17 +08:00
|
|
|
# ifndef S_ISDIR
|
|
|
|
# define S_ISDIR(m) ((m) & _S_IFDIR)
|
|
|
|
# endif
|
|
|
|
# ifndef S_ISREG
|
|
|
|
# define S_ISREG(m) ((m) & _S_IFREG)
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
1999-06-18 03:13:08 +08:00
|
|
|
/* callbacks */
|
2000-02-18 21:59:18 +08:00
|
|
|
static void gimp_file_selection_entry_callback (GtkWidget *widget,
|
|
|
|
gpointer data);
|
|
|
|
static gint gimp_file_selection_entry_focus_out_callback (GtkWidget *widget,
|
|
|
|
GdkEvent *event,
|
|
|
|
gpointer data);
|
|
|
|
static void gimp_file_selection_browse_callback (GtkWidget *widget,
|
|
|
|
gpointer data);
|
1999-06-18 03:13:08 +08:00
|
|
|
|
|
|
|
/* private functions */
|
2000-02-18 21:59:18 +08:00
|
|
|
static void gimp_file_selection_check_filename (GimpFileSelection *gfs);
|
1999-03-14 07:03:11 +08:00
|
|
|
|
1999-11-20 22:27:07 +08:00
|
|
|
enum
|
|
|
|
{
|
1999-06-18 03:13:08 +08:00
|
|
|
FILENAME_CHANGED,
|
1999-03-14 07:03:11 +08:00
|
|
|
LAST_SIGNAL
|
|
|
|
};
|
|
|
|
|
1999-12-07 06:44:40 +08:00
|
|
|
static guint gimp_file_selection_signals[LAST_SIGNAL] = { 0 };
|
1999-03-14 07:03:11 +08:00
|
|
|
|
|
|
|
static GtkHBoxClass *parent_class = NULL;
|
|
|
|
|
|
|
|
static void
|
1999-06-18 03:13:08 +08:00
|
|
|
gimp_file_selection_destroy (GtkObject *object)
|
1999-03-14 07:03:11 +08:00
|
|
|
{
|
|
|
|
GimpFileSelection *gfs;
|
|
|
|
|
|
|
|
g_return_if_fail (object != NULL);
|
|
|
|
g_return_if_fail (GIMP_IS_FILE_SELECTION (object));
|
|
|
|
|
|
|
|
gfs = GIMP_FILE_SELECTION (object);
|
|
|
|
|
|
|
|
if (gfs->file_selection)
|
|
|
|
gtk_widget_destroy (gfs->file_selection);
|
|
|
|
|
1999-05-19 01:33:39 +08:00
|
|
|
if (gfs->title)
|
|
|
|
g_free (gfs->title);
|
|
|
|
|
1999-03-14 07:03:11 +08:00
|
|
|
if (GTK_OBJECT_CLASS (parent_class)->destroy)
|
|
|
|
(* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
gimp_file_selection_class_init (GimpFileSelectionClass *class)
|
|
|
|
{
|
|
|
|
GtkObjectClass *object_class;
|
|
|
|
|
1999-11-20 22:27:07 +08:00
|
|
|
object_class = (GtkObjectClass *) class;
|
1999-03-14 07:03:11 +08:00
|
|
|
|
|
|
|
parent_class = gtk_type_class (gtk_hbox_get_type ());
|
|
|
|
|
1999-06-18 03:13:08 +08:00
|
|
|
gimp_file_selection_signals[FILENAME_CHANGED] =
|
1999-11-20 22:27:07 +08:00
|
|
|
gtk_signal_new ("filename_changed",
|
|
|
|
GTK_RUN_FIRST,
|
|
|
|
object_class->type,
|
|
|
|
GTK_SIGNAL_OFFSET (GimpFileSelectionClass,
|
|
|
|
filename_changed),
|
|
|
|
gtk_signal_default_marshaller, GTK_TYPE_NONE, 0);
|
1999-06-18 03:13:08 +08:00
|
|
|
|
1999-03-14 07:03:11 +08:00
|
|
|
gtk_object_class_add_signals (object_class, gimp_file_selection_signals,
|
|
|
|
LAST_SIGNAL);
|
|
|
|
|
1999-06-18 03:13:08 +08:00
|
|
|
class->filename_changed = NULL;
|
|
|
|
|
|
|
|
object_class->destroy = gimp_file_selection_destroy;
|
1999-03-14 07:03:11 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
gimp_file_selection_init (GimpFileSelection *gfs)
|
|
|
|
{
|
2000-02-18 21:59:18 +08:00
|
|
|
gfs->title = NULL;
|
1999-03-14 07:03:11 +08:00
|
|
|
gfs->file_selection = NULL;
|
2000-02-18 21:59:18 +08:00
|
|
|
gfs->check_valid = FALSE;
|
|
|
|
|
|
|
|
gfs->yes_pixmap = NULL;
|
|
|
|
gfs->no_pixmap = NULL;
|
1999-03-14 07:03:11 +08:00
|
|
|
|
1999-05-19 01:33:39 +08:00
|
|
|
gtk_box_set_spacing (GTK_BOX (gfs), 2);
|
|
|
|
gtk_box_set_homogeneous (GTK_BOX (gfs), FALSE);
|
|
|
|
|
1999-03-14 07:03:11 +08:00
|
|
|
gfs->browse_button = gtk_button_new_with_label (" ... ");
|
1999-05-19 01:33:39 +08:00
|
|
|
gtk_box_pack_end (GTK_BOX (gfs), gfs->browse_button, FALSE, FALSE, 0);
|
1999-03-14 07:03:11 +08:00
|
|
|
gtk_signal_connect (GTK_OBJECT(gfs->browse_button), "clicked",
|
1999-11-20 22:27:07 +08:00
|
|
|
GTK_SIGNAL_FUNC (gimp_file_selection_browse_callback),
|
|
|
|
gfs);
|
1999-03-14 07:03:11 +08:00
|
|
|
gtk_widget_show (gfs->browse_button);
|
|
|
|
|
|
|
|
gfs->entry = gtk_entry_new ();
|
1999-05-19 01:33:39 +08:00
|
|
|
gtk_box_pack_end (GTK_BOX (gfs), gfs->entry, TRUE, TRUE, 0);
|
1999-11-20 22:27:07 +08:00
|
|
|
gtk_signal_connect (GTK_OBJECT (gfs->entry), "activate",
|
|
|
|
GTK_SIGNAL_FUNC (gimp_file_selection_entry_callback),
|
|
|
|
gfs);
|
|
|
|
gtk_signal_connect (GTK_OBJECT (gfs->entry), "focus_out_event",
|
|
|
|
GTK_SIGNAL_FUNC (gimp_file_selection_entry_focus_out_callback),
|
|
|
|
gfs);
|
1999-03-14 07:03:11 +08:00
|
|
|
gtk_widget_show (gfs->entry);
|
|
|
|
}
|
|
|
|
|
1999-06-18 03:13:08 +08:00
|
|
|
GtkType
|
1999-07-29 07:00:08 +08:00
|
|
|
gimp_file_selection_get_type (void)
|
1999-03-14 07:03:11 +08:00
|
|
|
{
|
1999-06-18 03:13:08 +08:00
|
|
|
static GtkType gfs_type = 0;
|
1999-03-14 07:03:11 +08:00
|
|
|
|
|
|
|
if (!gfs_type)
|
|
|
|
{
|
|
|
|
GtkTypeInfo gfs_info =
|
|
|
|
{
|
|
|
|
"GimpFileSelection",
|
|
|
|
sizeof (GimpFileSelection),
|
|
|
|
sizeof (GimpFileSelectionClass),
|
|
|
|
(GtkClassInitFunc) gimp_file_selection_class_init,
|
|
|
|
(GtkObjectInitFunc) gimp_file_selection_init,
|
|
|
|
/* reserved_1 */ NULL,
|
|
|
|
/* reserved_2 */ NULL,
|
|
|
|
(GtkClassInitFunc) NULL
|
|
|
|
};
|
|
|
|
|
|
|
|
gfs_type = gtk_type_unique (gtk_hbox_get_type (), &gfs_info);
|
|
|
|
}
|
|
|
|
|
|
|
|
return gfs_type;
|
|
|
|
}
|
|
|
|
|
2000-02-09 05:59:31 +08:00
|
|
|
/**
|
|
|
|
* gimp_file_selection_new:
|
|
|
|
* @title: The title of the #GtkFileSelection dialog.
|
|
|
|
* @filename: The initial filename.
|
|
|
|
* @dir_only: #TRUE if the file selection should accept directories only.
|
|
|
|
* @check_valid: #TRUE if the widget should check if the entered file
|
|
|
|
* really exists.
|
|
|
|
*
|
|
|
|
* Creates a new #GimpFileSelection widget.
|
|
|
|
*
|
|
|
|
* Returns: A pointer to the new #GimpFileSelection widget.
|
|
|
|
*
|
|
|
|
*/
|
1999-11-20 22:27:07 +08:00
|
|
|
GtkWidget *
|
1999-03-14 07:03:11 +08:00
|
|
|
gimp_file_selection_new (gchar *title,
|
|
|
|
gchar *filename,
|
|
|
|
gboolean dir_only,
|
|
|
|
gboolean check_valid)
|
|
|
|
{
|
|
|
|
GimpFileSelection *gfs;
|
|
|
|
|
|
|
|
gfs = gtk_type_new (gimp_file_selection_get_type ());
|
|
|
|
|
2000-02-18 21:59:18 +08:00
|
|
|
gfs->title = g_strdup (title);
|
|
|
|
gfs->dir_only = dir_only;
|
1999-03-14 07:03:11 +08:00
|
|
|
gfs->check_valid = check_valid;
|
|
|
|
|
2000-02-18 21:59:18 +08:00
|
|
|
if (check_valid)
|
|
|
|
{
|
|
|
|
gfs->yes_pixmap = gimp_pixmap_new (yes_xpm);
|
|
|
|
gtk_box_pack_start (GTK_BOX (gfs), gfs->yes_pixmap, FALSE, FALSE, 0);
|
|
|
|
/* don't show */
|
1999-03-14 07:03:11 +08:00
|
|
|
|
2000-02-18 21:59:18 +08:00
|
|
|
gfs->no_pixmap = gimp_pixmap_new (no_xpm);
|
|
|
|
gtk_box_pack_start (GTK_BOX (gfs), gfs->no_pixmap, FALSE, FALSE, 0);
|
|
|
|
gtk_widget_show (gfs->no_pixmap);
|
|
|
|
}
|
1999-03-14 07:03:11 +08:00
|
|
|
|
2000-02-18 21:59:18 +08:00
|
|
|
gimp_file_selection_set_filename (gfs, filename);
|
1999-03-14 07:03:11 +08:00
|
|
|
|
2000-02-18 21:59:18 +08:00
|
|
|
return GTK_WIDGET (gfs);
|
1999-03-14 07:03:11 +08:00
|
|
|
}
|
|
|
|
|
2000-02-09 05:59:31 +08:00
|
|
|
/**
|
|
|
|
* gimp_file_selection_get_filename:
|
|
|
|
* @gfs: The file selection you want to know the filename from.
|
|
|
|
*
|
|
|
|
* Note that you have to g_free() the returned string.
|
|
|
|
*
|
|
|
|
* Returns: The file or directory the user has entered.
|
|
|
|
*
|
|
|
|
*/
|
1999-11-20 22:27:07 +08:00
|
|
|
gchar *
|
1999-03-14 07:03:11 +08:00
|
|
|
gimp_file_selection_get_filename (GimpFileSelection *gfs)
|
|
|
|
{
|
|
|
|
g_return_val_if_fail (gfs != NULL, g_strdup (""));
|
|
|
|
g_return_val_if_fail (GIMP_IS_FILE_SELECTION (gfs), g_strdup (""));
|
|
|
|
|
|
|
|
return gtk_editable_get_chars (GTK_EDITABLE (gfs->entry), 0, -1);
|
|
|
|
}
|
|
|
|
|
2000-02-09 05:59:31 +08:00
|
|
|
/**
|
|
|
|
* gimp_file_selection_set_filename:
|
|
|
|
* @gfs: The file selection you want to set the filename for.
|
|
|
|
* @filename: The new filename.
|
|
|
|
*
|
|
|
|
* If you specified @check_valid as #TRUE in gimp_file_selection_new()
|
|
|
|
* the #GimpFileSelection will immediately check the validity of the file
|
|
|
|
* name.
|
|
|
|
*
|
|
|
|
*/
|
1999-03-14 07:03:11 +08:00
|
|
|
void
|
|
|
|
gimp_file_selection_set_filename (GimpFileSelection *gfs,
|
|
|
|
gchar *filename)
|
|
|
|
{
|
|
|
|
g_return_if_fail (gfs != NULL);
|
|
|
|
g_return_if_fail (GIMP_IS_FILE_SELECTION (gfs));
|
|
|
|
|
1999-11-07 02:19:41 +08:00
|
|
|
gtk_entry_set_text (GTK_ENTRY (gfs->entry), filename);
|
1999-03-14 07:03:11 +08:00
|
|
|
|
|
|
|
/* update everything
|
|
|
|
*/
|
|
|
|
gimp_file_selection_entry_callback (gfs->entry, (gpointer) gfs);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
gimp_file_selection_entry_callback (GtkWidget *widget,
|
|
|
|
gpointer data)
|
|
|
|
{
|
|
|
|
GimpFileSelection *gfs;
|
|
|
|
gchar *filename;
|
|
|
|
gint len;
|
|
|
|
|
|
|
|
gfs = GIMP_FILE_SELECTION (data);
|
|
|
|
|
|
|
|
/* filenames still need more sanity checking
|
|
|
|
* (erase double G_DIR_SEPARATORS, ...)
|
|
|
|
*/
|
|
|
|
filename = gtk_editable_get_chars (GTK_EDITABLE (widget), 0, -1);
|
|
|
|
filename = g_strstrip (filename);
|
|
|
|
|
|
|
|
while (((len = strlen (filename)) > 1) &&
|
|
|
|
(filename[len - 1] == G_DIR_SEPARATOR))
|
|
|
|
filename[len - 1] = '\0';
|
|
|
|
|
|
|
|
gtk_signal_handler_block_by_data (GTK_OBJECT (gfs->entry), gfs);
|
|
|
|
gtk_entry_set_text (GTK_ENTRY (gfs->entry), filename);
|
|
|
|
gtk_signal_handler_unblock_by_data (GTK_OBJECT (gfs->entry), gfs);
|
|
|
|
|
|
|
|
if (gfs->file_selection)
|
|
|
|
gtk_file_selection_set_filename (GTK_FILE_SELECTION (gfs->file_selection),
|
|
|
|
filename);
|
|
|
|
g_free (filename);
|
|
|
|
|
|
|
|
gimp_file_selection_check_filename (gfs);
|
|
|
|
|
1999-05-19 01:33:39 +08:00
|
|
|
gtk_entry_set_position (GTK_ENTRY (gfs->entry), -1);
|
|
|
|
|
1999-03-14 07:03:11 +08:00
|
|
|
gtk_signal_emit (GTK_OBJECT (gfs),
|
1999-06-18 03:13:08 +08:00
|
|
|
gimp_file_selection_signals[FILENAME_CHANGED]);
|
1999-03-14 07:03:11 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
static int
|
|
|
|
gimp_file_selection_entry_focus_out_callback (GtkWidget *widget,
|
|
|
|
GdkEvent *event,
|
|
|
|
gpointer data)
|
|
|
|
{
|
|
|
|
gimp_file_selection_entry_callback (widget, data);
|
|
|
|
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
1999-06-18 03:13:08 +08:00
|
|
|
/* local callbacks of gimp_file_selection_browse_callback() */
|
1999-03-14 07:03:11 +08:00
|
|
|
static void
|
|
|
|
gimp_file_selection_filesel_ok_callback (GtkWidget *widget,
|
|
|
|
gpointer data)
|
|
|
|
{
|
|
|
|
GimpFileSelection *gfs;
|
|
|
|
gchar *filename;
|
|
|
|
|
|
|
|
gfs = GIMP_FILE_SELECTION (data);
|
|
|
|
filename =
|
|
|
|
gtk_file_selection_get_filename (GTK_FILE_SELECTION (gfs->file_selection));
|
|
|
|
|
|
|
|
gtk_entry_set_text (GTK_ENTRY (gfs->entry), filename);
|
|
|
|
|
1999-06-18 03:13:08 +08:00
|
|
|
/* update everything */
|
1999-03-14 07:03:11 +08:00
|
|
|
gimp_file_selection_entry_callback (gfs->entry, data);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
gimp_file_selection_browse_callback (GtkWidget *widget,
|
|
|
|
gpointer data)
|
|
|
|
{
|
|
|
|
GimpFileSelection *gfs;
|
|
|
|
gchar *filename;
|
|
|
|
|
|
|
|
gfs = GIMP_FILE_SELECTION (data);
|
|
|
|
filename = gtk_editable_get_chars (GTK_EDITABLE (gfs->entry), 0, -1);
|
|
|
|
|
|
|
|
if (gfs->file_selection == NULL)
|
|
|
|
{
|
|
|
|
if (gfs->dir_only)
|
|
|
|
{
|
|
|
|
gfs->file_selection = gtk_file_selection_new (gfs->title);
|
|
|
|
|
|
|
|
/* hiding these widgets uses internal gtk+ knowledge, but it's
|
|
|
|
* easier than creating my own directory browser -- michael
|
|
|
|
*/
|
|
|
|
gtk_widget_hide
|
|
|
|
(GTK_FILE_SELECTION (gfs->file_selection)->fileop_del_file);
|
|
|
|
gtk_widget_hide
|
|
|
|
(GTK_FILE_SELECTION (gfs->file_selection)->file_list->parent);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
gfs->file_selection = gtk_file_selection_new (_("Select File"));
|
|
|
|
}
|
|
|
|
|
2000-02-18 21:59:18 +08:00
|
|
|
gtk_window_set_position (GTK_WINDOW (gfs->file_selection),
|
|
|
|
GTK_WIN_POS_MOUSE);
|
|
|
|
gtk_window_set_wmclass (GTK_WINDOW (gfs->file_selection),
|
|
|
|
"file_select", "Gimp");
|
1999-12-31 04:16:58 +08:00
|
|
|
|
|
|
|
/* slightly compress the dialog */
|
|
|
|
gtk_container_set_border_width (GTK_CONTAINER (gfs->file_selection), 2);
|
|
|
|
gtk_container_set_border_width (GTK_CONTAINER (GTK_FILE_SELECTION (gfs->file_selection)->button_area), 2);
|
|
|
|
|
1999-03-14 07:03:11 +08:00
|
|
|
gtk_label_set_text (GTK_LABEL (GTK_BIN (GTK_FILE_SELECTION (gfs->file_selection)->ok_button)->child), _("Select"));
|
|
|
|
gtk_label_set_text (GTK_LABEL (GTK_BIN (GTK_FILE_SELECTION (gfs->file_selection)->cancel_button)->child), _("Close"));
|
|
|
|
|
2000-02-12 21:07:59 +08:00
|
|
|
gtk_signal_connect
|
1999-06-18 03:13:08 +08:00
|
|
|
(GTK_OBJECT (GTK_FILE_SELECTION (gfs->file_selection)->ok_button),
|
|
|
|
"clicked",
|
1999-11-20 22:27:07 +08:00
|
|
|
GTK_SIGNAL_FUNC (gimp_file_selection_filesel_ok_callback),
|
1999-06-18 03:13:08 +08:00
|
|
|
gfs);
|
|
|
|
gtk_signal_connect
|
|
|
|
(GTK_OBJECT (GTK_FILE_SELECTION (gfs->file_selection)->selection_entry),
|
|
|
|
"activate",
|
1999-11-20 22:27:07 +08:00
|
|
|
GTK_SIGNAL_FUNC (gimp_file_selection_filesel_ok_callback),
|
1999-06-18 03:13:08 +08:00
|
|
|
gfs);
|
2000-02-12 21:07:59 +08:00
|
|
|
|
|
|
|
gtk_signal_connect_object (GTK_OBJECT (GTK_FILE_SELECTION (gfs->file_selection)->cancel_button),
|
|
|
|
"clicked",
|
|
|
|
GTK_SIGNAL_FUNC (gtk_widget_hide),
|
|
|
|
GTK_OBJECT (gfs->file_selection));
|
|
|
|
gtk_signal_connect_object (GTK_OBJECT (gfs), "unmap",
|
|
|
|
GTK_SIGNAL_FUNC (gtk_widget_hide),
|
|
|
|
GTK_OBJECT (gfs->file_selection));
|
|
|
|
gtk_signal_connect_object (GTK_OBJECT (gfs->file_selection),
|
|
|
|
"delete_event",
|
|
|
|
GTK_SIGNAL_FUNC (gtk_widget_hide),
|
|
|
|
GTK_OBJECT (gfs->file_selection));
|
1999-03-14 07:03:11 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
gtk_file_selection_set_filename (GTK_FILE_SELECTION (gfs->file_selection),
|
|
|
|
filename);
|
2000-02-12 21:07:59 +08:00
|
|
|
|
1999-03-14 07:03:11 +08:00
|
|
|
if (! GTK_WIDGET_VISIBLE (gfs->file_selection))
|
|
|
|
gtk_widget_show (gfs->file_selection);
|
|
|
|
else
|
|
|
|
gdk_window_raise (gfs->file_selection->window);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
gimp_file_selection_check_filename (GimpFileSelection *gfs)
|
|
|
|
{
|
|
|
|
static struct stat statbuf;
|
|
|
|
gchar* filename;
|
|
|
|
|
|
|
|
if (! gfs->check_valid)
|
|
|
|
return;
|
2000-02-18 21:59:18 +08:00
|
|
|
if (gfs->yes_pixmap == NULL || gfs->no_pixmap == NULL)
|
1999-03-14 07:03:11 +08:00
|
|
|
return;
|
|
|
|
|
|
|
|
filename = gtk_editable_get_chars (GTK_EDITABLE (gfs->entry), 0, -1);
|
|
|
|
if ((stat (filename, &statbuf) == 0) &&
|
2000-02-18 21:59:18 +08:00
|
|
|
(gfs->dir_only ? S_ISDIR (statbuf.st_mode) : S_ISREG (statbuf.st_mode)))
|
1999-03-14 07:03:11 +08:00
|
|
|
{
|
2000-02-18 21:59:18 +08:00
|
|
|
if (GTK_WIDGET_VISIBLE (gfs->no_pixmap))
|
|
|
|
{
|
|
|
|
gtk_widget_hide (gfs->no_pixmap);
|
|
|
|
gtk_widget_show (gfs->yes_pixmap);
|
|
|
|
}
|
1999-03-14 07:03:11 +08:00
|
|
|
}
|
2000-02-18 21:59:18 +08:00
|
|
|
else if (GTK_WIDGET_VISIBLE (gfs->yes_pixmap))
|
1999-03-14 07:03:11 +08:00
|
|
|
{
|
2000-02-18 21:59:18 +08:00
|
|
|
gtk_widget_hide (gfs->yes_pixmap);
|
|
|
|
gtk_widget_show (gfs->no_pixmap);
|
1999-03-14 07:03:11 +08:00
|
|
|
}
|
2000-02-18 21:59:18 +08:00
|
|
|
|
1999-11-07 02:19:41 +08:00
|
|
|
g_free (filename);
|
1999-03-14 07:03:11 +08:00
|
|
|
}
|