MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Manual do Utilizador Página 395

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 500
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 394
Customize Tabbing Behavior in a Programmatic UI
10-63
'Position',[290 200 130 20]);
sth = uicontrol(fh,'Style','text','String','Select Data',...
'Position',[290 230 60 20]);
ph = uipanel('Parent',fh,'Units','pixels',...
'Position',[290 30 130 150]);
ah = axes('Parent',fh,'Units','pixels',...
'Position',[40 30 220 220]);
bh1 = uicontrol(ph,'Style','pushbutton',...
'String','Contour','Position',[20 20 80 30]);
bh2 = uicontrol(ph,'Style','pushbutton',...
'String','Mesh','Position',[20 60 80 30]);
bh3 = uicontrol(ph,'Style','pushbutton',...
'String','Surf','Position',[20 100 80 30]);
You can obtain the default tab order for a figure, panel, or button group by looking at its
Children property. For the example, this command gets the children of the uipanel, ph.
ch = ph.Children
ch =
Vista de página 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 499 500

Comentários a estes Manuais

Sem comentários