?? rdlstmng.h
字號:
/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
$Id: RDlstmng.h,v 1.2 1999/03/10 03:01:00 heller Exp $
____________________________________________________________________________*/
#ifndef Included_RDLSTMNG_h /* [ */
#define Included_RDLSTMNG_h
#include "RDdraw.h"
#define LISTBOX 0
BOOL InitList(HWND hwnd,
DWORD idc,
LISTSTRUCT *ls,
char **ColText,
float *ColRatio);
int SetListCursor(HWND hwndList,int index);
int AddAnItem(HWND hwndList,PUSERKEYINFO pui);
void MoveList(LISTSTRUCT *ls,RECT *rc);
BOOL ListBx_GetItem(HWND hwnd,LV_ITEM *pitem);
UINT ListBx_GetSelectedCount(HWND hwnd);
UINT ListBx_GetItemCount(HWND hwnd);
UINT ListBx_GetItemState(HWND hwnd,int i,UINT mask);
int ListBx_InsertItem(HWND hwnd,LV_ITEM *pitem);
BOOL ListBx_DeleteItem(HWND hwnd,int iItem);
BOOL ListBx_DeleteAllItems(HWND hwnd);
#endif /* ] Included_RDLSTMNG_h */
/*__Editor_settings____
Local Variables:
tab-width: 4
End:
vi: ts=4 sw=4
vim: si
_____________________*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -