A gtkspellmm example program.
#include <gtkspellmm.h>
#include <iostream>
int main(int argc, char **argv)
{
"org.gtkmm.examples.gtkspell");
scroll.
set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC);
Gtk::Label label(
"Type some text into the text box.\n" "Try misspelling some words. Then right-click on them.");
Gtk::Box box(Gtk::ORIENTATION_VERTICAL, 5);
try {
}
window.
set_title(
"Simple GtkSpell Demonstration");
}