+ else if ( HasParam(wxT("image")) )
+ {
+ if ( m_listbook->GetImageList() )
+ {
+ m_listbook->SetPageImage(m_listbook->GetPageCount()-1,
+ GetLong(wxT("image")) );
+ }
+ else // image without image list?
+ {
+ ReportError(n, "image can only be used in conjunction "
+ "with imagelist");
+ }
+ }