-
-
Notifications
You must be signed in to change notification settings - Fork 216
/
Copy pathtest_entry_commands.ui
24 lines (24 loc) · 1.02 KB
/
test_entry_commands.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version='1.0' encoding='utf-8'?>
<interface version="1.1">
<object class="ttk.Frame" id="mainwindow">
<property name="height">250</property>
<property name="width">250</property>
<layout manager="pack" />
<child>
<object class="ttk.Entry" id="entry">
<property name="invalidcommand" type="command" cbtype="entry_validate" args="%P">entry_invalid</property>
<property name="justify">center</property>
<property name="style">MyEntryStyle.TEntry</property>
<property name="text" translatable="yes">Hello</property>
<property name="textvariable">entry_var</property>
<property name="validate">key</property>
<property name="validatecommand" type="command" cbtype="entry_validate" args="%d %P">entry_validate</property>
<layout manager="grid">
<property name="column">0</property>
<property name="propagate">True</property>
<property name="row">0</property>
</layout>
</object>
</child>
</object>
</interface>