]> source.dussan.org Git - tigervnc.git/commitdiff
Added implementation of ToolBar control class.
authorgeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Mon, 10 Jan 2005 08:00:38 +0000 (08:00 +0000)
committergeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Mon, 10 Jan 2005 08:00:38 +0000 (08:00 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@88 3789f03b-4d11-0410-bbf8-ca57d06f2519

rfbplayer/ToolBar.cxx [new file with mode: 0644]
rfbplayer/ToolBar.h [new file with mode: 0644]
rfbplayer/rfbplayer.dsp

diff --git a/rfbplayer/ToolBar.cxx b/rfbplayer/ToolBar.cxx
new file mode 100644 (file)
index 0000000..c12d8a2
--- /dev/null
@@ -0,0 +1,21 @@
+/* Copyright (C) 2004 TightVNC Team.  All Rights Reserved.
+ *    
+ * This is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this software; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,
+ * USA.
+ */
+
+// -=- ToolBar control class.
+
+#include "ToolBar.h"
\ No newline at end of file
diff --git a/rfbplayer/ToolBar.h b/rfbplayer/ToolBar.h
new file mode 100644 (file)
index 0000000..20c952e
--- /dev/null
@@ -0,0 +1,22 @@
+/* Copyright (C) 2004 TightVNC Team.  All Rights Reserved.
+ *    
+ * This is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this software; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,
+ * USA.
+ */
+
+// -=- ToolBar.h
+
+#include <windows.h>
+#include <commctrl.h>
\ No newline at end of file
index 14b2faf02495adb4e0b14d8e2debd5f25166e0d5..b056c16a4dfc5ef1d8abd5f9bce0e490faf8b049 100644 (file)
@@ -114,6 +114,10 @@ SOURCE=.\rfbplayer.rc
 
 SOURCE=.\RfbProto.cxx
 # End Source File
+# Begin Source File
+
+SOURCE=.\ToolBar.cxx
+# End Source File
 # End Group
 # Begin Group "Header Files"
 
@@ -132,6 +136,10 @@ SOURCE=.\RfbProto.h
 # End Source File
 # Begin Source File
 
+SOURCE=.\ToolBar.h
+# End Source File
+# Begin Source File
+
 SOURCE=.\utils.h
 # End Source File
 # End Group