OpenCPN Partial API docs
|
Public Member Functions | |
virtual bool | CanDoLayoutAdaptation (wxDialogHelper *dialog)=0 |
Override this function to indicate that adaptation should be done. More... | |
virtual bool | DoLayoutAdaptation (wxDialogHelper *dialog)=0 |
Override this function to do the adaptation. More... | |
Definition at line 28 of file scrollingdialog.h.
|
inline |
Definition at line 31 of file scrollingdialog.h.
|
pure virtual |
Override this function to indicate that adaptation should be done.
Implemented in wxStandardDialogLayoutAdapter.
|
pure virtual |
Override this function to do the adaptation.
Implemented in wxStandardDialogLayoutAdapter.