diff options
author | scuri <scuri> | 2009-06-23 03:18:33 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-06-23 03:18:33 +0000 |
commit | 0610dd4f3064220a2e8fb1d8dc120044eb6c64a8 (patch) | |
tree | a5d0d3b6c79e967cd4e80c7668b906e8b422f902 /html/wb/wb_usr.lua | |
parent | 09be96e0606d05b056f82b5f9254208a2d0e4c88 (diff) |
*** empty log message ***
Diffstat (limited to 'html/wb/wb_usr.lua')
-rw-r--r-- | html/wb/wb_usr.lua | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/html/wb/wb_usr.lua b/html/wb/wb_usr.lua index bcbaeec..a494653 100644 --- a/html/wb/wb_usr.lua +++ b/html/wb/wb_usr.lua @@ -240,7 +240,7 @@ wb_usr.tree = folder= { { - name= {nl= "GetCanvasSize"}, + name= {nl= "GetSize"}, link= "func/coordinates.html#cdGetCanvasSize" }, { @@ -625,21 +625,21 @@ wb_usr.tree = folder= { { - name= {nl= "FontDim"}, + name= {nl= "GetFontDim"}, link= "func/text.html#cdFontDim" }, { - name= {nl= "TextSize"}, + name= {nl= "GetTextSize"}, link= "func/text.html#cdTextSize" }, { - name= {nl= "TextBox"}, - link= "func/text.html#cdTextBox" + name= {nl= "GetTextBounds"}, + link= "func/text.html#cdTextBounds" }, { - name= {nl= "TextBounds"}, - link= "func/text.html#cdTextBounds" - } + name= {nl= "GetTextBox"}, + link= "func/text.html#cdTextBox" + }, } } } @@ -654,10 +654,6 @@ wb_usr.tree = link= "func/vectortext.html#cdVectorText" }, { - name= {nl= "MultiLineVectorText"}, - link= "func/vectortext.html#cdMultiLineVectorText" - }, - { name= {en= "Attributes"}, folder= { @@ -694,6 +690,10 @@ wb_usr.tree = { name= {nl= "GetVectorTextBounds"}, link= "func/vectortext.html#cdGetVectorTextBounds" + }, + { + name= {nl= "GetVectorTextBox"}, + link= "func/vectortext.html#cdGetVectorTextBox" } } } |