summaryrefslogtreecommitdiff
path: root/hammer/searchbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'hammer/searchbox.h')
-rw-r--r--hammer/searchbox.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/hammer/searchbox.h b/hammer/searchbox.h
new file mode 100644
index 0000000..efd7223
--- /dev/null
+++ b/hammer/searchbox.h
@@ -0,0 +1,45 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $NoKeywords: $
+//
+//=============================================================================//
+// searchbx.h : header file
+
+/////////////////////////////////////////////////////////////////////////////
+// CSearchBox window
+
+class CSearchBox : public CComboBox
+{
+// Construction
+public:
+ CSearchBox();
+
+// Attributes
+public:
+
+// Operations
+public:
+
+// Overrides
+ // ClassWizard generated virtual function overrides
+ //{{AFX_VIRTUAL(CSearchBox)
+ public:
+ virtual BOOL PreTranslateMessage(MSG* pMsg);
+ //}}AFX_VIRTUAL
+
+// Implementation
+public:
+ virtual ~CSearchBox();
+
+ // Generated message map functions
+protected:
+ //{{AFX_MSG(CSearchBox)
+ // NOTE - the ClassWizard will add and remove member functions here.
+ //}}AFX_MSG
+
+ DECLARE_MESSAGE_MAP()
+};
+
+/////////////////////////////////////////////////////////////////////////////