Difference between revisions of "Cpp Coding Standards/FIMPL/MagNum"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: Example from vcl/aqua/inc/vcl/salnativwidget.h </pre> //standard height of the AHIG //tabs #define TAB_HEIGHT_NORMAL 20 #define TAB_HEIGHT_SMALL 17 #define TAB_HEIGHT_MINI 15 </pre>)
 
Line 1: Line 1:
 
Example from vcl/aqua/inc/vcl/salnativwidget.h
 
Example from vcl/aqua/inc/vcl/salnativwidget.h
  
</pre>
+
<pre>
  
 
//standard height of the AHIG
 
//standard height of the AHIG

Revision as of 21:33, 30 July 2008

Example from vcl/aqua/inc/vcl/salnativwidget.h


//standard height of the AHIG
//tabs
#define TAB_HEIGHT_NORMAL 20
#define TAB_HEIGHT_SMALL  17
#define TAB_HEIGHT_MINI   15 

Personal tools