DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending]
Link: http://www.fltk.org/str.php?L2416
Version: 1.3-current
Link: http://www.fltk.org/str.php?L2416
Version: 1.3-current
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
//
// The japanese string assigned to the window's label should look "something"
like this (font dependent):
//
// ## # ### ## ## #
## # #
// ## ## ## ######### ## ## ## ##
######### # #########
// ## # ## ### ## ## ## # ## # #
# #
// ## # ## # ###### ## ## # #
# ## #
// ## ## ## ## ## ## #
# # ##
// #### ## ### ### ### ##
# ## ##
//
int main() {
Fl::scheme("gtk+");
Fl_Window *win = new Fl_Window(200,200,"ã¬ã³ããªã³ã°ã¯");
win->end();
win->show();
return(Fl::run());
}
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs