Difference between revisions of "User:Ericb/Salgeom.hxx"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
Contains a structure with these following parameters :  
+
Contains just a structure with these following parameters :  
  
nX and nY : position of the upper left corner of the area
+
    '''nX''' and '''nY''' : position of the upper left corner of the area
nWidth and nHeight : dimension of the area
+
 
nLeftDecoration, nTopDecoration, nRightDecoration, nBottomDecoration : tickness of the decoration of the area
+
    '''nWidth''' and '''nHeight''' : dimension of the area
 +
 
 +
    '''nLeftDecoration''', '''nTopDecoration''', '''nRightDecoration''', '''nBottomDecoration''' : tickness of the decoration of the area
  
 
Maybe use everytime a window is drawn or redrawn.
 
Maybe use everytime a window is drawn or redrawn.

Latest revision as of 11:24, 25 March 2010

Contains just a structure with these following parameters :

   nX and nY : position of the upper left corner of the area
   nWidth and nHeight : dimension of the area
   nLeftDecoration, nTopDecoration, nRightDecoration, nBottomDecoration : tickness of the decoration of the area

Maybe use everytime a window is drawn or redrawn.

Personal tools