-
-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathbinding.ui
More file actions
15 lines (15 loc) · 546 Bytes
/
binding.ui
File metadata and controls
15 lines (15 loc) · 546 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" ?>
<interface>
<object class="ttk.Frame" id="mainwindow">
<property name="height">200</property>
<property name="width">200</property>
<bind add="" handler="on_button1_click" sequence="<Button-1>"/>
<bind add="" handler="double_click" sequence="<Double-Button-1>"/>
<layout>
<property name="sticky">nesw</property>
<property name="column">0</property>
<property name="propagate">True</property>
<property name="row">0</property>
</layout>
</object>
</interface>