Files
gimp/devel-docs/libgimpwidgets/tmpl/gimppatheditor.sgml
Michael Natterer 9887f19729 libgimpbase/tmpl/gimpdatafiles.sgml
2004-01-28  Michael Natterer  <mitch@gimp.org>

	* libgimpbase/tmpl/gimpdatafiles.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimppatheditor.sgml: updated.
2004-01-28 22:01:59 +00:00

125 lines
2.0 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
GimpPathEditor
<!-- ##### SECTION Short_Description ##### -->
Widget for editing a file search path.
<!-- ##### SECTION Long_Description ##### -->
<para>
This widget is used to edit file search paths.
</para>
<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
#GimpFileEntry to change the currently selected directory.
</para>
<para>
There are buttons to add or delete directories as well as "up" and "down"
buttons to change the order in which the directories will be searched.
</para>
<para>
Whenever the user adds, deletes, changes or reorders a directory of
the search path, the "path_changed" signal will be emitted.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
#GimpFileEntry
</para>
<para>
#G_SEARCHPATH_SEPARATOR
</para>
<!-- ##### STRUCT GimpPathEditor ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_path_editor_new ##### -->
<para>
</para>
@filesel_title:
@path:
@Returns:
<!-- ##### FUNCTION gimp_path_editor_get_path ##### -->
<para>
</para>
@editor:
@Returns:
<!-- # Unused Parameters # -->
@gpe:
<!-- ##### FUNCTION gimp_path_editor_set_path ##### -->
<para>
</para>
@editor:
@path:
<!-- # Unused Parameters # -->
@gpe:
<!-- ##### FUNCTION gimp_path_editor_get_writable_path ##### -->
<para>
</para>
@editor:
@Returns:
<!-- ##### FUNCTION gimp_path_editor_set_writable_path ##### -->
<para>
</para>
@editor:
@path:
<!-- ##### FUNCTION gimp_path_editor_get_dir_writable ##### -->
<para>
</para>
@editor:
@directory:
@Returns:
<!-- ##### FUNCTION gimp_path_editor_set_dir_writable ##### -->
<para>
</para>
@editor:
@directory:
@writable:
<!-- ##### SIGNAL GimpPathEditor::path-changed ##### -->
<para>
</para>
@gimppatheditor: the object which received the signal.
<!-- ##### SIGNAL GimpPathEditor::writable-changed ##### -->
<para>
</para>
@gimppatheditor: the object which received the signal.
<!-- # Unused Parameters # -->
@arg1: