XChangeSaveSet
NAMESYNTAX
ARGUMENTS
DESCRIPTION
DIAGNOSTICS
SEE ALSO
NAME
XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet − change a client’s save set
SYNTAX
int XChangeSaveSet(Display *display, Window w, int change_mode); | |
int XAddToSaveSet(Display *display, Window w); | |
int XRemoveFromSaveSet(Display *display, Window w); |
ARGUMENTS
change_mode
Specifies the mode. You can pass SetModeInsert or SetModeDelete.
display |
Specifies the connection to the X server. | ||
w |
Specifies the window that you want to add or delete from the client’s save-set. |
DESCRIPTION
Depending on the specified mode, XChangeSaveSet either inserts or deletes the specified window from the client’s save-set. The specified window must have been created by some other client, or a BadMatch error results.
XChangeSaveSet can generate BadMatch, BadValue, and BadWindow errors.
The XAddToSaveSet function adds the specified window to the client’s save-set. The specified window must have been created by some other client, or a BadMatch error results.
XAddToSaveSet can generate BadMatch and BadWindow errors.
The XRemoveFromSaveSet function removes the specified window from the client’s save-set. The specified window must have been created by some other client, or a BadMatch error results.
XRemoveFromSaveSet can generate BadMatch and BadWindow errors.
DIAGNOSTICS
BadMatch |
Some argument or pair of arguments has the correct type and range but fails to match in some other way required by the request. | ||
BadValue |
Some numeric value falls outside the range of values accepted by the request. Unless a specific range is specified for an argument, the full range defined by the argument’s type is accepted. Any argument defined as a set of alternatives can generate this error. | ||
BadWindow |
A value for a Window argument does not name a defined Window. |
SEE ALSO
XReparentWindow(3)
Xlib − C Language X Interface
More Linux Commands
manpages/XmbSetWMProperties.3.html
XmbSetWMProperties(3) - set standard window properties......
The XSetWMProperties convenience function provides a single programming interface for setting those essential window properties that are used for communicating
manpages/mmcli.8.html
mmcli(8) Control and monitor the ModemManager (Man Page)....
ModemManager is a DBus-powered Linux daemon which provides a unified high level API for communicating with (mobile broadband) modems. It acts as a standard RIL
manpages/iprofd.8.html
iprofd.8 (Manual - Linux man page).........................
iprofd is used to make the modem-register settings of the isdn-ttys AT-emulator permanent and restore them during boot-time. It is usually started from within a
manpages/gettid.2.html
gettid(2) - get thread identification - Linux manual page...
gettid() returns the callers thread ID (TID). In a single-threaded process, the thread ID is equal to the process ID (PID, as returned by getpid(2)). In a multi
manpages/ssh-copy-id.1.html
ssh-copy-id(1) - install your public key in a remote machine
ssh-copy-id is a script that uses ssh-add(1) to log into a remote machine (presumably using a login password, so password authentication should be enabled, unle
manpages/fetestexcept.3.html
fetestexcept(3) - floating-point rounding and exception hand
These eleven functions were defined in C99, and describe the handling of floating-point rounding and exceptions (overflow, zero-divide, etc.). Exceptions The di
manpages/policytool-java-1.6.0-openjdk.1.html
policytool-java-1.6.0-openjdk(1) - PolicyTool Administration
policytool is a GUI that allows users to create and manage policy files. For details, see the Policytool Users Guide @ http://java.sun.com/javase/6/docs/technot
manpages/CPANPLUS::Module::Fake.3pm.html
CPANPLUS::Module::Fake(3pm) - (unknown subject) (Man Page)
A class for creating fake module objects, for shortcut use internally by CPANPLUS . Inherits from CPANPLUS::Module. METHODS new( module => $mod, path => $path,
manpages/XrmQGetResource.3.html
XrmQGetResource(3) - retrieve database resources and search
The XrmGetResource and XrmQGetResource functions retrieve a resource from the specified database. Both take a fully qualified name/class pair, a destination res
manpages/tail.1.html
tail(1) - output the last part of files - Linux manual page
Print the last 10 lines of each FILE to standard output. With more than one FILE, precede each with a header giving the file name. With no FILE, or when FILE is
manpages/showconsole.8.html
showconsole(8) - determines the real tty of stdin (ManPage)
showconsole determines the real character device of the current system console. This can be used on /dev/console as current character device to get the real cha
manpages/egrep.1.html
egrep(1) - print lines matching a pattern - Linux man page
grep searches the named input FILEs (or standard input if no files are named, or if a single hyphen-minus (-) is given as file name) for lines containing a matc
