adime_lowlevel_dialogf

Langue: en

Version: version 2.2.1 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

adime_lowlevel_dialogf

SYNOPSIS

#include <adime.h>

int adime_lowlevel_dialogf(const char *title, int x, y, w, const char *format, ...);

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[]".

SEE ALSO

adime_dialogf(3)