Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/teraterm/common/dlglib.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 1 month ago) by maya
File MIME type: text/x-chdr
File size: 799 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 /* Tera Term
2 Copyright(C) 1994-1998 T. Teranishi
3 All rights reserved. */
4
5 /* Routines for dialog boxes */
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 void EnableDlgItem(HWND HDlg, int FirstId, int LastId);
11 void DisableDlgItem(HWND HDlg, int FirstId, int LastId);
12 void ShowDlgItem(HWND HDlg, int FirstId, int LastId);
13 void SetRB(HWND HDlg, int R, int FirstId, int LastId);
14 void GetRB(HWND HDlg, LPWORD R, int FirstId, int LastId);
15 void SetDlgNum(HWND HDlg, int id_Item, LONG Num);
16 void SetDlgPercent(HWND HDlg, int id_Item, int id_Progress, LONG a, LONG b, int *prog);
17 void SetDropDownList(HWND HDlg, int Id_Item, PCHAR far *List, int nsel);
18 LONG GetCurSel(HWND HDlg, int Id_Item);
19 void InitDlgProgress(HWND HDlg, int id_Progress, int *CurProgStat);
20
21 #ifdef __cplusplus
22 }
23 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26