diff options
author | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-11-23 05:23:50 +0000 |
---|---|---|
committer | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-11-23 05:23:50 +0000 |
commit | 3f079e7eff79181a17ace419ebd405a76b3f005c (patch) | |
tree | 87d3f395eae54bb67e140d7a2062d390bfd24537 /vncviewer/FTDialog.h | |
parent | f7b2449ff01cd2c306702ab815b5b9539613f130 (diff) | |
download | tigervnc-3f079e7eff79181a17ace419ebd405a76b3f005c.tar.gz tigervnc-3f079e7eff79181a17ace419ebd405a76b3f005c.zip |
Added RBUTTON menu to the file transfer dialog.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@414 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/FTDialog.h')
-rw-r--r-- | vncviewer/FTDialog.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vncviewer/FTDialog.h b/vncviewer/FTDialog.h index 88ff9e93..f9e5ba38 100644 --- a/vncviewer/FTDialog.h +++ b/vncviewer/FTDialog.h @@ -69,6 +69,11 @@ namespace rfb { void onLocalReload(); void onRemoteReload(); + void onLocalRButton(); + void onRemoteRButton(); + void showFTMenu(int copyBtnState, int renameBtnState, + int deleteBtnState, int cancelBtnState); + void onUpload(); void onDownload(); |