Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxmcreatecolormix(3x) [osf1 man page]

DXmCreateColorMix(3X)													     DXmCreateColorMix(3X)

NAME
DXmCreateColorMix - Creates a color mixing widget, without a pop-up dialog box. SYNOPSIS
Widget DXmCreateColorMix( Widget parent, String name, ArgList arglist, Cardinal argcount ); PARAMETERS
The identifier (widget ID) of the parent widget. The name of the created widget. The application argument list. The number of arguments in the application argument list. DESCRIPTION
The DXmCreateColorMix routine uses the same arguments and resources as the DXmCreateColorMixDialog routine to create a color mixing widget, but does not include a pop-up dialog box. Note, however, that if color resources are limited, your application should use the pop-up color mixing widget instead. Inherited Resources DXmCreateColorMix inherits behaviour and resources from the following superclasses: Core Resource Set Composite Resource Set Constraint Resource Set XmManager Resource Set XmBulletinBoard Resource Set DXmColorMix Resource Set RETURN VALUES
The identifier (widget ID) of the created color mixing widget. SEE ALSO
DXmCreateColorMixDialog(3X) DXmCreateColorMix(3X)

Check Out this Related Man Page

DXmColorMixSetNewColor(3X)												DXmColorMixSetNewColor(3X)

NAME
DXmColorMixSetNewColor - Sets the new color red, green, and blue values in the color mixing widget. SYNOPSIS
void DXmColorMixSetNewColor( DXmColorMixWidget cmw, unsigned short red, unsigned short green, unsigned short blue ); PARAMETERS
The identifier (widget ID) of the color mixing widget. The new color red value. The value is expressed as an X color value (0 to 65535). The new color green value. The value is expressed as an X color value (0 to 65535). The new color blue value. The value is expressed as an X color value (0 to 65535). A complete list of all the X color values available to you is located on your system. To find it, type the following command: % find / -name '*rgb*' -print DESCRIPTION
The DXmColorMixSetNewColor routine allows the application or a user-supplied color mixer subwidget to pass the current color value to the color mixing widget. Note that your application will perform this operation faster if you call this routine instead of the Intrinsic rou- tine XtSetValues. SEE ALSO
DXmColorMixGetNewColor(3X), DXmCreateColorMix(3X), DXmCreateColorMixDialog(3X) DXmColorMixSetNewColor(3X)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies