This commit is contained in:
vczh
2016-07-16 23:12:02 -07:00
parent 32b8ef2230
commit 9009e56369
+2 -2
View File
@@ -6949,7 +6949,7 @@ Table Compositions
~GuiRowSplitterComposition();
/// <summary>Get the number of rows that above the splitter.</summary>
/// <returns>The number of rows that above the splitter.</summary>
/// <returns>The number of rows that above the splitter.</returns>
vint GetRowsToTheTop();
/// <summary>Set the number of rows that above the splitter.</summary>
/// <param name="value">The number of rows that above the splitter</param>
@@ -6972,7 +6972,7 @@ Table Compositions
~GuiColumnSplitterComposition();
/// <summary>Get the number of columns that before the splitter.</summary>
/// <returns>The number of columns that before the splitter.</summary>
/// <returns>The number of columns that before the splitter.</returns>
vint GetColumnsToTheLeft();
/// <summary>Set the number of columns that before the splitter.</summary>
/// <param name="value">The number of columns that before the splitter</param>