sprint 1-alpha
Public Types | Public Member Functions | Static Public Attributes
sprint::gtl::EditableListView Class Reference

#include <EditableListView.h>

List of all members.

Public Types

enum  Type { None, EditBox, ComboBox, FileBrowser }

Public Member Functions

void SetParent (HWND hWnd)
HWND CreateEdit (HWND hWnd, int iItem, int iSubItem)
void Browse (HWND hWnd)
HWND CreateComboBox (HWND hWnd, int iItem, int iSubItem)
HWND CreateFileBrowser (HWND hWnd, int iItem, int iSubItem)
void CheckActive ()
template<class T >
void OnNotify (const LPNMHDR nmhr, T &notify)

Static Public Attributes

static const int ID_Browse = 5001
static const int ID_Edit = 5000

Detailed Description

Opzioni: 1) EditBox 2) ComboBox 3) Browse for File Or Dir TODO: callback NOTE: WM_KEYDOWN never happens in dialog


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines