Nilorea Library
C utilities for networking, threading, graphics
Loading...
Searching...
No Matches
ex_gui_zorder.c File Reference
#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"
+ Include dependency graph for ex_gui_zorder.c:

Go to the source code of this file.

Macros

#define ALLEGRO_UNSTABLE   1
 

Functions

static void click_at (N_GUI_CTX *gui, int x, int y)
 
static void expect_true (const char *label, int cond)
 
int main (int argc, char **argv)
 
static void on_grid_select (int widget_id, int row, void *user_data)
 
static int process_args (int argc, char **argv)
 

Variables

static int failures = 0
 
static int g_selected_row = -1
 
static int log_level = 3
 

Macro Definition Documentation

◆ ALLEGRO_UNSTABLE

#define ALLEGRO_UNSTABLE   1

Definition at line 27 of file ex_gui_zorder.c.

Function Documentation

◆ click_at()

static void click_at ( N_GUI_CTX gui,
int  x,
int  y 
)
static
Examples
ex_gui_zorder.c.

Definition at line 82 of file ex_gui_zorder.c.

References gui, and n_gui_process_event().

Referenced by main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ expect_true()

static void expect_true ( const char *  label,
int  cond 
)
static

Definition at line 67 of file ex_gui_zorder.c.

References failures, LOG_ERR, and n_log.

◆ main()

◆ on_grid_select()

static void on_grid_select ( int  widget_id,
int  row,
void *  user_data 
)
static
Examples
ex_gui_zorder.c.

Definition at line 75 of file ex_gui_zorder.c.

References g_selected_row.

Referenced by main().

+ Here is the caller graph for this function:

◆ process_args()

static int process_args ( int  argc,
char **  argv 
)
static

Definition at line 42 of file ex_gui_zorder.c.

References LOG_DEBUG, LOG_ERR, LOG_INFO, log_level, LOG_NOTICE, and LOG_NULL.

Variable Documentation

◆ failures

int failures = 0
static

Definition at line 39 of file ex_gui_zorder.c.

◆ g_selected_row

int g_selected_row = -1
static
Examples
ex_gui_zorder.c.

Definition at line 40 of file ex_gui_zorder.c.

Referenced by main(), and on_grid_select().

◆ log_level

int log_level = 3
static

Definition at line 38 of file ex_gui_zorder.c.