• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

po/H31-Dec-2012-9374

.gitignoreH A D31-Dec-2012362 3736

AUTHORSH A D31-Dec-201238 21

COPYINGH A D31-Dec-201225.9 KiB503418

ChangeLog.0H A D31-Dec-201214.3 KiB344269

Makefile.amH A D31-Dec-20121.9 KiB6752

NEWSH A D31-Dec-20124.1 KiB9177

READMEH A D31-Dec-2012671 2516

TODOH A D31-Dec-20125 21

autogen.shH A D31-Dec-2012207 128

candidatetable.hH A D31-Dec-2012517.4 KiB13,55013,012

configure.inH A D31-Dec-20123.5 KiB133116

entry.cH A D31-Dec-20121.2 KiB4932

gettext.hH A D31-Dec-20123.1 KiB7627

gtkimcontexthangul.cH A D31-Dec-201270 KiB2,4762,035

gtkimcontexthangul.hH A D31-Dec-20122.5 KiB8743

gtkrcH A D31-Dec-2012749 2925

hangulcandidate.hH A D31-Dec-2012198.7 KiB4,8844,834

hanjatable.pyH A D31-Dec-20125 KiB268225

imhangul.cH A D31-Dec-20124.4 KiB14183

imhangul.confH A D31-Dec-20122.7 KiB530

imhangul.spec.inH A D31-Dec-20121.5 KiB6751

test.shH A D31-Dec-2012387 1914

README

1이것은 gtk2에서 한글을 입력하기 위한 모듈(일종의 플러긴)입니다.
2사용하기 위해서는 gtk2가 설치되어 있어야 합니다.
3
4자세한 내용은 다음 웹페이지를 참조하십시오
5http://code.google.com/p/imhangul/
6
7
8
9This is a input module of GTK+2.0 for korean.
10You need GTK+-2.2 or higher to build imhangul.
11
12See these urls for more information:
13http://code.google.com/p/imhangul/
14
15
16Install:
17    You don't need to append configure option to indicate the gtk library path.
18    It will find automatically the current gtk library path.
19
20    tar xzf imhangul-xxx.tar.gz
21    cd imhangul-xxx
22    ./configure
23    make
24    make install
25