|
72352 | 72352 | <seg>CurrentCol := <s0>EditGetCurrentCol</s0>(Control <s1>, WinTitle, WinText, ExcludeTitle, ExcludeText</s1>)</seg>
|
72353 | 72353 | </tuv>
|
72354 | 72354 | </tu>
|
| 72355 | + <tu> |
| 72356 | + <tuv lang="en"> |
| 72357 | + <seg>CurrentColor := MyGui.<s0>BackColor</s0></seg> |
| 72358 | + </tuv> |
| 72359 | + <tuv lang="ja" changeid="penguinthedawn" changedate="20250527T131800Z" creationid="penguinthedawn" creationdate="20250527T131800Z"> |
| 72360 | + <seg>CurrentColor := MyGui.<s0>BackColor</s0></seg> |
| 72361 | + </tuv> |
| 72362 | + </tu> |
72355 | 72363 | <tu>
|
72356 | 72364 | <tuv lang="en">
|
72357 | 72365 | <seg>CurrentFileName := readContent(FileArray[1]) <e28>; Read the first file only (in case there's more than one).</e28></seg>
|
@@ -132098,6 +132106,14 @@ CoordMode関数を使用しない場合、既定のモードは<e0>Client&
|
132098 | 132106 | <seg>MyGui := Gui(, "Title of Window")</seg>
|
132099 | 132107 | </tuv>
|
132100 | 132108 | </tu>
|
| 132109 | + <tu> |
| 132110 | + <tuv lang="en"> |
| 132111 | + <seg>MyGui.<s0>BackColor</s0> := NewColor</seg> |
| 132112 | + </tuv> |
| 132113 | + <tuv lang="ja" changeid="penguinthedawn" changedate="20250527T131801Z" creationid="penguinthedawn" creationdate="20250527T131801Z"> |
| 132114 | + <seg>MyGui.<s0>BackColor</s0> := NewColor</seg> |
| 132115 | + </tuv> |
| 132116 | + </tu> |
132101 | 132117 | <tu>
|
132102 | 132118 | <tuv lang="en">
|
132103 | 132119 | <seg>MyGui.<s0>GetClientPos</s0>(<s1>&X, &Y, &Width, &Height</s1>)</seg>
|
@@ -132642,6 +132658,14 @@ CoordMode関数を使用しない場合、既定のモードは<e0>Client&
|
132642 | 132658 | <seg>MyGui.AddUpDown("vMyUpDown Range1-10", 5)</seg>
|
132643 | 132659 | </tuv>
|
132644 | 132660 | </tu>
|
| 132661 | + <tu> |
| 132662 | + <tuv lang="en"> |
| 132663 | + <seg>MyGui.BackColor := "EEAA99"</seg> |
| 132664 | + </tuv> |
| 132665 | + <tuv lang="ja" changeid="penguinthedawn" changedate="20250527T131753Z" creationid="penguinthedawn" creationdate="20250527T131753Z"> |
| 132666 | + <seg>MyGui.BackColor := "EEAA99"</seg> |
| 132667 | + </tuv> |
| 132668 | + </tu> |
132645 | 132669 | <tu>
|
132646 | 132670 | <tuv lang="en">
|
132647 | 132671 | <seg>MyGui.BackColor := "White"</seg>
|
@@ -149755,6 +149779,14 @@ CoordMode関数を使用しない場合、既定のモードは<e0>Client&
|
149755 | 149779 | <seg>コントロールのウィンドウハンドル(HWND)を取得します。</seg>
|
149756 | 149780 | </tuv>
|
149757 | 149781 | </tu>
|
| 149782 | + <tu> |
| 149783 | + <tuv lang="en"> |
| 149784 | + <seg>Retrieves the window handle (HWND) of the window.</seg> |
| 149785 | + </tuv> |
| 149786 | + <tuv lang="ja" changeid="penguinthedawn" changedate="20250527T131752Z" creationid="penguinthedawn" creationdate="20250527T131752Z"> |
| 149787 | + <seg>GUIウィンドウのウィンドウハンドル(HWND)を取得します。</seg> |
| 149788 | + </tuv> |
| 149789 | + </tu> |
149758 | 149790 | <tu>
|
149759 | 149791 | <tuv lang="en">
|
149760 | 149792 | <seg>Retrieves type information from a COM object.</seg>
|
@@ -214850,6 +214882,14 @@ CoordMode関数を使用しない場合、既定のモードは<e0>Client&
|
214850 | 214882 | <seg>WinSetTransColor("Color [N]" [, ...]),</seg>
|
214851 | 214883 | </tuv>
|
214852 | 214884 | </tu>
|
| 214885 | + <tu> |
| 214886 | + <tuv lang="en"> |
| 214887 | + <seg>WinSetTransColor("EEAA99", MyGui)</seg> |
| 214888 | + </tuv> |
| 214889 | + <tuv lang="ja" changeid="penguinthedawn" changedate="20250527T131754Z" creationid="penguinthedawn" creationdate="20250527T131754Z"> |
| 214890 | + <seg>WinSetTransColor("EEAA99", MyGui)</seg> |
| 214891 | + </tuv> |
| 214892 | + </tu> |
214853 | 214893 | <tu>
|
214854 | 214894 | <tuv lang="en">
|
214855 | 214895 | <seg>WinSetTransColor(MyGui.BackColor " 150", MyGui)</seg>
|
|
0 commit comments