XpSelectInput
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
STRUCTURES
DIAGNOSTICS
FILES
NAME
XpSelectInput − Specifies which X Print events, from the specified print context, the client is interested in.
SYNOPSIS
void
XpSelectInput ( display, context, event_mask )
Display *display;
XPContext context;
unsigned long event_mask;
ARGUMENTS
display
Specifies a pointer to the Display structure; returned from XOpenDisplay.
context
Specifies the print context from which to select events.
event_mask
Specifies the event mask. This mask is the bitwise OR one or more of the valid events mask bits (see below).
DESCRIPTION
XpSelectInput selects which X Print events from the specified print context the client is interest in. The X Print Events are generated from a current print context, and not from a window as is the case with XSelectInput.
STRUCTURES
The bits for event_mask are defined in <X11/extensions/Print.h>:
#define XPNoEventMask |
0 | |||||
(1L<<0) | ||||||
(1L<<1) |
The resulting events are defined in <X11/extensions/Print.h>:
#define XPPrintNotify |
0 | ||||
1 |
DIAGNOSTICS
BadValue |
The value specified for event_mask is not valid. | ||
XPBadContext |
The specified print context is not valid. |
FILES
<X11/extensions/Print.h>
More Linux Commands
manpages/ktorrent.1.html
ktorrent(1) - Bittorrent client for KDE - Linux manual page
Bittorrent client for KDE Generic options: --help Show help about options --help-qt Show Qt specific options --help-kde Show KDE specific options --help-all Sho
manpages/XkbGetStickyKeysOptions.3.html
XkbGetStickyKeysOptions(3) - Queries the current StickyKeys
The StickyKeys control has two options that can be accessed via the ax_options of an XkbControlsRec structure. The first option, TwoKeys, specifies whether Stic
manpages/Tcl_FinalizeThread.3.html
Tcl_FinalizeThread(3) - end the application or thread (and i
The procedures described here provide a graceful mechanism to end the execution of a Tcl application. Exit handlers are invoked to cleanup the applications stat
manpages/FcConfigAppFontAddDir.3.html
FcConfigAppFontAddDir(3) - Add fonts from directory to font
Scans the specified directory for fonts, adding each one found to the application-specific set of fonts. Returns FcFalse if the fonts cannot be added (due to al
manpages/Tcl_ExitThread.3.html
Tcl_ExitThread(3) - end the application or thread (and invok
The procedures described here provide a graceful mechanism to end the execution of a Tcl application. Exit handlers are invoked to cleanup the applications stat
manpages/sigismember.3.html
sigismember(3) - POSIX signal set operations. (Man Page)....
These functions allow the manipulation of POSIX signal sets. sigemptyset() initializes the signal set given by set to empty, with all signals excluded from the
manpages/wcsstr.3.html
wcsstr(3) - locate a substring in a wide-character string...
The wcsstr() function is the wide-character equivalent of the strstr(3) function. It searches for the first occurrence of the wide-character string needle (with
manpages/CPANPLUS::Dist::MM.3pm.html
CPANPLUS::Dist::MM(3pm) - (unknown subject) - Linux man page
CPANPLUS::Dist::MM is a distribution class for MakeMaker related modules. Using this package, you can create, install and uninstall perl modules. It inherits fr
manpages/nextafter.3.html
nextafter(3) - floating-point number manipulation (ManPage)
The nextafter(), nextafterf(), and nextafterl() functions return the next representable floating-point value following x in the direction of y. If y is less tha
manpages/XtIsTopLevelShell.3.html
XtIsTopLevelShell(3) - obtain and verify a widget's class...
The XtClass function returns a pointer to the widgets class structure. The XtSuperclass function returns a pointer to the widgets superclass class structure. Th
manpages/mmsitepass.8.html
mmsitepass(8) - Set the Mailman site password, prompting fro
The site password can be used in most if not all places that the list administrators password can be used, which in turn can be used in most places that a list
manpages/XChangeKeyboardDevice.3.html
XChangeKeyboardDevice(3) - change which device is used as th
The XChangeKeyboardDevice request causes the server to use the specified device as the X keyboard. The device must have been previously opened by the requesting
