class
BasicDialog
: public
Dialog
(Return to index)
base class for simple, common dialog boxes (
Unidraw
).
Type:
Instantiable
Base Classes:
public
Dialog
Derived Classes
Include file:
Unidraw/dialogs.h
Description:
man page
Public:
void
SetSubtitle
(const char*)
void
SetTitle
(const char*)
Protected:
BasicDialog
(
ButtonState
*, const char* title = "", const char* subtitle = "", Alignment = Center )
BasicDialog
( const char* name,
ButtonState
*, const char* = "", const char* = "", Alignment = Center )
virtual void
Forward
(
Event
&)
void
Init
(const char*, const char*)
boolean
IsAChild
(
Interactor
*)
MarginFrame
*
_title, *_subtitle
(more documentation)