Go to the source code of this file.
Functions |
static Gdk::RGBA | black ("#000000") |
static Gdk::RGBA | white ("#FFFFFF") |
static Gdk::RGBA | red ("#FF0000") |
static void | insert_at_end (Gtk::TextView &tv, const Glib::ustring &text) |
static void | insert_at_end_red (Gtk::TextView &tv, const Glib::ustring &text) |
static void | insert_space_until (Gtk::TextView &tv, int &column, int target) |
static std::string | getcwd (void) |
Function Documentation
static Gdk::RGBA black |
( |
"#000000" |
| ) |
[static] |
static std::string getcwd |
( |
void |
| ) |
[static] |
static void insert_at_end |
( |
Gtk::TextView & |
tv, |
|
|
const Glib::ustring & |
text |
|
) |
| [static] |
static void insert_at_end_red |
( |
Gtk::TextView & |
tv, |
|
|
const Glib::ustring & |
text |
|
) |
| [static] |
static Gdk::RGBA red |
( |
"#FF0000" |
| ) |
[static] |
static Gdk::RGBA white |
( |
"#FFFFFF" |
| ) |
[static] |