#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "nilorea/n_common.h"
#include "nilorea/n_log.h"
#include "nilorea/n_gui.h"
Go to the source code of this file.
|
| static void | expect_close (const char *label, float got, float want, float tol) |
| |
| static void | expect_true (const char *label, int cond) |
| |
| int | main (int argc, char **argv) |
| |
| static int | process_args (int argc, char **argv) |
| |
◆ ALLEGRO_UNSTABLE
| #define ALLEGRO_UNSTABLE 1 |
◆ expect_close()
| static void expect_close |
( |
const char * |
label, |
|
|
float |
got, |
|
|
float |
want, |
|
|
float |
tol |
|
) |
| |
|
static |
◆ expect_true()
| static void expect_true |
( |
const char * |
label, |
|
|
int |
cond |
|
) |
| |
|
static |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 82 of file ex_gui_splitpane.c.
References expect_close(), expect_true(), failures, gui, LOG_ERR, log_level, LOG_NOTICE, n_gui_add_splitpane(), n_gui_add_window(), n_gui_destroy_ctx(), n_gui_new_ctx(), n_gui_set_display_size(), N_GUI_SPLIT_VERTICAL, n_gui_splitpane_get_ratio(), n_gui_splitpane_set_limits(), n_gui_splitpane_set_ratio(), n_log, process_args(), and set_log_level().
◆ process_args()
| static int process_args |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
static |
◆ failures
◆ log_level