You have been subscribed to a public bug:
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_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_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;
}
** Affects: gtk+2.0 (Ubuntu)
Importance: Undecided
Status: New
--
[bidi] Title Bar Caption of Window and Dialog Missing
https://bugs.edge.launchpad.net/bugs/235770
You received this bug notification because you are a member of Ubuntu Desktop
Bugs, which is subscribed to gtk+2.0 in ubuntu.
--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs