====== winApp class ====== ==== Key features ==== * Display a Windows-like application with a toolbar, a status bar and a content window (''id=window''). * Allow for toolbar creation (Toolbar class). * Allow for status bar modification (''id=status'' + ''winApp::set_status''). * Supports themes using HTML and CSS. * Allow message boxes création (''class MessageBox'') ==== Infos ==== * Inherit from [[dhtml class]] * The ''RC_PATH'' can be specified. This is the path to the HTML, CSS and image files. * You have to use a special function for RC files: the function [[function._f|_f]]. It's a function that alow the packaging of rc files. ==== Limitations ==== * The toolbar can only display 1-level sub-menus ===== Links ===== * [[winApp class source code]] * [[exemple3]] * [[exemple4]] * [[exemple5]]