Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tk_getvrootgeometry(3) [suse man page]

Tk_GetVRootGeometry(3)					       Tk Library Procedures					    Tk_GetVRootGeometry(3)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_GetVRootGeometry - Get location and size of virtual root for window SYNOPSIS
#include <tk.h> Tk_GetVRootGeometry(tkwin, xPtr, yPtr, widthPtr, heightPtr) ARGUMENTS
Tk_Window tkwin (in) Token for window whose virtual root is to be queried. int xPtr (out) Points to word in which to store x-offset of virtual root. int yPtr (out) Points to word in which to store y-offset of virtual root. int widthPtr (out) Points to word in which to store width of virtual root. int heightPtr (out) Points to word in which to store height of virtual root. _________________________________________________________________ DESCRIPTION
Tk_GetVRootGeometry returns geometry information about the virtual root window associated with tkwin. The "associated" virtual root is the one in which tkwin's nearest top-level ancestor (or tkwin itself if it is a top-level window) has been reparented by the window manager. This window is identified by a __SWM_ROOT or __WM_ROOT property placed on the top-level window by the window manager. If tkwin is not associated with a virtual root (e.g. because the window manager does not use virtual roots) then *xPtr and *yPtr will be set to 0 and *widthPtr and *heightPtr will be set to the dimensions of the screen containing tkwin. KEYWORDS
geometry, height, location, virtual root, width, window manager Tk 4.0 Tk_GetVRootGeometry(3)

Check Out this Related Man Page

Tk_GetVRootGeometry(3)					       Tk Library Procedures					    Tk_GetVRootGeometry(3)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_GetVRootGeometry - Get location and size of virtual root for window SYNOPSIS
#include <tk.h> Tk_GetVRootGeometry(tkwin, xPtr, yPtr, widthPtr, heightPtr) ARGUMENTS
Tk_Window tkwin (in) Token for window whose virtual root is to be queried. int xPtr (out) Points to word in which to store x-offset of virtual root. int yPtr (out) Points to word in which to store y-offset of virtual root. int widthPtr (out) Points to word in which to store width of virtual root. int heightPtr (out) Points to word in which to store height of virtual root. _________________________________________________________________ DESCRIPTION
Tk_GetVRootGeometry returns geometry information about the virtual root window associated with tkwin. The "associated" virtual root is the one in which tkwin's nearest top-level ancestor (or tkwin itself if it is a top-level window) has been reparented by the window manager. This window is identified by a __SWM_ROOT or __WM_ROOT property placed on the top-level window by the window manager. If tkwin is not associated with a virtual root (e.g. because the window manager does not use virtual roots) then *xPtr and *yPtr will be set to 0 and *widthPtr and *heightPtr will be set to the dimensions of the screen containing tkwin. KEYWORDS
geometry, height, location, virtual root, width, window manager Tk 4.0 Tk_GetVRootGeometry(3)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Root window banner

Does anyone know how I could display a banner at the root window level and posibly allow users to log in from the root window. I need to display a Warning Banner at the root window level so the users can read the warning then login. Solaris 7 is the OS I am running Thanks in advance (0 Replies)
Discussion started by: rtoba
0 Replies

2. UNIX for Advanced & Expert Users

Root window banner, Please help

Does anyone know how I could display a banner at the root window level and posibly allow users to log in from the root window. I need to display a Warning Banner at the root window level so the users can read the warning then login. Solaris 7 is the OS I am running Thanks in advance (9 Replies)
Discussion started by: rtoba
9 Replies

3. Solaris

reducing to root file size

My root file size has reached 80% and I am looking where all i can reduce the file size . Here is the output of top directories in / . To me none of this looks useful but not sure . We use an appplication and email. Which all can be deleted . Please advise . 2016989 989445 /var 930059 ... (2 Replies)
Discussion started by: Hitesh Shah
2 Replies

4. Shell Programming and Scripting

perl storing single value from file

Hi, I have a configuration file that contains one word that I want to store as a variable to use later in my perl program. i.e. #cat /opt/dti/ssh_user root I want to store root as a variable in perl. In bash I would do this as user=$(cat /opt/dti/ssh_user) (1 Reply)
Discussion started by: borderblaster
1 Replies

5. Red Hat

Resizing root virtual disk on the CentOS

Hello, Can someone suggest me what I missing, I re-sized a root virtual disk to 30GB on the CentOS VM. After re-sizing the disk, I booted the OS and ran fdisk -list command I was able view the size of the disk as 30GB. Paritions in the vm before I resize are: /boot - Primary parition /... (1 Reply)
Discussion started by: bobby320
1 Replies

6. Red Hat

Installation of product via root and non root

Hello., I created a virtual template via public yum repository. Assume only following usernames are there root hvasa jbell For the non root users, I will have to use them to install the product tool and deploy the web application. But lets do following steps: 1. Open the VNC port on... (0 Replies)
Discussion started by: alnhk
0 Replies