CommandP.h File Reference

#include <X11/Xaw3d/Command.h>
#include <X11/Xaw3d/LabelP.h>

Include dependency graph for CommandP.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _CommandClass
struct  _CommandClassRec
struct  CommandPart
struct  _CommandRec

Typedefs

typedef _CommandClass CommandClassPart
typedef _CommandClassRec CommandClassRec
typedef _CommandRec CommandRec

Enumerations

enum  XtCommandHighlight { HighlightNone, HighlightWhenUnset, HighlightAlways }

Variables

CommandClassRec commandClassRec


Typedef Documentation

typedef struct _CommandClass CommandClassPart

typedef struct _CommandClassRec CommandClassRec

typedef struct _CommandRec CommandRec


Enumeration Type Documentation

enum XtCommandHighlight

Enumerator:
HighlightNone 
HighlightWhenUnset 
HighlightAlways 

Definition at line 71 of file CommandP.h.

00071              {
00072   HighlightNone,                /* Do not highlight. */
00073   HighlightWhenUnset,           /* Highlight only when unset, this is
00074                                    to preserve current command widget 
00075                                    functionality. */
00076   HighlightAlways               /* Always highlight, lets the toggle widget
00077                                    and other subclasses do the right thing. */
00078 } XtCommandHighlight;


Variable Documentation

CommandClassRec commandClassRec

Definition at line 119 of file Command.c.


Generated on Sun Mar 4 16:01:05 2007 for Scilab [trunk] by  doxygen 1.5.1