{"id":9651,"date":"2011-05-04T07:28:00","date_gmt":"2011-05-04T07:28:00","guid":{"rendered":"http:\/\/melotopia.net\/b\/?p=9651"},"modified":"2011-05-04T07:28:00","modified_gmt":"2011-05-04T07:28:00","slug":"%ed%8c%8c%ec%9d%b4%ec%8d%ac%ec%97%90%ec%84%9c-%eb%a7%88%ec%9a%b0%ec%8a%a4-%ec%9d%b4%eb%b2%a4%ed%8a%b8-%eb%b6%99%eb%93%a4%ea%b8%b0","status":"publish","type":"post","link":"http:\/\/melotopia.net\/b\/?p=9651","title":{"rendered":"\ud30c\uc774\uc36c\uc5d0\uc11c \ub9c8\uc6b0\uc2a4 \uc774\ubca4\ud2b8 \ubd99\ub4e4\uae30"},"content":{"rendered":"<div class=\"desc\">\n        VB\ub85c \ud558\ub358 \uc0bd\uc9c8\uc744 \ud30c\uc774\uc36c\uc73c\ub85c \ud558\uace0 \uc788\ub2e4.<\/p>\n<p>        \ubaa9\ud45c : \ub9c8\uc6b0\uc2a4 \ud074\ub9ad\uc744 \ud558\uba74, \ud074\ub9ad\ud55c \uc704\uce58\uc758 \uc88c\ud45c\uac12\uc744 \ucd9c\ub825\ud574\ub77c.<\/p>\n<div class=\"txc-textbox\" style=\"border-style: solid; border-width: 1px; border-color: rgb(231, 253, 181); background-color: rgb(231, 253, 181); padding: 10px;\">\n         class MyFrame(wx.Frame):<br \/>\n         <br \/>\n         def __init__(self, *args, **kwds):<br \/>\n         <br \/>\n         &#8230;<br \/>\n         <br \/>\n         self.Bind(wx.EVT_LEFT_DOWN, self.informationQuery) #\uc774 \ubd80\ubd84\uc744 \ub123\uc5b4\uc900\ub2e4. \ub9c8\uc6b0\uc2a4 \uc67c\ucabd \ubc84\ud2bc\uc774 \ub20c\ub9ac\uba74, informationQuery\ub77c\ub294 \ud568\uc218\ub97c \ud638\ucd9c\ud55c\ub2e4\ub294 \ub73b\uc774\ub2e4.<br \/>\n         <br \/>\n         &#8230;<\/p>\n<p>         def informationQuery(self, event): # informationQuery\ud568\uc218\uc758 \ubcf8\uccb4. self\uc640 event\ub97c \uc804\ub2ec\ubc1b\ub294\ub2e4.<br \/>\n         <br \/>\n         print(wx.MouseEvent.GetX(event)) # event\ub97c \ubc1b\uc544\uc11c wx.MouseEvent\uc5d0 \uc120\uc5b8\ub41c \uc5ec\ub7ec \ud568\uc218\ub85c \ubcf4\ub0b4\uba74 \ub41c\ub2e4.\n        <\/div>\n<p>\n<a href=\"http:\/\/www.wxpython.org\/onlinedocs.php\" target=\"_blank\" title=\"[http:\/\/www.wxpython.org\/onlinedocs.php]\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4.\"><br \/>\n         http:\/\/www.wxpython.org\/onlinedocs.php<br \/>\n        <\/a><br \/>\n<br \/>\n        \uc5ec\uae30\uc11c wxMouseEvent\ub97c \ucc3e\uc544\ubcf4\uba74 GetX\uc678\uc5d0 \uc5b4\ub5a4 \ud568\uc218\ub4e4\uc744 \uc4f8 \uc218 \uc788\ub294\uc9c0 \ucc3e\uc544\ubcfc \uc218 \uc788\ub2e4. \uac16\ub2e4 \uc4f0\uc790.<\/p>\n<p><\/p>\n<div style=\"width:100%;margin-top:30px;clear:both;height:30px\">\n<div style=\"width:31px;float:left;\">\n<a href=\"\/toolbar\/popup\/abuseReport\/?entryId=2482\" onclick=\"window.open(this.href, 'tistoryThisBlogPopup', 'width=550, height=510, toolbar=no, menubar=no, status=no, scrollbars=no'); return false;\"><br \/>\n<img data-recalc-dims=\"1\" decoding=\"async\" alt=\"\uc2e0\uace0\" src=\"https:\/\/i0.wp.com\/t1.daumcdn.net\/tistory_admin\/static\/ico\/ico_spam_report.png\" style=\"border:0\"\/><br \/>\n<\/a>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>VB\ub85c \ud558\ub358 \uc0bd\uc9c8\uc744 \ud30c\uc774\uc36c\uc73c\ub85c \ud558\uace0 \uc788\ub2e4. \ubaa9\ud45c : \ub9c8\uc6b0\uc2a4 \ud074\ub9ad\uc744 \ud558\uba74, \ud074\ub9ad\ud55c \uc704\uce58\uc758 \uc88c\ud45c\uac12\uc744 \ucd9c\ub825\ud574\ub77c. class MyFrame(wx.Frame): def __init__(self, *args, **kwds): &#8230; self.Bind(wx.EVT_LEFT_DOWN, self.informationQuery) #\uc774 \ubd80\ubd84\uc744 \ub123\uc5b4\uc900\ub2e4. \ub9c8\uc6b0\uc2a4 \uc67c\ucabd \ubc84\ud2bc\uc774 \ub20c\ub9ac\uba74, informationQuery\ub77c\ub294 \ud568\uc218\ub97c \ud638\ucd9c\ud55c\ub2e4\ub294 \ub73b\uc774\ub2e4. &#8230; def informationQuery(self, event): # informationQuery\ud568\uc218\uc758 \ubcf8\uccb4. self\uc640 event\ub97c \uc804\ub2ec\ubc1b\ub294\ub2e4. print(wx.MouseEvent.GetX(event)) # event\ub97c \ubc1b\uc544\uc11c wx.MouseEvent\uc5d0 \uc120\uc5b8\ub41c \uc5ec\ub7ec \ud568\uc218\ub85c \ubcf4\ub0b4\uba74 \ub41c\ub2e4. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[12],"tags":[],"class_list":["post-9651","post","type-post","status-publish","format-standard","hentry","category-12"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8o6gA-2vF","jetpack-related-posts":[],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/9651","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9651"}],"version-history":[{"count":0,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/9651\/revisions"}],"wp:attachment":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9651"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9651"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9651"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}