Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/widget_ref/pt/ptfsaddfirst.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/widget_ref/pt/ptfsaddfirst.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/widget_ref/pt/ptfsaddfirst.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/widget_ref/pt/ptfsaddfirst.html on line 8
Add a root item to a file selector tree
void PtFSAddFirst( PtWidget_t *fs,
PtFileSelItem_t *item,
PtFileSelItem_t *parent );
This function adds a list of items linked with the brother field.
The parent
argument identifies the parent item for the added items. The new items are
added in front of any existing children of the parent item.
The parent argument may also be NULL, in which case
the item is added at the root level
of the file selector before any existing items at the root level. This is
what happens when the Pt_ARG_FS_ROOT_DIR resource is set.
The results of using PtFSAddFirst().
You can call this function with a NULL fs argument,
as long as parent points to an item that
isn't attached to any file selector widget.
PtFSAddFirst() automatically sets the
Pt_TREE_ITEM_EXPANDABLE flag in the parent item.
Photon
Safety: | |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
PtFSAddAfter(),
PtFSRootItem()
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/widget_ref/pt/ptfsaddfirst.html on line 105
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/widget_ref/pt/ptfsaddfirst.html on line 105