Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

centre_dialog(3alleg4) [opendarwin man page]

centre_dialog(3alleg4)						  Allegro manual					    centre_dialog(3alleg4)

NAME
centre_dialog - Centers an array of dialog objects. Allegro game programming library. SYNOPSIS
#include <allegro.h> void centre_dialog(DIALOG *dialog); DESCRIPTION
Moves an array of dialog objects so that it is centered in the screen. SEE ALSO
position_dialog(3alleg4), set_dialog_color(3alleg4) Allegro version 4.4.2 centre_dialog(3alleg4)

Check Out this Related Man Page

do_dialog(3alleg4)						  Allegro manual						do_dialog(3alleg4)

NAME
do_dialog - Basic dialog manager function. Allegro game programming library. SYNOPSIS
#include <allegro.h> int do_dialog(DIALOG *dialog, int focus_obj); DESCRIPTION
The basic dialog manager function. This displays a dialog (an array of dialog objects, terminated by one with a NULL dialog procedure), and sets the input focus to the focus_obj (-1 if you don't want anything to have the focus). It interprets user input and dispatches messages as they are required, until one of the dialog procedures tells it to close the dialog, at which point it returns the index of the object that caused it to exit, or until ESC is pressed, at which point it returns -1. SEE ALSO
popup_dialog(3alleg4), init_dialog(3alleg4), centre_dialog(3alleg4), set_dialog_color(3alleg4), find_dialog_focus(3alleg4), excus- tom(3alleg4), exgui(3alleg4), exrgbhsv(3alleg4) Allegro version 4.4.2 do_dialog(3alleg4)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies