Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

glut_dials.c File Reference

#include "glutint.h"

Go to the source code of this file.


Functions

void glutButtonBoxFunc (GLUTbuttonBoxCB buttonBoxFunc)
void glutDialsFunc (GLUTdialsCB dialsFunc)

Function Documentation

void glutButtonBoxFunc GLUTbuttonBoxCB    buttonBoxFunc
 

Definition at line 11 of file glut_dials.c.

References __glutPutOnWorkList(), GLUT_DEVICE_MASK_WORK, and GLUTbuttonBoxCB.

00012 {
00013   __glutCurrentWindow->buttonBox = buttonBoxFunc;
00014   __glutUpdateInputDeviceMaskFunc = __glutUpdateInputDeviceMask;
00015   __glutPutOnWorkList(__glutCurrentWindow,
00016     GLUT_DEVICE_MASK_WORK);
00017 }

void glutDialsFunc GLUTdialsCB    dialsFunc
 

Definition at line 20 of file glut_dials.c.

References __glutPutOnWorkList(), GLUT_DEVICE_MASK_WORK, and GLUTdialsCB.

00021 {
00022   __glutCurrentWindow->dials = dialsFunc;
00023   __glutUpdateInputDeviceMaskFunc = __glutUpdateInputDeviceMask;
00024   __glutPutOnWorkList(__glutCurrentWindow,
00025     GLUT_DEVICE_MASK_WORK);
00026 }
 

Powered by Plone

This site conforms to the following standards: