Home
last modified time | relevance | path

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

/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A Dfxext.h390 class GMScrollHFrame : public FXHorizontalFrame {
391 FXDECLARE(GMScrollHFrame)
393 GMScrollHFrame();
395 GMScrollHFrame(const GMScrollHFrame&);
396 GMScrollHFrame& operator=(const GMScrollHFrame&);
398 GMScrollHFrame(FXComposite*p);
H A Dfxext.cpp235 FXIMPLEMENT(GMScrollHFrame,FXHorizontalFrame,nullptr,0)
237 GMScrollHFrame::GMScrollHFrame(){ in GMScrollHFrame() function in GMScrollHFrame
240 GMScrollHFrame::GMScrollHFrame(FXComposite*p):FXHorizontalFrame(p,LAYOUT_FILL_X|LAYOUT_FILL_Y|FRAME… in GMScrollHFrame() function in GMScrollHFrame
H A DGMImportDialog.cpp224 fileboxframe=new GMScrollHFrame(this); in GMFileSelector()