#include <lib/config.h>
#include <libexplain/fopen.h>
#include <lib/std_string_printf.h>
#include <canola/debugger/gnome.h>
Go to the source code of this file.
Functions |
static void | mono (Gtk::TextView &w) |
static void | red_number (Gtk::TextView &tv, const std::string &text) |
static void | black_number (Gtk::TextView &tv, const std::string &text) |
static void | textview_number (Gtk::TextView &tv, const number &value) |
static std::string | basename (const std::string &filename) |
Function Documentation
static std::string basename |
( |
const std::string & |
filename | ) |
[static] |
static void black_number |
( |
Gtk::TextView & |
tv, |
|
|
const std::string & |
text |
|
) |
| [static] |
static void mono |
( |
Gtk::TextView & |
w | ) |
[static] |
static void red_number |
( |
Gtk::TextView & |
tv, |
|
|
const std::string & |
text |
|
) |
| [static] |