Changeset 1213 for trunk/documents


Ignore:
Timestamp:
Dec 10, 2009, 5:31:31 PM (14 years ago)
Author:
garnier
Message:

Suppression de Xaw. Sauf dans Configure et les fichier G4UIXaw.hh et cc

Location:
trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/Appendix/makeFile.xml

    r1211 r1213  
    454454  <varlistentry>
    455455    <term>
    456       G4UI_BUILD_XM_SESSION, G4UI_BUILD_XAW_SESSION
    457     </term>
    458     <listitem>
    459       Specifies to include in kernel library the <emphasis>XM</emphasis> or
    460       <emphasis>XAW</emphasis> Motif-based user interfaces.
    461     </listitem>
    462   </varlistentry>
    463   <varlistentry>
    464     <term>
    465       G4UI_USE_XM, G4UI_USE_XAW
    466     </term>
    467     <listitem>
    468       Specifies to use the <emphasis>XM</emphasis> or <emphasis>XAW</emphasis>
     456      G4UI_BUILD_XM_SESSION
     457    </term>
     458    <listitem>
     459      Specifies to include in kernel library the <emphasis>XM</emphasis>.
     460    </listitem>
     461  </varlistentry>
     462  <varlistentry>
     463    <term>
     464      G4UI_USE_XM
     465    </term>
     466    <listitem>
     467      Specifies to use the <emphasis>XM</emphasis>
    469468      interfaces in the application to be built.
    470469    </listitem>
  • trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/GettingStarted/graphicalUserInterface.xml

    r1212 r1213  
    6666  </para></listitem>
    6767  <listitem><para>
    68   Xm, Xaw, Win32, Qt variations of the upper terminal by using a
    69   Motif, Athena, Qt or Windows widget to retrieve commands, and
     68  Xm, Win32, Qt variations of the upper terminal by using a
     69  Motif, Qt or Windows widget to retrieve commands, and
    7070  </para></listitem>
    7171  <listitem><para>
     
    226226<sect3 id="sect.HowToSetUpInter.DescInter.G4UIXm">
    227227<title>
    228 <emphasis>G4UIXm</emphasis>, <emphasis>G4UIXaw</emphasis>, <emphasis>G4UIQt</emphasis> and
     228<emphasis>G4UIXm</emphasis>, <emphasis>G4UIQt</emphasis> and
    229229<emphasis>G4UIWin32</emphasis> classes
    230230</title>
     
    232232<para>
    233233These interfaces are versions of <emphasis>G4UIterminal</emphasis>
    234 implemented over libraries Motif, Athena, Qt and WIN32 respectively.
     234implemented over libraries Motif, Qt and WIN32 respectively.
    235235<emphasis>G4UIXm</emphasis> uses the Motif XmCommand widget,
    236 <emphasis>G4UIXaw</emphasis> the Athena dialog
    237 widget, <emphasis>G4UIQt</emphasis> the Qt dialog
     236<emphasis>G4UIQt</emphasis> the Qt dialog
    238237widget, and <emphasis>G4UIWin32</emphasis> the Windows "edit" component to do the
    239238command capturing. These interfaces are useful if working in
     
    279278
    280279<para>
    281 <emphasis>G4UIXm</emphasis> runs on Unix/Linux with Motif. <emphasis>G4UIXaw</emphasis>,
    282 less user friendly, runs on Unix with Athena widgets. <emphasis>G4UIQt</emphasis> run
     280<emphasis>G4UIXm</emphasis> runs on Unix/Linux with Motif. <emphasis>G4UIQt</emphasis> run
    283281everywhere with Qt.
    284282<emphasis>G4UIWin32</emphasis> runs on Windows.
     
    403401
    404402<para>
    405 To make the libraries of <emphasis>G4UIXm</emphasis>, <emphasis>G4UIXaw</emphasis>,
     403To make the libraries of <emphasis>G4UIXm</emphasis>,
    406404 <emphasis>G4UIQt</emphasis> and
    407405<emphasis>G4UIWin32</emphasis> , respective environment variables
    408406<emphasis role="bold">G4UI_BUILD_XM_SESSION</emphasis>,
    409 <emphasis role="bold">G4UI_BUILD_XAW_SESSION</emphasis>,
    410407<emphasis role="bold">G4UI_BUILD_QT_SESSION</emphasis> or
    411408<emphasis role="bold">G4UI_BUILD_WIN32_SESSION</emphasis> must be set
     
    435432<para>
    436433To use a given interface
    437 (<literal>G4UIxxx</literal> where <literal>xxx = terminal,Xm, Xaw, Win32, Qt,
     434(<literal>G4UIxxx</literal> where <literal>xxx = terminal,Xm, Win32, Qt,
    438435GAG, GainServer</literal>) in your program, you can do it by two ways :
    439436<itemizedlist spacing="compact">
     
    552549   <listitem><para>
    553550   The environment variable <emphasis role="bold">G4UI_USE_XM</emphasis>,
    554 <emphasis role="bold">G4UI_USE_QT</emphasis>,   <emphasis role="bold">G4UI_USE_XAW</emphasis> or
     551<emphasis role="bold">G4UI_USE_QT</emphasis> or
    555552   <emphasis role="bold">G4UI_USE_WIN32</emphasis> must be set to use the
    556553   respective interface. The file "$G4INSTALL/config/G4UI_USE.gmk"
Note: See TracChangeset for help on using the changeset viewer.