20 lines
509 B
C
20 lines
509 B
C
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// Name: class_cmndlg.h
|
||
|
// Purpose: Common Dialog classes group docs
|
||
|
// Author: wxWidgets team
|
||
|
// Licence: wxWindows licence
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
/**
|
||
|
|
||
|
@defgroup group_class_cmndlg Common Dialogs
|
||
|
@ingroup group_class
|
||
|
|
||
|
Common dialogs are ready-made dialog classes which are frequently used in an
|
||
|
application.
|
||
|
|
||
|
Related Overviews: @ref overview_cmndlg
|
||
|
|
||
|
*/
|
||
|
|