debian man page for gui_list_proc

Query: gui_list_proc

OS: debian

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

gui_shadow_box_proc(3alleg4)					  Allegro manual				      gui_shadow_box_proc(3alleg4)

NAME
gui_shadow_box_proc, gui_ctext_proc, gui_button_proc, gui_edit_proc, gui_list_proc, gui_text_list_proc - Hooks to customise the look and feel of Allegro dialogs.
SYNOPSIS
#include <allegro.h> extern int (*gui_shadow_box_proc)(int msg, struct DIALOG *d, int c); extern int (*gui_ctext_proc)(int msg, struct DIALOG *d, int c); extern int (*gui_button_proc)(int msg, struct DIALOG *d, int c); extern int (*gui_edit_proc)(int msg, struct DIALOG *d, int c); extern int (*gui_list_proc)(int msg, struct DIALOG *d, int c); extern int (*gui_text_list_proc)(int msg, struct DIALOG *d, int c);
DESCRIPTION
If set, these functions will be used by the standard Allegro dialogs. This allows you to customise the look and feel, much like gui_fg_color and gui_bg_color, but much more flexibly.
SEE ALSO
alert(3alleg4), alert3(3alleg4), file_select_ex(3alleg4), gfx_mode_select(3alleg4), gui_fg_color(3alleg4) Allegro version 4.4.2 gui_shadow_box_proc(3alleg4)
Related Man Pages
gui_ctext_proc(3alleg4) - debian
gui_button_proc(3alleg4) - debian
gui_text_list_proc(3alleg4) - debian
exgui(3alleg4) - opendarwin
exgui(3alleg4) - minix
Similar Topics in the Unix Linux Community
C questions
viewing the *.msg files
simplify the script, check field match to value in a file