1! $XConsortium: Exm.uil /main/4 1996/07/15 15:12:16 drk $
2! Motif
3!
4! Copyright (c) 1987-2012, The Open Group. All rights reserved.
5!
6! These libraries and programs are free software; you can
7! redistribute them and/or modify them under the terms of the GNU
8! Lesser General Public License as published by the Free Software
9! Foundation; either version 2 of the License, or (at your option)
10! any later version.
11!
12! These libraries and programs are distributed in the hope that
13! they will be useful, but WITHOUT ANY WARRANTY; without even the
14! implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15! PURPOSE. See the GNU Lesser General Public License for more
16! details.
17!
18! You should have received a copy of the GNU Lesser General Public
19! License along with these librararies and programs; if not, write
20! to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21! Floor, Boston, MA 02110-1301 USA
22!
23! HISTORY
24
25!****************************************************************************
26!*
27!*  Exm.uil -  Exm widgets UIL header file
28!*
29!****************************************************************************
30
31
32!* Exm Creation API
33
34procedure
35    ExmCreateSimple();
36    ExmCreateString();
37    ExmCreateStringTransfer();
38    ExmCreateCommandButton();
39    ExmCreateMenuButton();
40    ExmCreateGrid();
41    ExmCreateTabButton();
42    ExmCreatePanner();
43
44!* Exm Resources
45
46value
47    ExmNsimpleShape : private argument ('simpleShape', integer);
48    ExmNcompoundString : private argument ('compoundString', compound_string);
49    ExmNgridMarginWidthWithinCell : private argument ('gridMarginWidthWithinCell',
50                                                       integer);
51    ExmNgridMarginHeightWithinCell : private argument ('gridMarginHeightWithinCell',
52                                                        integer);
53    ExmNopenSide : private argument ('openSide', integer);
54
55    ExmNreportCallback : private argument ('reportCallback', callback);
56    ExmNrubberBand : private argument ('rubberBand', boolean);
57    ExmNcanvasWidth : private argument ('canvasWidth', integer);
58    ExmNcanvasHeight : private argument ('canvasHeight', integer);
59    ExmNsliderX : private argument ('sliderX', integer);
60    ExmNsliderY : private argument ('sliderY', integer);
61    ExmNsliderWidth : private argument ('sliderWidth', integer);
62    ExmNsliderHeight : private argument ('sliderHeight', integer);
63
64value
65    ExmSHAPE_OVAL : 0; ExmSHAPE_RECTANGLE : 1;
66