idialogusage.c

来自「一些brew的简单代码」· C语言 代码 · 共 31 行

C
31
字号
/*===========================================================================

FILE: idialogusage.c

SERVICES: Sample applet using AEE

DESCRIPTION
  This file contains usage examples of the IDialog interface. IDialog interface
  functions allow the user to create and manage user interface dialogs. The following 
  dialog-related functions are illustrated:

      -ISHELL_CreateDialog
	  -ISHELL_GetActiveDialog
	  -ISHELL_EndDialog
	  -IDIALOG_GetControl
	  -IDIALOG_SetFocus
	  -ISHELL_Prompt
	  -ISHELL_MessageBox
	  -ISHELL_MessageBoxText

  Dialogs can be created with the BREW Resource Editor or by populating a set
  of data structures in your code (the latter method is not used in these examples;
  refer to the ishell usage app for an example of this method).
  Prompts and message boxes are created by calling shell functions; they are simple
  dialogs that can be created without using the Resource Editor.

PUBLIC CLASSES:  
   N/A


   	   Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?