Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ DMFXDialog(3dm) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

VkDialogManager(3x)

DMFXImageViewer(3dm)



DMFXDialog(3dm)                                                DMFXDialog(3dm)



NAME
     DMFXDialog - A dialog class for plugins


INHERITS FROM
     VkDialogManager : VkComponent : VkCallbackObject


SYNOPSIS
     #include <dmedia/fxdialog.h>

         Methods of class DMFXDialog:


              DMFXDialog( const char * name, Widget parent,
                          const String * resources )

              ~DMFXDialog()

     Widget   getWorkAreaRowColumn()


DESCRIPTION
     Special effects plugins may have user customizable settings in the form
     of a dialog box.  This class provides the hooks to use ViewKit dialogs
     without having to subclass.  Use the one of the postAndWait or
     postBlocked methods from VkDialogManager(3x) to post the dialog.


METHODS
     DMFXDialog( const char * name, Widget parent, const String * resources )

         The plugin dialog constructor.

     ~DMFXDialog( )

         The plugin dialog destructor.

     Widget getWorkAreaRowColumn()

         Get the work area XmRowColumn, so you can add your own widgets to the
     dialog.


SEE ALSO
     VkDialogManager(3x), DMFXImageViewer(3dm), ViewKit Programmer's Guide.









                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026