#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 struct _CommandClass CommandClassPart |
| typedef struct _CommandClassRec CommandClassRec |
| typedef struct _CommandRec CommandRec |
| enum XtCommandHighlight |
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;
1.5.1