source --> actor
Clases de Actores
Clase Descripción (actor) ======== ================== actor_panel panel ( bicotiActorGraphic2DPanel ) actor_image imagen ( bicotiActorGraphic2DImage < PixelType > ) actor_push_button botón ( bicotiActorGraphic2DPushButton ) actor_label etiqueta ( bicotiActorGraphic2DLabel ) actor_timer timer ( bicotiActorTimer ) actor_field campo ( bicotiActorGraphic2DField ) actor_menu_popup menú desplegable ( bicotiActorGraphicMenuPopup ) actor_menu_bar barra de menú ( bicotiActorGraphicMenuBar ) actor_file_dialog diálogo de archivo ( bicotiActorGraphic2DFileDialog ) actor_scroll_bar scroll ( bicotiActorGraphic2DScrollBar )
local enum ActorCases { actor_panel , actor_image , actor_push_button , actor_label , actor_timer , actor_field , actor_menu_popup , actor_menu_bar , actor_file_dialog , actor_scroll_bar } ;
Claudio Risso Wilman Alarcon
Click here to return to the top of the page.