ST_CHOOSEFILE_Create() is only used within STemWin.
 
Symbols
loading...
Files
loading...

ST_CHOOSEFILE_Create() function

Syntax

WM_HWIN ST_CHOOSEFILE_Create(WM_HWIN hParent,     int xPos,     int yPos,     int xSize,     int ySize,     const char * apRoot[],     int NumRoot,     int SelRoot,     const char * sCaption,     int Flags,     CHOOSEFILE_INFO * pInfo );

Arguments

hParent

xPos

yPos

xSize

ySize

apRoot

NumRoot

SelRoot

sCaption

Flags

pInfo

References

LocationReferrerText
ST_GUI_Addons.h:109
WM_HWIN ST_CHOOSEFILE_Create(WM_HWIN hParent,
audio_player_win.c:1813_cbMainDialog()
hItem = ST_CHOOSEFILE_Create(pMsg->hWin, 120, 40, 550, 350, apDrives, GUI_COUNTOF(apDrives), 0, "Open an audio file", 0, &FileInfo);
audio_player_win.c:2082_cbMainDialog()
hItem = ST_CHOOSEFILE_Create(pMsg->hWin, 120, 40, 550, 350, apDrives, GUI_COUNTOF(apDrives), 0, "Add a folder", 0, &FileInfo);
audio_player_win.c:2100_cbMainDialog()
hItem = ST_CHOOSEFILE_Create(pMsg->hWin, 120, 40, 550, 350, apDrives, GUI_COUNTOF(apDrives), 0, "Add to playlist", 0, &FileInfo);
video_player_win.c:1166_cbPlaylistDialog()
hItem = ST_CHOOSEFILE_Create(pMsg->hWin, 0, 0, 600, 350, apDrives, GUI_COUNTOF(apDrives), 0, "Video files", 0, &FileInfo);

Call Tree

Functions calling ST_CHOOSEFILE_Create()
ST_CHOOSEFILE_Create()
Type of ST_CHOOSEFILE_Create()
ST_CHOOSEFILE_Create()
all items filtered out