#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 104 of file ex_gui_kvtable.c.
References N_GUI_KV_ROW::active, N_GUI_KVTABLE::btn_add, N_GUI_KV_ROW::desc_id, N_GUI_KV_ROW::enabled_id, expect_close(), expect_true(), failures, gui, N_GUI_WIDGET::h, N_GUI_WINDOW::h, N_GUI_KV_ROW::key_id, N_GUI_KVTABLE::lbl_key, N_GUI_KVTABLE::lbl_value, LOG_ERR, LOG_INFO, log_level, LOG_NOTICE, n_gui_add_window(), n_gui_destroy_ctx(), n_gui_get_widget(), n_gui_get_window(), n_gui_kvtable_add_row(), n_gui_kvtable_clear(), n_gui_kvtable_create(), n_gui_kvtable_free(), n_gui_kvtable_get_count(), n_gui_kvtable_relayout(), n_gui_kvtable_remove_row(), n_gui_kvtable_set_columns(), n_gui_kvtable_set_placeholders(), n_gui_kvtable_set_top_offset(), n_gui_new_ctx(), N_GUI_RESIZE_ADAPTIVE, n_gui_set_display_size(), n_gui_set_resize_mode(), N_GUI_WIN_RESIZE_MOVE, N_GUI_WIN_RESIZE_SCALE, n_gui_window_set_resize_policy(), n_log, N_GUI_KVTABLE::nb_rows, process_args(), N_GUI_KV_ROW::remove_id, N_GUI_KVTABLE::rows, set_log_level(), N_GUI_KV_ROW::value_id, N_GUI_WIDGET::visible, N_GUI_WIDGET::w, N_GUI_WINDOW::w, and N_GUI_WIDGET::y.
◆ process_args()
| static int process_args |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
static |
◆ failures
◆ log_level