質問編集履歴
1
大文字小文字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
Windowsで```Button```のデフォルト背景色やスタイルを取得すると、```
|
1
|
+
Windowsで```Button```のデフォルト背景色やスタイルを取得すると、```SystemButtonFace```や```TkDefaultFont```と表示されます。
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
```
|
5
|
+
```SystemButtonFace```は```button.winfo_rgb("systemButtonFace")```で具体的なRGB値を取得できますが、```TkDefaultFont```の値はどのように取得することができますか?
|