![]()
![]()
#define __ST_GUI_ADDONS_H
![]()
![]()
Includes
![]()
![]()
#include "GUI.h"
![]()
![]()
#include "WM.h"
![]()
![]()
#include "DIALOG.h"
![]()
![]()
#include "CHOOSEFILE.h"
![]()
![]()
#define GUI_CONST_STORAGE
![]()
![]()
#define GUI_FLASH
![]()
![]()
Exported types
![]()
![]()
ST_ANIMATED_ICONVIEW_Handle
![]()
![]()
Exported variables
![]()
![]()
GUI_FontAvantGarde16;
![]()
![]()
GUI_FontAvantGarde16B;
![]()
![]()
GUI_FontAvantGarde20;
![]()
![]()
GUI_FontAvantGarde20B;
![]()
![]()
GUI_FontAvantGarde24;
![]()
![]()
GUI_FontAvantGarde24B;
![]()
![]()
GUI_FontAvantGarde32;
![]()
![]()
GUI_FontAvantGarde32B;
![]()
![]()
GUI_FontLubalGraph16;
![]()
![]()
GUI_FontLubalGraph16B;
![]()
![]()
GUI_FontLubalGraph20;
![]()
![]()
GUI_FontLubalGraph20B;
![]()
![]()
GUI_FontLubalGraph24;
![]()
![]()
GUI_FontLubalGraph24B;
![]()
![]()
GUI_FontLubalGraph32;
![]()
![]()
GUI_FontLubalGraph32B;
![]()
![]()
Exported constants
![]()
![]()
#define GUI_STCOLOR_LIGHTBLUE
![]()
![]()
#define GUI_STCOLOR_DARKBLUE
![]()
![]()
SLIDER_SetSTSkin(long);
![]()
![]()
SCROLLBAR_SetSTSkin(long);
![]()
![]()
HEADER_SetSTSkin(long);
![]()
![]()
SLIDER_SetDefaultSTSkin();
![]()
![]()
SCROLLBAR_SetDefaultSTSkin();
![]()
![]()
HEADER_SetDefaultSTSkin();
![]()
![]()
ST_AnimatedIconView_CreateEx(int, int, int, int, GUI_HWIN, int, int, int, int, int, int, int);
![]()
![]()
ST_AnimatedIconView_CreateUser(int, int, int, int, GUI_HWIN, int, int, int, int, int, int, int, int);
![]()
![]()
ST_AnimatedIconView_CreateIndirect(const GUI_WIDGET_CREATE_INFO *, GUI_HWIN, int, int, WM_CALLBACK *, int, int);
![]()
![]()
ST_AnimatedIconView_DeleteItem(ST_ANIMATED_ICONVIEW_Handle, unsigned int);
![]()
![]()
ST_AnimatedIconView_GetItemUserData(ST_ANIMATED_ICONVIEW_Handle, int);
![]()
![]()
ST_AnimatedIconView_GetNumItems(ST_ANIMATED_ICONVIEW_Handle);
![]()
![]()
ST_AnimatedIconView_GetItemText(ST_ANIMATED_ICONVIEW_Handle, int, char *, int);
![]()
![]()
ST_AnimatedIconView_GetSel(ST_ANIMATED_ICONVIEW_Handle);
![]()
![]()
ST_AnimatedIconView_GetUserData(ST_ANIMATED_ICONVIEW_Handle, void *, int);
![]()
![]()
ST_AnimatedIconView_SetBkColor(ST_ANIMATED_ICONVIEW_Handle, int, GUI_COLOR);
![]()
![]()
ST_AnimatedIconView_SetFont(ST_ANIMATED_ICONVIEW_Handle, const GUI_FONT *);
![]()
![]()
ST_AnimatedIconView_SetDualFont(ST_ANIMATED_ICONVIEW_Handle, const GUI_FONT *, const GUI_FONT *);
![]()
![]()
ST_AnimatedIconView_SetFrame(ST_ANIMATED_ICONVIEW_Handle, int, int);
![]()
![]()
ST_AnimatedIconView_SetItemText(ST_ANIMATED_ICONVIEW_Handle, int, const char *);
![]()
![]()
ST_AnimatedIconView_SetDualItemText(ST_ANIMATED_ICONVIEW_Handle, int, const char *, char *);
![]()
![]()
ST_AnimatedIconView_SetItemUserData(ST_ANIMATED_ICONVIEW_Handle, int, unsigned long);
![]()
![]()
ST_AnimatedIconView_SetSel(ST_ANIMATED_ICONVIEW_Handle, int);
![]()
![]()
ST_AnimatedIconView_SetSpace(ST_ANIMATED_ICONVIEW_Handle, int, int);
![]()
![]()
ST_AnimatedIconView_SetIconAlign(ST_ANIMATED_ICONVIEW_Handle, int);
![]()
![]()
ST_AnimatedIconView_SetTextAlign(ST_ANIMATED_ICONVIEW_Handle, int);
![]()
![]()
ST_AnimatedIconView_SetTextColor(ST_ANIMATED_ICONVIEW_Handle, int, GUI_COLOR);
![]()
![]()
ST_AnimatedIconView_SetDualTextColor(ST_ANIMATED_ICONVIEW_Handle, int, GUI_COLOR, GUI_COLOR);
![]()
![]()
ST_AnimatedIconView_SetUserData(ST_ANIMATED_ICONVIEW_Handle, const void *, int);
![]()
![]()
ICONVIEW_SetWrapMode_ST(ST_ANIMATED_ICONVIEW_Handle, GUI_WRAPMODE);
![]()
![]()
ST_AnimatedIconView_SetIcon(ST_ANIMATED_ICONVIEW_Handle, int, const GUI_BITMAP **, const GUI_BITMAP **, int, int);
![]()
![]()
ST_AnimatedIconView_AddIcon(ST_ANIMATED_ICONVIEW_Handle, const GUI_BITMAP **, const GUI_BITMAP **, const char *);
![]()
![]()
ST_AnimatedIconView_SetNextButton(ST_ANIMATED_ICONVIEW_Handle);
![]()
![]()
ST_CHOOSEFILE_Create(GUI_HWIN, int, int, int, int, const char **, int, int, const char *, int, CHOOSEFILE_INFO *);
![]()
![]()
ST_CHOOSEFILE_Callback(WM_MESSAGE *);
![]()
![]()
ST_CHOOSEFILE_EnableToolTips();
![]()
![]()
ST_CHOOSEFILE_SetButtonText(GUI_HWIN, unsigned int, const char *);
![]()
![]()
ST_CHOOSEFILE_SetDefaultButtonText(unsigned int, const char *);
![]()
![]()
ST_CHOOSEFILE_SetDelim(char);
![]()
![]()
ST_CHOOSEFILE_SetToolTips(const TOOLTIP_INFO *, int);
![]()
![]()
ST_CHOOSEFILE_SetTopMode(unsigned int);
![]()
![]()
ST_CHOOSEFILE_SetButtonSize(int, int);
![]()
![]()
ST_CHOOSEFILE_SetButtonBitmaps(int, const GUI_BITMAP *, const GUI_BITMAP *);
![]()
![]()
DrawRect3D(int, int, int, int);