#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.
◆ ALLEGRO_UNSTABLE
| #define ALLEGRO_UNSTABLE 1 |
◆ click_at()
| static void click_at |
( |
N_GUI_CTX * |
gui, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
static |
◆ expect_true()
| static void expect_true |
( |
const char * |
label, |
|
|
int |
cond |
|
) |
| |
|
static |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 94 of file ex_gui_zorder.c.
References click_at(), expect_true(), failures, g_selected_row, gui, LOG_ERR, log_level, LOG_NOTICE, n_gui_add_datagrid(), n_gui_add_splitpane(), n_gui_add_window(), n_gui_datagrid_add_column(), n_gui_datagrid_add_row(), n_gui_destroy_ctx(), n_gui_new_ctx(), n_gui_set_display_size(), N_GUI_SPLIT_VERTICAL, N_GUI_WIN_FRAMELESS, n_gui_window_set_flags(), n_log, on_grid_select(), process_args(), set_log_level(), and split().
◆ on_grid_select()
| static void on_grid_select |
( |
int |
widget_id, |
|
|
int |
row, |
|
|
void * |
user_data |
|
) |
| |
|
static |
◆ process_args()
| static int process_args |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
static |
◆ failures
◆ g_selected_row
◆ log_level