본문 바로가기
관심있는 것들 정리
카테고리
검색하기
검색하기
블로그 내 검색
관심있는 것들 정리
내공강화
분류 전체보기
(211)
Network
(1)
이것저것 긁적긁적
(26)
programming
(9)
gtk+
(6)
암호 알고리즘
(4)
Android
(1)
wxPython
(2)
ActionScript
(0)
Debugging
(7)
Network
(10)
Python
(6)
Gnuplot
(7)
common lisp
(1)
Ruby
(6)
Golang
(9)
awk
(4)
utility 사용법
(59)
vim
(12)
expect
(0)
emacs
(33)
shell
(2)
그 외
(11)
일본어
(1)
게임
(1)
음악
(4)
프로토콜
(13)
BitTorrent
(13)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«
2025/01
»
일
월
화
수
목
금
토
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Tags
more
Archives
Today
Total
닫기
관리 메뉴
글쓰기
방명록
RSS
관리
관심있는 것들 정리
wxPython Hello World 본문
programming/wxPython
wxPython Hello World
내공강화
2012. 2. 25. 14:49
wxPython의 hello world 프로그램이라 할수 있는 가장 기초가되는 코드
#!/usr/bin/python import wx app = wx.App() frame = wx.Frame(None, -1, 'hello world') frame.Show() app.MainLoop()
반응형
공유하기
게시글 관리
관심있는 것들 정리
'
programming
>
wxPython
' 카테고리의 다른 글
frame size 조절 예제
(0)
2012.02.25
'programming/wxPython' Related Articles
frame size 조절 예제
2012.02.25
more
Blog is powered by
kakao
/ Designed by
Tistory
티스토리툴바