#include <uiutils/scrollingdialog.h>

Public Member Functions | |
| wxDialogLayoutAdapter () | |
| virtual bool | CanDoLayoutAdaptation (wxDialogHelper *dialog)=0 |
| Override this function to indicate that adaptation should be done. | |
| virtual bool | DoLayoutAdaptation (wxDialogHelper *dialog)=0 |
| Override this function to do the adaptation. | |
| wxDialogLayoutAdapter::wxDialogLayoutAdapter | ( | ) | [inline] |
| virtual bool wxDialogLayoutAdapter::CanDoLayoutAdaptation | ( | wxDialogHelper * | dialog | ) | [pure virtual] |
Override this function to indicate that adaptation should be done.
Implemented in wxStandardDialogLayoutAdapter.
| virtual bool wxDialogLayoutAdapter::DoLayoutAdaptation | ( | wxDialogHelper * | dialog | ) | [pure virtual] |
1.5.8