Scilab 5.3.0
      
      - Manual Scilab
 - Biblioteca de Gráficos
 - 2d_plot
 - 3d_plot
 - annotation
 - axes_operations
 - axis
 - bar_histogram
 - Color management
 - figure_operations
 - geometric_shapes
 - handle
 - interaction
 - load_save
 - pie
 - polygon
 - property
 - style
 - text
 - transform
 - window_control
 - Datatips
 - GlobalProperty
 - Graphics
 - alufunctions
 - clear_pixmap
 - graphics_entities
 - object_editor
 - plzr
 - rubberbox
 - show_pixmap
 - square
 - twinkle
 - xbasr
 - xchange
 - xclear
 - xdel
 - xget
 - xgetech
 - xgraduate
 - xgrid
 - xname
 - xnumb
 - xpause
 - xsegs
 - xset
 - xsetech
 - xsetm
 - Compound_properties
 - pixel_drawing_mode
 - segs_properties
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
twinkle
Faz uma entidade gráfica piscar
Seqüência de Chamamento
twinkle(h,[n])
Parâmetros
- h
 manipulador de uma entidade gráfica
- n
 inteiro
Descrição
twinkle faz com que a entidade gráfica dada pelo
    seu manipulador h pisque. Pode ser usado para encontrar o objeto gráfico
    correspondente a um manipulador gráfico em uma janela de gráficos. Por
    padrão, a entidade gráfica pisca 5 vezes, mas você pode mudar este número
    através do argumento opcional n.
Exemplos
Ver Também
| << square | Biblioteca de Gráficos | xbasr >> |