Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xunseticfocus(3) [debian man page]

XSetICFocus(3)							  XLIB FUNCTIONS						    XSetICFocus(3)

NAME
XSetICFocus, XUnsetICFocus - set and unset input context focus SYNTAX
void XSetICFocus(XIC ic); void XUnsetICFocus(XIC ic); ARGUMENTS
ic Specifies the input context. DESCRIPTION
The XSetICFocus function allows a client to notify an input method that the focus window attached to the specified input context has received keyboard focus. The input method should take action to provide appropriate feedback. Complete feedback specification is a matter of user interface policy. Calling XSetICFocus does not affect the focus window value. The XUnsetICFocus function allows a client to notify an input method that the specified input context has lost the keyboard focus and that no more input is expected on the focus window attached to that input context. The input method should take action to provide appropriate feedback. Complete feedback specification is a matter of user interface policy. Calling XUnsetICFocus does not affect the focus window value; the client may still receive events from the input method that are directed to the focus window. SEE ALSO
XCreateIC(3), XOpenIM(3), XSetICValues(3), XmbResetIC(3) Xlib - C Language X Interface X Version 11 libX11 1.5.0 XSetICFocus(3)

Check Out this Related Man Page

XSetICFocus(3)							  XLIB FUNCTIONS						    XSetICFocus(3)

NAME
XSetICFocus, XUnsetICFocus - set and unset input context focus SYNTAX
void XSetICFocus(XIC ic); void XUnsetICFocus(XIC ic); ARGUMENTS
ic Specifies the input context. DESCRIPTION
The XSetICFocus function allows a client to notify an input method that the focus window attached to the specified input context has received keyboard focus. The input method should take action to provide appropriate feedback. Complete feedback specification is a matter of user interface policy. Calling XSetICFocus does not affect the focus window value. The XUnsetICFocus function allows a client to notify an input method that the specified input context has lost the keyboard focus and that no more input is expected on the focus window attached to that input context. The input method should take action to provide appropriate feedback. Complete feedback specification is a matter of user interface policy. Calling XUnsetICFocus does not affect the focus window value; the client may still receive events from the input method that are directed to the focus window. SEE ALSO
XCreateIC(3), XOpenIM(3), XSetICValues(3), XmbResetIC(3) Xlib - C Language X Interface X Version 11 libX11 1.6.0 XSetICFocus(3)
Man Page

5 More Discussions You Might Find Interesting

1. IP Networking

Wanted: Recommendations for Proxy Server

I have a VPN client on a computer. Unfortunately, I am not, as a matter of my client's security policy, allowed to install that VPN client on additional computers in my home office. This is inconvient. I would like to use remote desktop from additional computers in my home office. Can someone... (4 Replies)
Discussion started by: siegfried
4 Replies

2. UNIX for Dummies Questions & Answers

accept user input?

how would i accept user input from the keyboard? (2 Replies)
Discussion started by: JamieMurry
2 Replies

3. OS X (Apple)

Terminal window unknown ?

Hi all I haven't worked much in the terminal window until recently as I'm trying to install the Imagemagick package, it's not going well but thats another matter. I'm worried now that I might have done something wrong. When I open the terminal window now I get unknown-e0-f8-47-0d-1b-02:~... (3 Replies)
Discussion started by: ttmt
3 Replies

4. UNIX for Dummies Questions & Answers

Calling Patterns of ".*" from a file

I used to create a file to read my patterns and call them with grep but now I want to use different sort of patterns and it does not work with a list on a accept file Grep –F –f acceptfile.txt mainfile.txt > outputfile.txt I have a data like this as they are in sequence of 5 The box of... (8 Replies)
Discussion started by: A-V
8 Replies

5. Shell Programming and Scripting

String generation from user input

Hi I have one thing I need advice on, and I don't know where to start so I have no sample code. I want the user to provide input like: 1-3,6,7,9-11 When the input is like this, I want a string to be generated including all the numbers. In the example above, the string would look like: 1... (13 Replies)
Discussion started by: Tobbev
13 Replies