*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> Vk/VkFatalErrorDialog (3)              
Title
Content
Arch
Section
 

Contents


VkFatalErrorDialog(3x)					VkFatalErrorDialog(3x)


NAME    [Toc]    [Back]

     VkFatalErrorDialog	- Simple manager for fatal error dialogs

INHERITS FROM    [Toc]    [Back]

     VkErrorDialog : VkDialogManager : VkComponent : VkCallbackObject

HEADER FILE    [Toc]    [Back]

     #include <Vk/VkFatalErrorDialog.h>

PUBLIC PROTOCOL	SUMMARY
   Constructor/Destructor
	   VkFatalErrorDialog(const char* name);
	   virtual void	~VkFatalErrorDialog(void);

CLASS DESCRIPTION    [Toc]    [Back]

	  This class displays a	Motif error dialog which will terminate	the
	  application when the user hits the "OK" button.  Applications
	  typically use	the globally available dialog theFatalErrorDialog to
	  post their last errors.


FUNCTION DESCRIPTIONS    [Toc]    [Back]

   VkFatalErrorDialog()
	   VkFatalErrorDialog(const char* name);


	  Initializes a	VkFatalErrorDialog object.  This dialog	should not be
	  instantiated directly, instead use the globally instantiated dialog
	  theFatalErrorDialog.

   ~VkFatalErrorDialog()
	   virtual void	~VkFatalErrorDialog(void);


	  Frees	the storage associated with a VkFatalErrorDialog object.  The
	  global VkFatalErrorDialog object should not be freed.

DATA MEMBER DESCRIPTIONS    [Toc]    [Back]

INHERITED MEMBER FUNCTIONS
   Inherited from VkErrorDialog
	  createDialog(),  VkErrorDialog(),  ~VkErrorDialog()


   Inherited from VkDialogManager    [Toc]    [Back]
	  show(), hide(), className(), prepost(), apply(), setTitle(),
	  setButtonLabels(), unpost(), unpost(), unpostAll(),
	  centerOnScreen(), lastPosted(), post(), postModal(), postBlocked(),
	  postAndWait(), _action, _showOK, _showCancel,	_showApply,
	  _allowMultipleDialogs, _minimizeMultipleDialogs, prepostCallback




									Page 1






VkFatalErrorDialog(3x)					VkFatalErrorDialog(3x)



   Inherited from VkComponent    [Toc]    [Back]
	  installDestroyHandler(), removeDestroyHandler(), widgetDestroyed(),
	  setDefaultResources(), getResources(), callCallbacks(),
	  VkComponent(), manage(), unmanage(), baseWidget(), okToQuit(),
	  _name, _baseWidget, _w, deleteCallback


   Inherited from VkCallbackObject    [Toc]    [Back]
	  callCallbacks(), addCallback(), removeCallback(),
	  removeAllCallbacks()


VIEWKIT	2.1 CHANGES
     In	multi-screen enabled applications or components, references to
     theFatalErrorDialog will only be valid for	the default screen in the
     application.  The following new function API will return the
     VkFatalErrorDialog	associated with	the appropriate	screen and should be
     used instead of theFatalErrorDialog;


	   VkFatalErrorDialog *getAppFatalErrorDialog(VkComponent *comp);


CLASSES	USED BY	THIS CLASS
     VkApp

SEE ALSO    [Toc]    [Back]

      
      
     VkErrorDialog, VkDialogManager, VkComponent, VkApp
     ViewKit Programmer's Guide
     The X Window System, DEC Press, Bob Sheifler and Jim Gettys
     The X Window System Toolkit, DEC Press, Paul Asente and Ralph Swick
     The OSF/Motif Programmers Reference, Prentice Hall, OSF


									PPPPaaaaggggeeee 2222
[ Back ]
 Similar pages
Name OS Title
VkErrorDialog IRIX A dialog manager for error dialogs
vlseterrorhandler IRIX set VL non-fatal or fatal error handler
panic NetBSD Bring down system on fatal error
panic FreeBSD bring down system on fatal error
panic OpenBSD Bring down system on fatal error
VkPromptDialog IRIX A dialog manager for prompt dialogs
VkInfoDialog IRIX A dialog manager for information dialogs
VkColorChooserDialog IRIX A dialog manager for color chooser dialogs
VkFileSelectionDialog IRIX Dialog manager for file selection dialogs
VkWarningDialog IRIX Dialog manager class for warning dialogs
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service