removed...

2003-11-21  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimpfileselection.[ch]: removed...

	* libgimpwidgets/gimpfileentry.[ch]: ...and added under a new name.

	* libgimpwidgets/Makefile.am
	* libgimpwidgets/gimpwidgets.h
	* libgimpwidgets/gimpwidgetstypes.h
	* libgimpwidgets/gimppatheditor.[ch]
	* app/widgets/gimppropwidgets.c
	* plug-ins/script-fu/script-fu-scripts.c: changed accordingly.

	* libgimp/gimpcompat.h: added compat #defines.

2003-11-21  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/tmpl/gimpfileselection.sgml: removed.

	* libgimpwidgets/tmpl/gimpfileentry.sgml: added.

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types
	* libgimpwidgets/tmpl/gimpdialog.sgml
	* libgimpwidgets/tmpl/gimppatheditor.sgml: updated.
This commit is contained in:
Michael Natterer
2003-11-21 15:53:57 +00:00
committed by Michael Natterer
parent 1f60967d50
commit a70db0bb44
22 changed files with 649 additions and 1126 deletions

View File

@ -69,3 +69,8 @@ dialog-related stuff.
@Returns:
<!-- ##### ARG GimpDialog:role ##### -->
<para>
</para>

View File

@ -1,5 +1,5 @@
<!-- ##### SECTION Title ##### -->
GimpFileSelection
GimpFileEntry
<!-- ##### SECTION Short_Description ##### -->
Widget for entering a filename.
@ -17,7 +17,7 @@ You can restrict the #GimpFileSelection to directories. In this case
the filename listbox of the #GtkFileSelection dialog will be hidden.
</para>
<para>
If you specify @check_valid as #TRUE in gimp_file_selection_new()
If you specify @check_valid as #TRUE in gimp_file_entry_new()
the entered filename will be checked for validity and a pixmap will be
shown which indicates if the file exists or not.
</para>
@ -31,13 +31,14 @@ will be emitted.
#GimpPathEditor
</para>
<!-- ##### STRUCT GimpFileSelection ##### -->
<!-- ##### STRUCT GimpFileEntry ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_file_selection_new ##### -->
<!-- ##### FUNCTION gimp_file_entry_new ##### -->
<para>
</para>
@ -49,28 +50,28 @@ will be emitted.
@Returns:
<!-- ##### FUNCTION gimp_file_selection_get_filename ##### -->
<!-- ##### FUNCTION gimp_file_entry_get_filename ##### -->
<para>
</para>
@selection:
@entry:
@Returns:
<!-- ##### FUNCTION gimp_file_selection_set_filename ##### -->
<!-- ##### FUNCTION gimp_file_entry_set_filename ##### -->
<para>
</para>
@selection:
@entry:
@filename:
<!-- ##### SIGNAL GimpFileSelection::filename-changed ##### -->
<!-- ##### SIGNAL GimpFileEntry::filename-changed ##### -->
<para>
This signal is emitted whenever the user changes the filename.
</para>
@gimpfileselection: the object which received the signal.
@gimpfileentry: the object which received the signal.

View File

@ -11,7 +11,7 @@ This widget is used to edit file search paths.
<para>
It shows a list of all directories which are in the search path. You
can click a directory to select it. The widget provides a
#GimpFileSelection to change the currently selected directory.
#GimpFileEntry to change the currently selected directory.
</para>
<para>
There are buttons to add or delete directories as well as "up" and "down"
@ -24,7 +24,7 @@ the search path, the "path_changed" signal will be emitted.
<!-- ##### SECTION See_Also ##### -->
<para>
#GimpFileSelection
#GimpFileEntry
</para>
<para>
#G_SEARCHPATH_SEPARATOR