mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-22 23:36:46 +08:00
...
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user