dropdown_helper.h File Reference

Go to the source code of this file.

Classes

class  cfg_dropdown_history

Defines

#define DROPDOWN_HISTORY_HANDLER(ctrlID, var)


Define Documentation

#define DROPDOWN_HISTORY_HANDLER ( ctrlID,
var   ) 

Value:

if(uMsg == WM_CONTEXTMENU) { \
                const HWND source = (HWND) wParam; \
                if (source != NULL && source == GetDlgItem(ctrlID)) { \
                        var.on_context(source,lParam);  \
                        lResult = 0;    \
                        return TRUE;    \
                }       \
        }


Generated on Thu Aug 28 21:15:38 2008 for foobar2000 SDK by  doxygen 1.5.5