|
Last change
on this file was
16765,
checked in by westram, 8 years ago
|
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
728 bytes
|
| Line | |
|---|
| 1 | #include <Xm/Xm.h> |
|---|
| 2 | |
|---|
| 3 | #define CREATED 1 |
|---|
| 4 | #define NOT_CREATED 0 |
|---|
| 5 | |
|---|
| 6 | void ReshapeOpenGLWindow(GLint width, GLint height); |
|---|
| 7 | void InitializeOpenGLEngine(GLint width, GLint height); |
|---|
| 8 | void RenderOpenGLScene(Widget w); |
|---|
| 9 | void InitializeOpenGLWindow(Widget w); |
|---|
| 10 | void ComputeRotationXY(int x, int y); |
|---|
| 11 | void MapDisplayParameters(AW_root *aw_root); |
|---|
| 12 | void DisplayPostionsIntervalChanged_CB(AW_root *awr); |
|---|
| 13 | void MapSelectedSpeciesChanged_CB(AW_root *awr); |
|---|
| 14 | void CursorPositionChanged_CB(AW_root *awr); |
|---|
| 15 | void DisplayHelixNrsChanged_CB(AW_root *awr, bool upper_limit_changed); |
|---|
| 16 | void MapSaiToEcoliTemplateChanged_CB(AW_root *awr); |
|---|
| 17 | void MapSearchStringsToEcoliTemplateChanged_CB(AW_root *awr); |
|---|
| 18 | void WinToScreenCoordinates(int x, int y, GLdouble *screenPos); |
|---|
Note: See
TracBrowser
for help on using the repository browser.