TABLE OF CONTENTS


Hunter/AboutDialog [ Packages ]

[ Top ] [ Packages ]

FUNCTION

 Provides code for showing About the program dialog

SOURCE

package AboutDialog is

AboutDialog/ShowAboutDialog [ Subprograms ]

[ Top ] [ AboutDialog ] [ Subprograms ]

FUNCTION

 Create and show About Dialog to the user

SOURCE

   procedure ShowAboutDialog(Parent: Gtk_Window);

PARAMETERS

 Parent - Gtk_Window which will be parent for the dialog. Should be always
          main window.
>