FS2_Open
Open source remastering of the Freespace 2 engine
shipchecklistbox.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) Volition, Inc. 1999. All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell
5  * or otherwise commercially exploit the source or things you created based on the
6  * source.
7  *
8 */
9 
10 
11 
12 #ifndef _SHIPCHECKLISTBOX_H
13 #define _SHIPCHECKLISTBOX_H
14 
15 class ShipCheckListBox : public CCheckListBox
16 {
17 public:
18  BOOL Create(DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID);
19 
20 protected:
21  //{{AFX_MSG(CCheckListBox)
22  afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
23  //}}AFX_MSG
24 
25  DECLARE_MESSAGE_MAP()
26 };
27 
28 #endif
unsigned int UINT
Definition: config.h:82
afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)
unsigned long DWORD
Definition: config.h:90
int BOOL
Definition: config.h:80
BOOL Create(DWORD dwStyle, const RECT &rect, CWnd *pParentWnd, UINT nID)