.\" Generated by the Allegro makedoc utility .TH adime_lowlevel_dialogf 3 "version 2.2.1" "Adime" "Adime API Reference" .SH NAME adime_lowlevel_dialogf .SH SYNOPSIS .B #include .sp .B int adime_lowlevel_dialogf(const char *title, int x, y, w, .B const char *format, ...); .SH DESCRIPTION This is the same as `adime_dialogf()\', except it doesn\'t include the default `OK\' and `Cancel\' buttons. You will normally want to call this function with the last format being "%buttonrow[]". .SH SEE ALSO .BR adime_dialogf (3)