| 1145 | } |
| 1146 | |
| 1147 | void ShuttleGuiBase::EndNotebookPage() |
| 1148 | { |
| 1149 | if( mShuttleMode != eIsCreating ) |
| 1150 | return; |
| 1151 | PopSizer(); |
| 1152 | mpParent = mpParent->GetParent(); |
| 1153 | } |
| 1154 | |
| 1155 | // Doxygen description is at the start of the file |
| 1156 | // this is a wxPanel with erase background disabled. |
no test coverage detected