#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "nilorea/n_common.h"
#include "nilorea/n_gui.h"
#include "nilorea/n_log.h"
Go to the source code of this file.
|
| static void | expect_true (const char *label, int cond) |
| |
| static int | feq (float a, float b) |
| |
| int | main (int argc, char **argv) |
| |
| static int | process_args (int argc, char **argv) |
| |
◆ ALLEGRO_UNSTABLE
| #define ALLEGRO_UNSTABLE 1 |
◆ expect_true()
| static void expect_true |
( |
const char * |
label, |
|
|
int |
cond |
|
) |
| |
|
static |
◆ feq()
| static int feq |
( |
float |
a, |
|
|
float |
b |
|
) |
| |
|
static |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 81 of file ex_gui_progressbar.c.
References expect_true(), failures, feq(), gui, LOG_ERR, log_level, LOG_NOTICE, n_gui_add_label(), n_gui_add_progressbar(), n_gui_add_window(), N_GUI_ALIGN_LEFT, n_gui_destroy_ctx(), n_gui_new_ctx(), n_gui_progressbar_get_value(), n_gui_progressbar_set_text(), n_gui_progressbar_set_value(), n_gui_set_display_size(), n_log, process_args(), and set_log_level().
◆ process_args()
| static int process_args |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
static |
◆ failures
◆ log_level