|
||||
File indexing completed on 2025-01-18 10:15:27
0001 /* 0002 * Motif 0003 * 0004 * Copyright (c) 1987-2012, The Open Group. All rights reserved. 0005 * 0006 * These libraries and programs are free software; you can 0007 * redistribute them and/or modify them under the terms of the GNU 0008 * Lesser General Public License as published by the Free Software 0009 * Foundation; either version 2 of the License, or (at your option) 0010 * any later version. 0011 * 0012 * These libraries and programs are distributed in the hope that 0013 * they will be useful, but WITHOUT ANY WARRANTY; without even the 0014 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 0015 * PURPOSE. See the GNU Lesser General Public License for more 0016 * details. 0017 * 0018 * You should have received a copy of the GNU Lesser General Public 0019 * License along with these librararies and programs; if not, write 0020 * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth 0021 * Floor, Boston, MA 02110-1301 USA 0022 * 0023 */ 0024 #ifndef _XmPicture_h 0025 #define _XmPicture_h 0026 0027 #include <stdio.h> 0028 #include <stdlib.h> 0029 #include <ctype.h> 0030 #include <X11/Intrinsic.h> 0031 0032 typedef struct _XmPictureRec* XmPicture; 0033 typedef struct _XmPictureStateRec* XmPictureState; 0034 0035 #ifdef __cplusplus 0036 extern "C" { 0037 #endif 0038 0039 XmPicture XmParsePicture (char*); 0040 XmPictureState XmGetNewPictureState (XmPicture); 0041 char* XmPictureProcessCharacter(XmPictureState, char, Boolean*); 0042 void XmPictureDelete (XmPicture); 0043 void XmPictureDeleteState (XmPictureState); 0044 char* XmPictureGetCurrentString(XmPictureState); 0045 char* XmPictureDoAutoFill (XmPictureState); 0046 0047 #ifdef __cplusplus 0048 } /* Close scope of 'extern "C"' declaration which encloses file. */ 0049 #endif 0050 0051 #endif 0052 /* DON'T ADD ANYTHING AFTER THIS #endif */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |