|
|
Create a new list of files the user can select from.
- Parameters:
-
| parent | The panel our object is inside; or the main GLUI object. |
| name | Prompt to give to the user at the top of the file browser. |
| frame_type | Optional style to display the panel with--GLUI_PANEL_EMBOSSED by default. GLUI_PANEL_RAISED causes the panel to appear higher than the surroundings. GLUI_PANEL_NONE causes the panel's outline to be invisible. |
| id | Optional ID number, to pass to the optional callback function. |
| callback | Optional callback function, taking either the int ID or control. |
|