updated the schema library to the current one on 03/23/2023
[far2l.git] / align / src / Align.hpp
blobe05193c99061d614e1c5a4dcbca0c88a7577bc0c
1 struct InitDialogItem
3 unsigned char Type;
4 unsigned char X1, Y1, X2, Y2;
5 unsigned char Focus;
6 DWORD_PTR Selected;
7 unsigned int Flags;
8 unsigned char DefaultButton;
9 const TCHAR *Data;
12 const TCHAR *GetMsg(int MsgId);
13 void InitDialogItems(const struct InitDialogItem *Init, struct FarDialogItem *Item, int ItemsNumber);
15 static struct PluginStartupInfo Info;
16 struct FarStandardFunctions FSF;