|
NAMEXmSlideContext - The SlideContext widget classSYNOPSIS#include <Xm/SlideC.h> DESCRIPTIONSlideContext can be used to change a widgets geometry over a period of time. Next paragraph Next paragraph ClassesSlideContext inherits behavior and resources from the Object class.The class pointer is XmSlideContextWidgetClass. The class name is XmSlideContext. New ResourcesThe following table defines a set of widget resources used by the programmer to specify data. The programmer can also set the resource values for the inherited classes to set attributes for this widget. To reference a resource by name or by class in a .Xdefaults file, remove the XmN or XmC prefix and use the remaining letters. To specify one of the defined values for a resource in a .Xdefaults file, remove the Xm prefix and use the remaining letters (in either lowercase or uppercase, but include any underscores between words). The codes in the access column indicate if the given resource can be set at creation time (C), set by using XtSetValues (S), retrieved by using XtGetValues (G), or is not applicable (N/A).
Inherited ResourcesSlideContext inherits behavior and resources from the following superclasses. For a complete description of each resource, refer to the man page for that superclass.
BehaviorXmSlideContext behavior is described below: XmSlideContext installs an Xt timer that is called every XmNslideInterval miliseconds. At each call of the timer proc the XmNslideWidget geometry is adjusted such that the X/Y/Width/Height are 10 percent closer to the final values. The XmSlideContext is automatically destroyed when the XmNslideWidget reaches its destination. If the XmNslideWidget is destroyed before the slide is finished, the XmSlideContext is destroyed.Virtual BindingsThe bindings for virtual keys are vendor specific. For information about bindings for virtual buttons and keys, see VirtualBindings(3X).RELATED INFORMATIONObject(3X), Visit the GSP FreeBSD Man Page Interface. |