debian man page for s3dw_getroot

Query: s3dw_getroot

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

S3DW_GETROOT(3) 						    s3d Manual							   S3DW_GETROOT(3)

NAME
s3dw_getroot - get the root
SYNOPSIS
#include <s3dw.h> s3dw_widget *s3dw_getroot(void);
DESCRIPTION
Returns the root-widget, which holds all the surfaces. E.g. if you want to move all widgets at once, adjust the root-widgets x,y,z and use s3dw_moveit() s3dw_widget *root = s3dw_getroot(); // move widget center to (0,5,0). upon creation, it's centered at (0,0,0), // so this might move it up root->x=0; root->y=5; root->z=0; s3dw_moveit(root);
AUTHOR
Simon Wunderlich Author of s3d s3d S3DW_GETROOT(3)
Related Man Pages
dsenableroot(8) - mojave
systemd-volatile-root.service(8) - opensolaris
systemd-volatile-root.service(8) - debian
systemd-volatile-root.service(8) - sunos
systemd-volatile-root.service(8) - osx
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Detecting unused variables...
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph