WideStudio Logo
WideStudio
Application Builder User's Guide
WideStudio Index
Table of contents


Windows

The top-level windows can be categorized roughly into two parts: Windows for general use and Dialogs for prompting users to input something.

Usually, the WSCmainWindows class is used for a top-level window, but you can set any class name, such as Dialog, to be the default base for a top-level window in the project settings.


  • WSCmainWindow

    Used for a general top-level window. An instance of this class is created by default when a new application window is created.

  • WSCdialog

    Base window for a Dialog. A Dialog is equipped with "OK" and "NO" buttons beforehand, so you can get these buttons shown and this window focused when needed.

  • WSCmessageDialog

    Dialog for displaying messages. Shows messages to get users noticed.

  • WSCfileSelect

    Dialog for file selection. Use this to give users the choice of a file or directory.

  • WSCwizardDialog

    Dialog with switching screen functions by the "< Back" "Next >" buttons.

  • Document Release 3.20 for WideStudio ver 3.20, Oct 2002


    WideStudio documents index | Table of contents

    Copyright(C) T. Hirabayashi, 2000-2002 Last modified: Oct 27, 2002