X / Gnome:如何测量打开窗口的几何形状

时间:2008-09-16 14:42:33

标签: linux x11 gnome

是否有标准的X / Gnome程序会显示我选择的窗口的X,Y宽度和深度(以像素为单位)?类似于xterm在调整窗口大小时显示窗口宽度和深度(以行为单位)的方式。

我在Red Hat Enterprise Linux 4.4上运行。

谢谢!

2 个答案:

答案 0 :(得分:23)

是的,你正在寻找程序'xwininfo'。在另一个终端中运行它,然后单击您想要信息的窗口,它将提供给您。

希望这有帮助!

答案 1 :(得分:5)

$ xwininfo 

xwininfo: Please select the window about which you
          would like information by clicking the
          mouse in that window.

xwininfo: Window id: 0x1200007 "xeyes"

  Absolute upper-left X:  1130
  Absolute upper-left Y:  0
  Relative upper-left X:  0
  Relative upper-left Y:  0
  Width: 150
  Height: 100
  Depth: 24
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x20 (installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +1130+0  -0+0  -0-924  +1130-924
  -geometry 150x100-0+0