** Description changed: OS: Ubuntu 8.04 Problem: I am creating window or dialog using GTK library, and setting title of the window or dialog. I am experiencing a problem that caption of the title bar can not be shown when I set the locale with bi-directional languages(bidi). Details: - Compile the source code gtk_dialog_text.cpp below in en_US, and then change the locale to Hebrew or Arabic, and run the executable file that I just compiled. Title bar caption is missing. + Compile the source code gtk_dialog_test.cpp below in en_US, and then change the locale to Hebrew or Arabic, and run the executable file that I just compiled. Title bar caption is missing. This problem does not happen on neither Redhat nor SUSE. - //file gtk_dialog_text.cpp + //file gtk_dialog_test.cpp # include <gtk/gtk.h> int main( int argc, char *argv[] ) { GtkWidget *gtkmsgDialog; gtk_init (&argc, &argv); gtkmsgDialog = gtk_dialog_new(); gtk_window_set_title(GTK_WINDOW(gtkmsgDialog),"GTK Dialog Test"); gtk_window_set_position(GTK_WINDOW(gtkmsgDialog), GTK_WIN_POS_CENTER); gtk_window_resize(GTK_WINDOW(gtkmsgDialog), 200,50); gtk_widget_show(gtkmsgDialog); gtk_main(); return 0; }
-- [bidi] Title Bar Caption of Window and Dialog Missing https://bugs.launchpad.net/bugs/235770 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs