UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
InfoPanel.h
1 /* InfoPanel.h */
2 /* $Id: InfoPanel.h,v 1.1 2000/12/27 19:10:47 hoh Exp $ */
3 /* Здесь описана человеческая информационная панель */
4 #ifndef __InfoPanel_h
5 #define __InfoPanel_h
6 
7 #include "sdstool.h"
8 
9 enum PushButtons
10 {
11  pbUp,
12  pbDown
13 };
14 
15 
16 #ifdef __cplusplus
17 extern "C"{
18 #endif
19  int IP_cb (int iCode);
20  int InitInfoPanel(YFrame *frame);
21  void mUp (Widget pW,XtPointer pUserData,XtPointer pCallData);
22  void mDown (Widget pW,XtPointer pUserData,XtPointer pCallData);
23  int gilMsgHandler(int elevel, const char* msg);
24  int InfoMessage(const char* msg);
25  int InfoPanelOn();
26  void PrepareInfoPanel (YFrame* frame);
27 #ifdef __cplusplus
28 };
29 #endif
30 
31 #endif /* InfoPanel.h */
Definition: ymprog.h:757