Apr 18, 2002 (Thu) 11:41 - Win32::GUI

http://www.jeb.ca/howto/The_Win32-GUI_HOWTO.html

いいかも,これ...
日本語がちゃんと扱えるし.

でもリサイズとか追従してくれない‥‥‥.
そのあたりの良い解説どっかにないかなぅ...


#!perl

use Win32::GUI;
use strict;

my $window = new Win32::GUI::Window(
-width => 300,
-height => 300,
-name => 'mainwindow',
-text => 'てすとてすと',
);

my $text = $window->AddTextfield(
-name => "Multitext",
-multiline => 1,
-autohscroll => 0,
-autovscroll => 1,
-vscroll => 1,
-hscroll => 0,
-pos => [ 2, 2 ],
-size => [ 287, 240 ],
);
$text->Text('日本語てすとー');

$window->Show();
Win32::GUI::Dialog();


sub mainwindow_Terminate {
return -1;
}



2024年10月
29
0
30
0
01
0
02
0
03
0
04
0
05
0
06
0
07
0
08
0
09
0
10
0
11
0
12
0
13
0
14
0
15
0
16
0
17
0
18
0
19
0
20
0
21
0
22
0
23
0
24
0
25
0
26
0
27
0
28
0
29
0
30
0
31
0
01
0
02
0

TmmDiary / Copyright 2001 Ymirlink,Inc. & Mikage Sawatari
このアドレスにはメールを送らないで下さい.
Don't send mail to this address.
hina@mikage.to