[Libreoffice-commits] .: vcl/win

Jan Holesovsky kendy at kemper.freedesktop.org
Mon May 7 08:53:21 PDT 2012


 vcl/win/source/gdi/salnativewidgets-luna.cxx |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit f0e68c48b95e223704d51257f6c767204d6b63c0
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Mon May 7 17:52:16 2012 +0200

    Add some useful links to the Windows theming.
    
    Change-Id: I2ced06de50b145ab9a876679f1ec49dd8915fbf9

diff --git a/vcl/win/source/gdi/salnativewidgets-luna.cxx b/vcl/win/source/gdi/salnativewidgets-luna.cxx
index 888b1a7..1f684b8 100644
--- a/vcl/win/source/gdi/salnativewidgets-luna.cxx
+++ b/vcl/win/source/gdi/salnativewidgets-luna.cxx
@@ -26,6 +26,16 @@
  *
  ************************************************************************/
 
+// General info:
+//   http://msdn.microsoft.com/en-us/library/windows/desktop/hh270423%28v=vs.85%29.aspx
+//   http://msdn.microsoft.com/en-us/library/windows/desktop/bb773178%28v=vs.85%29.aspx
+//
+// Useful tool to explore the themes & their rendering:
+//   http://privat.rejbrand.se/UxExplore.exe
+// (found at http://stackoverflow.com/questions/4009701/windows-visual-themes-gallery-of-parts-and-states/4009712#4009712)
+//
+// Theme subclasses:
+// http://msdn.microsoft.com/en-us/library/windows/desktop/bb773218%28v=vs.85%29.aspx
 
 #define _SV_SALNATIVEWIDGETS_CXX
 


More information about the Libreoffice-commits mailing list