win32_dialog.h File Reference

Go to the source code of this file.

Namespaces

namespace  dialog_helper

Classes

class  dialog_helper::dialog
class  dialog_helper::dialog_modal
 This class is meant to be instantiated on-stack, as a local variable. Using new/delete operators instead or even making this a member of another object works, but does not make much sense because of the way this works (single run() call). More...
class  dialog_helper::dialog_modeless
class  dialog_helper::dialog_modeless_v2

Functions

HWND uCreateDialog (UINT id, HWND parent, DLGPROC proc, LPARAM param=0)
 Wrapper (provided mainly for old code), simplifies parameters compared to standard CreateDialog() by using core_api::get_my_instance().
int uDialogBox (UINT id, HWND parent, DLGPROC proc, LPARAM param=0)
 Wrapper (provided mainly for old code), simplifies parameters compared to standard DialogBox() by using core_api::get_my_instance().


Function Documentation

HWND uCreateDialog ( UINT  id,
HWND  parent,
DLGPROC  proc,
LPARAM  param = 0 
)

Wrapper (provided mainly for old code), simplifies parameters compared to standard CreateDialog() by using core_api::get_my_instance().

int uDialogBox ( UINT  id,
HWND  parent,
DLGPROC  proc,
LPARAM  param = 0 
)

Wrapper (provided mainly for old code), simplifies parameters compared to standard DialogBox() by using core_api::get_my_instance().


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