GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WCTL(3) FreeBSD Library Functions Manual WCTL(3)

drawresizewindow, drawsetlabel, drawtopwindow - window management

#include <draw.h>

void drawresizewindow(Rectangle r)

int drawsetlabel(Display *d, char *name)

void drawtopwindow(void)

These routines interact with a window manager to set the properties of the window running the current program. They substitute for interacting directly with the Plan 9 rio's /dev/wctl.

Drawresizewindow requests that the program's window be resized to have the width and height of the rectangle r. Only the width and height are important; the offset is ignored.

Drawsetlabel requests that the program's window title be set to name.

Drawtopwindow requests that the program's window be moved above all other windows and given the input focus.

/src/libdraw/wsys.c

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.