Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tk_setwindowvisual(3) [osx man page]

Tk_SetWindowVisual(3)					       Tk Library Procedures					     Tk_SetWindowVisual(3)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_SetWindowVisual - change visual characteristics of window SYNOPSIS
#include <tk.h> int Tk_SetWindowVisual(tkwin, visual, depth, colormap) ARGUMENTS
Tk_Window tkwin (in) Token for window. Visual *visual (in) New visual type to use for tkwin. int depth (in) Number of bits per pixel desired for tkwin. Colormap colormap (in) New colormap for tkwin, which must be compatible with visual and depth. _________________________________________________________________ DESCRIPTION
When Tk creates a new window it assigns it the default visual characteristics (visual, depth, and colormap) for its screen. Tk_SetWin- dowVisual may be called to change them. Tk_SetWindowVisual must be called before the window has actually been created in X (e.g. before Tk_MapWindow or Tk_MakeWindowExist has been invoked for the window). The safest thing is to call Tk_SetWindowVisual immediately after calling Tk_CreateWindow. If tkwin has already been created before Tk_SetWindowVisual is called then it returns 0 and does not make any changes; otherwise it returns 1 to signify that the operation completed successfully. Note: Tk_SetWindowVisual should not be called if you just want to change a window's colormap without changing its visual or depth; call Tk_SetWindowColormap instead. KEYWORDS
colormap, depth, visual Tk 4.0 Tk_SetWindowVisual(3)

Check Out this Related Man Page

Tk_SetWindowVisual(3)					       Tk Library Procedures					     Tk_SetWindowVisual(3)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_SetWindowVisual - change visual characteristics of window SYNOPSIS
#include <tk.h> int Tk_SetWindowVisual(tkwin, visual, depth, colormap) ARGUMENTS
Tk_Window tkwin (in) Token for window. Visual *visual (in) New visual type to use for tkwin. int depth (in) Number of bits per pixel desired for tkwin. Colormap colormap (in) New colormap for tkwin, which must be compatible with visual and depth. _________________________________________________________________ DESCRIPTION
When Tk creates a new window it assigns it the default visual characteristics (visual, depth, and colormap) for its screen. Tk_SetWin- dowVisual may be called to change them. Tk_SetWindowVisual must be called before the window has actually been created in X (e.g. before Tk_MapWindow or Tk_MakeWindowExist has been invoked for the window). The safest thing is to call Tk_SetWindowVisual immediately after calling Tk_CreateWindow. If tkwin has already been created before Tk_SetWindowVisual is called then it returns 0 and does not make any changes; otherwise it returns 1 to signify that the operation completed successfully. Note: Tk_SetWindowVisual should not be called if you just want to change a window's colormap without changing its visual or depth; call Tk_SetWindowColormap instead. KEYWORDS
colormap, depth, visual Tk 4.0 Tk_SetWindowVisual(3)
Man Page

4 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Where does programming questions go?

I am a basic programmer from way back. I moved on to visual basic when the time came but have always wanted to learn C. Now that I am on linux, I am ready for the push. Where would be the appropiate fourm to discuss programming? Thanks, Eric (wanting to learn) (2 Replies)
Discussion started by: wizkid
2 Replies

2. UNIX for Advanced & Expert Users

extracting info from Unix database to construct a visual diagram

Ok heres the situation, We use Solaris 8 at work with Sybase for the db. I need to be able to easily create visual diagrams of some of our more complex systems. I've been using Visio which is such a manual process and takes a while. I was thinking maybe using Visio somehow in conjunction... (0 Replies)
Discussion started by: fusion99
0 Replies

3. UNIX for Dummies Questions & Answers

Search/replace using visual block

Hi, how would we replace a few patterns on the same line with a change of it's own..using visual block on vim editor. ie a file contains lines such as the following: abccss (dfrss)) emailkk abdcss (dfrss)) dmailkk Using visual block once, replacement is indeed to get the following output:... (0 Replies)
Discussion started by: Manan
0 Replies

4. UNIX for Dummies Questions & Answers

visual representation of server health

(4 Replies)
Discussion started by: mcraul
4 Replies