Canola  0.8.D001
Functions
canola/debugger/gnome.cc File Reference
#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]

Definition at line 214 of file gnome.cc.

static void black_number ( Gtk::TextView &  tv,
const std::string &  text 
) [static]

Definition at line 131 of file gnome.cc.

static void mono ( Gtk::TextView &  w) [static]

Definition at line 32 of file gnome.cc.

static void red_number ( Gtk::TextView &  tv,
const std::string &  text 
) [static]

Definition at line 123 of file gnome.cc.

static void textview_number ( Gtk::TextView &  tv,
const number value 
) [static]

Definition at line 138 of file gnome.cc.