⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 idialogusage.c

📁 BREW平台开发的游戏代码
💻 C
字号:
/*===========================================================================

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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -