add scroll processing
This commit is contained in:
@@ -111,9 +111,9 @@ row 4 | |
|
||||
<grid_location row='0' column='0' sticky='W'/>
|
||||
</widget>
|
||||
<widget type='Entry'>
|
||||
<action init='serial_no_init' quit='serial_no_quit'/>
|
||||
<widget_attribute width='12' textvariable='serial_no.number'/>
|
||||
<grid_location row='1' column='0'/>
|
||||
<action init='serial_no_init' quit='serial_no_quit'/>
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
@@ -159,21 +159,28 @@ row 4 | |
|
||||
<widget_attribute text='device:'/>
|
||||
<grid_location row='0' column='0' />
|
||||
</widget>
|
||||
<widget type='Entry'>
|
||||
<widget_attribute width='10'/>
|
||||
<widget type='Listbox'>
|
||||
<widget_attribute width='20' height='10'/>
|
||||
<grid_location row='0' column='1' padx='10'/>
|
||||
</widget>
|
||||
</widget>
|
||||
|
||||
<widget type='Frame'>
|
||||
<grid_management rows='2' columns='4'>
|
||||
<grid_management rows='2' columns='5'>
|
||||
<configure column='3' weight='1'/>
|
||||
</grid_management>
|
||||
<grid_location row='1' column='1' sticky='NW'/>
|
||||
<action>
|
||||
<scroll scrolling='partition.scroll' scrolled='partition.list'/>
|
||||
</action>
|
||||
<widget type='Listbox' name='partition.list'>
|
||||
<widget_attribute width='60'/>
|
||||
<grid_location row='0' column='0' columnspan='4' sticky='NWS' pady='10'/>
|
||||
</widget>
|
||||
|
||||
<widget type='Listbox'>
|
||||
<widget_attribute width='60' height='15'/>
|
||||
<grid_location row='0' column='0' columnspan='4' sticky='W' pady='10'/>
|
||||
<widget type='Scrollbar' name='partition.scroll'>
|
||||
<widget_attribute orient='vertical'/>
|
||||
<grid_location row='0' column='4' sticky='NS' pady='10'/>
|
||||
</widget>
|
||||
|
||||
<widget type='Button'>
|
||||
|
||||
Reference in New Issue
Block a user