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

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

Contents


VkErrorDialog(3x)					     VkErrorDialog(3x)


NAME    [Toc]    [Back]

     VkErrorDialog - A dialog manager for error	dialogs

INHERITS FROM    [Toc]    [Back]

     VkDialogManager : VkComponent : VkCallbackObject

HEADER FILE    [Toc]    [Back]

     #include <Vk/VkErrorDialog.h>

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

CLASS DESCRIPTION    [Toc]    [Back]

	  This class displays a	Motif error dialog, using the caching
	  facilities of	VkDialogManager	class.	Applications typically use the
	  globally available dialog theErrorDialog to post their errors.


FUNCTION DESCRIPTIONS    [Toc]    [Back]

   VkErrorDialog()
	   VkErrorDialog(const char* name);


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

   ~VkErrorDialog()
	   virtual void	~VkErrorDialog(void);


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

INHERITED MEMBER FUNCTIONS    [Toc]    [Back]

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


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



									Page 1






VkErrorDialog(3x)					     VkErrorDialog(3x)



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


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


	   VkErrorDialog *getAppErrorDialog(VkComponent	*comp);

KNOWN DERIVED CLASSES    [Toc]    [Back]

     VkFatalErrorDialog

BUGS    [Toc]    [Back]

SEE ALSO
     VkDialogManager, VkComponent
     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
VkInfoDialog IRIX A dialog manager for information dialogs
VkPromptDialog IRIX A dialog manager for prompt dialogs
VkWarningDialog IRIX Dialog manager class for warning dialogs
VkQuestionDialog IRIX Dialog Manager class for question dialogs
VkColorChooserDialog IRIX A dialog manager for color chooser dialogs
VkFileSelectionDialog IRIX Dialog manager for file selection dialogs
VkProgressDialog IRIX A dialog manager supporting interruptible dialogs with a progress indicator
VkFatalErrorDialog IRIX Simple manager for fatal error dialogs
VkDialogManager IRIX An abstract manager class that caches and supports Motif dialogs
VkInterruptDialog IRIX A dialog manager that support interrupts
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service