tk_resetuserinactivetime(3tk) debian man page | unix.com

Man Page: tk_resetuserinactivetime

Operating Environment: debian

Section: 3tk

Tk_GetUserInactiveTime(3tk)				       Tk Library Procedures				       Tk_GetUserInactiveTime(3tk)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime - discover user inactivity time
SYNOPSIS
#include <tk.h> long Tk_GetUserInactiveTime(display) Tk_GetUserInactiveTime(display)
ARGUMENTS
Display *display (in) The display on which the user inactivity timer is to be queried or reset. _________________________________________________________________
DESCRIPTION
Tk_GetUserInactiveTime returns the number of milliseconds that have passed since the last user interaction (usually via keyboard or mouse) with the respective display. On systems and displays that do not support querying the user inactiviy time, -1 is returned. Tk_GetUserInac- tiveTime resets the user inactivity timer of the given display to zero. On windowing systems that do not support multiple displays display can be passed as NULL.
KEYWORDS
idle, inactive Tk 8.5 Tk_GetUserInactiveTime(3tk)
Related Man Pages
tk_freepixmap(3tk) - debian
tk_getpixmap(3tk) - debian
tk_queuewindowevent(3tk) - debian
tk_setappname(3tk) - debian
tk_dialog(3tk) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?