I am using a Gtk_Message Dialog in a surrounding in which I use
strings in variable languages. That means that I can switch languages
by changing the variable lan, butfor the button I cannot find the
parameter to switch the text.
I now use
MessageBox := Gtk_Message_Dialog_New(null,
1,
Message_Warning(lan),
Buttons_Close,
Text(lan));
MessageBox.Set_Title(Title(lan));
This gives a button with the Close text in the language of the operating system but I want:
Button_Text(lan) on the button
How can I do this?
I am using a Gtk_Message Dialog in a surrounding in which I use
strings in variable languages. That means that I can switch languages
by changing the variable lan, butfor the button I cannot find the
parameter to switch the text.
I now use
MessageBox := Gtk_Message_Dialog_New(null,
1,
Message_Warning(lan),
Buttons_Close,
Text(lan));
MessageBox.Set_Title(Title(lan));
This gives a button with the Close text in the language of the
operating system but I want:
Button_Text(lan) on the button
How can I do this?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 379 |
Nodes: | 16 (2 / 14) |
Uptime: | 45:04:07 |
Calls: | 8,141 |
Calls today: | 4 |
Files: | 13,085 |
Messages: | 5,858,057 |