-
Notifications
You must be signed in to change notification settings - Fork 0
/
uitable_allvairables.txt
42 lines (42 loc) · 1.17 KB
/
uitable_allvairables.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
hs.table1 = uitable(...
'BackgroundColor',[1 1 1;0.96078431372549 0.96078431372549 0.96078431372549],...
'BusyAction','queue',...
'ButtonDownFcn','',...
'CellEditCallback','',...
'CellSelectionCallback','',...
'Children',[],...
'ColumnEditable',[],...
'ColumnFormat',{},...
'ColumnName','numbered',...
'ColumnSortable',[],...
'ColumnWidth','auto',...
'ContextMenu',[],...
'CreateFcn','',...
'Data',[],...
'DeleteFcn','',...
'DisplayDataChangedFcn','',...
'Enable','on',...
'FontAngle','normal',...
'FontName','MS Sans Serif',...
'FontSize',8,...
'FontUnits','points',...
'FontWeight','normal',...
'ForegroundColor',[0 0 0],...
'HandleVisibility','on',...
'InnerPosition',[20 20 300 300],...
'Interruptible','on',...
'KeyPressFcn','',...
'KeyReleaseFcn','',...
'Layout',[],...
'OuterPosition',[20 20 300 300],...
'Parent',hs.window,...
'Position',[20 20 300 300],...
'RearrangeableColumns','off',...
'RowName','numbered',...
'RowStriping','on',...
'Tag','',...
'Tooltip','',...
'Units','pixels',...
'UserData',[],...
'Visible','on'...
);