Home
last modified time | relevance | path

Searched refs:btnforwardhist (Results 1 – 6 of 6) sorted by relevance

/dports/x11-fm/xfe/xfe-1.44/src/
H A DXFileImage.h46 FXArrowButton* btnforwardhist; // Forward history variable
57 …btnbackhist(NULL), btnforwardhist(NULL), pathlink(NULL), pathtext(NULL), prev_width(0), prev_heigh… in XFileImage()
H A DFileDialog.h37 FXArrowButton* btnforwardhist; // Forward history variable
42 … selectmode(0), btnbackhist(NULL), btnforwardhist(NULL), pathlink(NULL), pathtext(NULL) in FileSelector()
H A DXFileExplorer.h90 FXArrowButton* btnforwardhist; variable
179 …scrollbarcolor(FXRGB(0, 0, 0)), btnbackhist(NULL), btnforwardhist(NULL), rundialog(NULL), prefsdia… in XFileExplorer()
H A DFileDialog.cpp152btnforwardhist = new FXArrowButton(buttons, this, ID_DIR_FORWARD_HIST, LAYOUT_FILL_Y|FRAME_RAISED|… in FileSelector()
871 …int pos = DirHistBox::box(btnforwardhist, DECOR_NONE, strlist, owner->getX()+285, owner->get… in onCmdDirForwardHist()
1566 delete btnforwardhist; in ~FileSelector()
H A DXFileImage.cpp417btnforwardhist = new FXArrowButton(buttons, this, ID_DIR_FORWARD_HIST, LAYOUT_FILL_Y|FRAME_RAISED|… in FXIMPLEMENT()
893 delete btnforwardhist; in ~XFileImage()
1244 … int pos = DirHistBox::box(btnforwardhist, DECOR_NONE, strlist, this->getX()+285, this->getY()+37); in onCmdDirForwardHist()
H A DXFileExplorer.cpp608btnforwardhist = new FXArrowButton(generaltoolbar, this, XFileExplorer::ID_DIR_FORWARD_HIST, LAYOU… in FXIMPLEMENT()
2454 delete btnforwardhist; in ~XFileExplorer()
2944 int pos = DirHistBox::box(btnforwardhist, DECOR_NONE, strlist, getX()+85, getY()+60); in onCmdDirForwardHist()