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:

committed by
Michael Natterer

parent
1f60967d50
commit
a70db0bb44
@ -26,7 +26,7 @@
|
||||
<xi:include href="xml/gimpcolorscale.xml" />
|
||||
<xi:include href="xml/gimpcolorselection.xml" />
|
||||
<xi:include href="xml/gimpdialog.xml" />
|
||||
<xi:include href="xml/gimpfileselection.xml" />
|
||||
<xi:include href="xml/gimpfileentry.xml" />
|
||||
<xi:include href="xml/gimpmemsizeentry.xml" />
|
||||
<xi:include href="xml/gimpoffsetarea.xml" />
|
||||
<xi:include href="xml/gimppatheditor.xml" />
|
||||
|
@ -104,21 +104,21 @@ GIMP_COLOR_SELECTION_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpfileselection</FILE>
|
||||
<TITLE>GimpFileSelection</TITLE>
|
||||
GimpFileSelection
|
||||
gimp_file_selection_new
|
||||
gimp_file_selection_get_filename
|
||||
gimp_file_selection_set_filename
|
||||
<FILE>gimpfileentry</FILE>
|
||||
<TITLE>GimpFileEntry</TITLE>
|
||||
GimpFileEntry
|
||||
gimp_file_entry_new
|
||||
gimp_file_entry_get_filename
|
||||
gimp_file_entry_set_filename
|
||||
<SUBSECTION Standard>
|
||||
GIMP_FILE_SELECTION
|
||||
GIMP_IS_FILE_SELECTION
|
||||
GIMP_TYPE_FILE_SELECTION
|
||||
gimp_file_selection_get_type
|
||||
GimpFileSelectionClass
|
||||
GIMP_FILE_SELECTION_CLASS
|
||||
GIMP_IS_FILE_SELECTION_CLASS
|
||||
GIMP_FILE_SELECTION_GET_CLASS
|
||||
GIMP_FILE_ENTRY
|
||||
GIMP_IS_FILE_ENTRY
|
||||
GIMP_TYPE_FILE_ENTRY
|
||||
gimp_file_entry_get_type
|
||||
GimpFileEntryClass
|
||||
GIMP_FILE_ENTRY_CLASS
|
||||
GIMP_IS_FILE_ENTRY_CLASS
|
||||
GIMP_FILE_ENTRY_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -16,7 +16,7 @@ gimp_color_selector_get_type
|
||||
gimp_color_select_get_type
|
||||
gimp_color_selection_get_type
|
||||
gimp_dialog_get_type
|
||||
gimp_file_selection_get_type
|
||||
gimp_file_entry_get_type
|
||||
gimp_memsize_entry_get_type
|
||||
gimp_offset_area_get_type
|
||||
gimp_path_editor_get_type
|
||||
|
@ -69,3 +69,8 @@ dialog-related stuff.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### ARG GimpDialog:role ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user