
2006-06-02 Sven Neumann <sven@gimp.org> * libgimpbase/libgimpbase-docs.sgml * libgimpbase/libgimpbase-sections.txt * libgimpbase/tmpl/gimpcpuaccel.sgml: added docs for cpu accel API. * libgimpbase/tmpl/gimpbaseenums.sgml * libgimpwidgets/tmpl/gimppatheditor.sgml: regenerated.
122 lines
1.9 KiB
Plaintext
122 lines
1.9 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>
|
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
<!-- ##### STRUCT GimpPathEditor ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### 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.
|
|
|
|
<!-- ##### FUNCTION gimp_path_editor_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@title:
|
|
@path:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_path_editor_get_path ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@editor:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_path_editor_set_path ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@editor:
|
|
@path:
|
|
|
|
|
|
<!-- ##### 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:
|
|
|
|
|