~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to gui/GraphLib/libsrc/uimxR5/include/UxDialSh.h

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* @(#)UxDialSh.h       17.1 (ESO-IPG) 01/25/02 17:25:59 */
 
2
#ifndef UXDialogShell_INCLUDED
 
3
#define UXDialogShell_INCLUDED
 
4
 
 
5
#include "Xm/DialogS.h"
 
6
 
 
7
#ifdef DESIGN_TIME
 
8
#include "UxTranSh.h"
 
9
 
 
10
extern Class_t UxC_dialogShell;
 
11
#define UxCreateDialogShell(name,parent) \
 
12
        UxCreateSwidget(UxC_dialogShell,name,parent)
 
13
#else
 
14
#define UxCreateDialogShell(name,parent) \
 
15
        UxCreateSwidget(name,xmDialogShellWidgetClass,parent)
 
16
#endif
 
17
#endif