ultrix man page for xgetclasshint

Query: xgetclasshint

OS: ultrix

Section: 3x11

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XSetClassHint(3X11)													       XSetClassHint(3X11)

Name
       XSetClassHint, XGetClassHint - set or get class hint

Syntax
       XSetClassHint(display, w, class_hints)
	     Display *display;
	     Window w;
	     XClassHint *class_hints;

       Status XGetClassHint(display, w, class_hints_return)
	     Display *display;
	     Window w;
	     XClassHint *class_hints_return;

Arguments
       class_hints
		 Specifies a pointer to a structure that is to be used.

       class_hints_return
		 Returns the structure.

       display	 Specifies the connection to the X server.

       w	 Specifies the window.

Description
       The function sets the class hint for the specified window.

       can generate and errors.

       The function returns the class of the specified window.	To free res_name and res_class when finished with the strings, use

       can generate a error.

Property
       WM_CLASS

Diagnostics
       The server failed to allocate the requested resource or server memory.

       A value for a Window argument does not name a defined Window.

See Also
       XSetCommand(3X11),  XSetIconName(3X11),	XSetIconSizeHints(3X11), XSetNormalHints(3X11), XSetSizeHints(3X11), XSetStandardProperties(3X11),
       XSetTransientForHint(3X11), XSetWMHints(3X11), XSetZoomHints(3X11), XStoreName(3X11)
       Guide to the Xlib Library

															       XSetClassHint(3X11)
Related Man Pages
xgetwmhints(3x11) - ultrix
xsetclasshint(3x11) - ultrix
xallocclasshint(3x11) - osf1
xclasshint(3x11) - osf1
xsetclasshint(3x11) - osf1
Similar Topics in the Unix Linux Community
How do you detect keystrokes in canonical mode?
Can I change my hostname without messing things up?
PHP Write Man Pages to MySQL DB