Home
last modified time | relevance | path

Searched refs:hContents (Results 1 – 3 of 3) sorted by relevance

/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCProgressDialog.cpp45 hContents(new FXHorizontalFrame(vContents,LAYOUT_FILL_X | FRAME_NONE, 0,0,0,0, 0,0,0,0, 6,0)),
46 progressBar(new FXProgressBar(hContents,NULL,0,PROGRESSBAR_NORMAL | LAYOUT_FILL_X,0,0,250,20)),
47 …cancelButton(!showCancelButton ? NULL : new FXButton(hContents,_("&Cancel"),/*FOXIcons->RedX1*/NUL…
H A DCProgressDialog.h60 FXHorizontalFrame *hContents; variable
/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtml_part.cpp5674 qint32 xOffset, yOffset, wContents, hContents, mWidth, mHeight; in restoreState() local
5684 stream >> u >> xOffset >> yOffset >> wContents >> hContents >> mWidth >> mHeight; in restoreState()
5789 d->m_view->resizeContents(wContents, hContents); in restoreState()