1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 22:34:18 +01:00

added a runtime disabling of multibyte text support

This commit is contained in:
kojima
1999-05-30 02:23:58 +00:00
parent bdd18ccdf0
commit c8cbc630c4
6 changed files with 47 additions and 20 deletions

View File

@@ -154,7 +154,7 @@ testGradientButtons(WMScreen *scr)
WMSetButtonAltImage(btn, pix2);
WMSetButtonText(btn, "Button");
WMSetBalloonTextForView("This is another button", WMWidgetView(btn));
WMSetBalloonTextForView("Este é outro balão.", WMWidgetView(btn));
btn = WMCreateButton(win, WBTMomentaryChange);
WMResizeWidget(btn, 60, 24);
@@ -486,14 +486,14 @@ int main(int argc, char **argv)
* Put the testSomething() function you want to test here.
*/
testGradientButtons(scr);
testColorWell(scr);
#if 0
testColorWell(scr);
testTabView(scr);
testTextField(scr);
testGradientButtons(scr);
testOpenFilePanel(scr);
testFontPanel(scr);