Sponsored Content
Full Discussion: Hello!!!! Everyone!!!!
Top Forums UNIX for Dummies Questions & Answers Hello!!!! Everyone!!!! Post 302092834 by kengeek27 on Thursday 12th of October 2006 10:54:40 AM
Old 10-12-2006
Hello!!!! Everyone!!!!

I am new here, and just wanted to know (this may seem stupid), I work with windows primarily at my job, and want to keep my UNIX skills good, what suggetions would anyone in the forum have. (e.g. practice everyday, hints, etc.). I just want to get good at unix, and want to increase my skill level. Any sugestions would be helpful, just looking for a new way to learn this OS. Thank you!!!!
 
XSetZoomHints(3X11)													       XSetZoomHints(3X11)

Name
       XSetZoomHints, XGetZoomHints - set or get zoom state hints

Syntax
       XSetZoomHints(display, w, zhints)
	     Display *display;
	     Window w;
	     XSizeHints *zhints;

       Status XGetZoomHints(display, w, zhints_return)
	     Display *display;
	     Window w;
	     XSizeHints *zhints_return;

Arguments
       display	 Specifies the connection to the X server.

       w	 Specifies the window.

       zhints	 Specifies a pointer to the zoom hints.

       zhints_return
		 Returns the zoom hints.

Description
       Many  window  managers  think  of windows in one of three states: iconic, normal, or zoomed.  The function provides the window manager with
       information for the window in the zoomed state.

       can generate and errors.

       The function returns the size hints for a window in its zoomed state.  It returns a nonzero status if it succeeds or zero if  the  applica-
       tion specified no zoom size hints for this window.

       can generate a error.

Property
       WM_ZOOM_HINTS

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
       XSetClassHint(3X11),  XSetCommand(3X11), XSetIconName(3X11), XSetIconSizeHints(3X11), XSetNormalHints(3X11), XSetSizeHints(3X11), XSetStan-
       dardProperties(3X11), XSetTransientForHint(3X11), XSetWMHints(3X11), XStoreName(3X11)
       Guide to the Xlib Library

															       XSetZoomHints(3X11)
All times are GMT -4. The time now is 08:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy