
2002-05-13 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-docs.sgml: added GimpStock section, removed GimpWidgetTypes. * libgimpwidgets/libgimpwidgets-sections.txt: updated. * libgimpwidgets/tmpl/gimpstock.sgml: added GimpStock templates. * libgimpwidgets/tmpl/gimpwidgetstypes.sgml: removed. * libgimpwidgets/tmpl/gimpbutton.sgml * libgimpwidgets/tmpl/gimpchainbutton.sgml * libgimpwidgets/tmpl/gimpcolorarea.sgml * libgimpwidgets/tmpl/gimpcolorbutton.sgml * libgimpwidgets/tmpl/gimpdialog.sgml * libgimpwidgets/tmpl/gimpfileselection.sgml * libgimpwidgets/tmpl/gimphelpui.sgml * libgimpwidgets/tmpl/gimpoffsetarea.sgml * libgimpwidgets/tmpl/gimppatheditor.sgml * libgimpwidgets/tmpl/gimppixmap.sgml * libgimpwidgets/tmpl/gimpquerybox.sgml * libgimpwidgets/tmpl/gimpsizeentry.sgml * libgimpwidgets/tmpl/gimpunitmenu.sgml * libgimpwidgets/tmpl/gimpwidgets.sgml: updated.
66 lines
1.3 KiB
Plaintext
66 lines
1.3 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
|
|
#GimpFileSelection 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>
|
|
#GimpFileSelection
|
|
</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>
|
|
|
|
@gpe:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### SIGNAL GimpPathEditor::path-changed ##### -->
|
|
<para>
|
|
This signal is emitted whenever the user adds, deletes, modifies or
|
|
reorders an element of the search path.
|
|
</para>
|
|
|
|
@gimppatheditor: the object which received the signal.
|
|
|