offer_focus(3alleg4) debian man page | unix.com

Man Page: offer_focus

Operating Environment: debian

Section: 3alleg4

offer_focus(3alleg4)						  Allegro manual					      offer_focus(3alleg4)

NAME
offer_focus - Offers the input focus to a particular object. Allegro game programming library.
SYNOPSIS
#include <allegro.h> int offer_focus(DIALOG *dialog, int obj, int *focus_obj, int force);
DESCRIPTION
Offers the input focus to a particular object. Normally the function sends the MSG_WANTFOCUS message to query whether the object is willing to accept the focus. However, passing any non-zero value as force argument instructs the function to authoritatively set the focus to the object.
SEE ALSO
find_dialog_focus(3alleg4) Allegro version 4.4.2 offer_focus(3alleg4)
Related Man Pages
exgui(3alleg4) - debian
exgui(3alleg4) - centos
do_dialog(3alleg4) - php
do_dialog(3alleg4) - mojave
do_dialog(3alleg4) - osx
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?