Query: offer_focus
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
offer_focus(3alleg4) Allegro manual offer_focus(3alleg4)NAMEoffer_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);DESCRIPTIONOffers 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 ALSOfind_dialog_focus(3alleg4) Allegro version 4.4.2 offer_focus(3alleg4)
| Related Man Pages |
|---|
| exgui(3alleg4) - debian |
| exgui(3alleg4) - centos |
| do_dialog(3alleg4) - netbsd |
| do_dialog(3alleg4) - redhat |
| do_dialog(3alleg4) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| awk or sed - Convert 2 lines to 1 line |
| One instance of comparing grep and awk |
| My first PERL incarnation... Audio Oscillograph |