#include <stdio.h>
#include <string.h>
#include "gtk.h"
#include "../ui.h"
#include "../helpline.h"
#include "../../util/debug.h"
Go to the source code of this file.
◆ gtk_helpline_pop()
static void gtk_helpline_pop |
( |
void |
| ) |
|
|
static |
◆ gtk_helpline_push()
static void gtk_helpline_push |
( |
const char * |
msg | ) |
|
|
static |
◆ gtk_helpline_show()
static int gtk_helpline_show |
( |
const char * |
fmt, |
|
|
va_list |
ap |
|
) |
| |
|
static |
◆ perf_gtk__init_helpline()
void perf_gtk__init_helpline |
( |
void |
| ) |
|
◆ gtk_helpline_fns
Initial value:= {
}
static int gtk_helpline_show(const char *fmt, va_list ap)
static void gtk_helpline_push(const char *msg)
static void gtk_helpline_pop(void)
Definition at line 49 of file helpline.c.