{"id":500,"date":"2014-12-21T20:16:07","date_gmt":"2014-12-22T01:16:07","guid":{"rendered":"http:\/\/jaewon.hwang.info\/jaewon\/?p=500"},"modified":"2014-12-21T20:18:55","modified_gmt":"2014-12-22T01:18:55","slug":"wxwidgets-add-an-icon-from-ico-file","status":"publish","type":"post","link":"https:\/\/jaewon.hwang.info\/jaewon\/2014\/12\/wxwidgets-add-an-icon-from-ico-file\/","title":{"rendered":"[wxWidgets] Add an icon from .ico file"},"content":{"rendered":"<p>YourApp.rc<\/p>\n<pre class=\"brush: cpp; toolbar: false;\">mondrian ICON \"mondrian.ico\" \/\/ identifier ICON filename\r\n\r\n#include \"wx\/msw\/wx.rc\"<\/pre>\n<p>YourApp.cpp<\/p>\n<pre class=\"brush: cpp; toolbar: false;\">\/\/ In the constructor,\r\nMyDialog::MyDialog(wxWindow* parent)\r\n{\r\n\t...\r\n\r\n\tSetIcon(wxICON(mondrian)); \/\/ the same identifier that you put in the rc file\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>YourApp.rc mondrian ICON &#8220;mondrian.ico&#8221; \/\/ identifier ICON filename #include &#8220;wx\/msw\/wx.rc&#8221; YourApp.cpp \/\/ In the constructor, MyDialog::MyDialog(wxWindow* parent) { &#8230; SetIcon(wxICON(mondrian)); \/\/ the same identifier that you put in the rc file }<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[90],"class_list":["post-500","post","type-post","status-publish","format-standard","hentry","category-computer","tag-wxwidgets"],"_links":{"self":[{"href":"https:\/\/jaewon.hwang.info\/jaewon\/wp-json\/wp\/v2\/posts\/500","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jaewon.hwang.info\/jaewon\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jaewon.hwang.info\/jaewon\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jaewon.hwang.info\/jaewon\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jaewon.hwang.info\/jaewon\/wp-json\/wp\/v2\/comments?post=500"}],"version-history":[{"count":0,"href":"https:\/\/jaewon.hwang.info\/jaewon\/wp-json\/wp\/v2\/posts\/500\/revisions"}],"wp:attachment":[{"href":"https:\/\/jaewon.hwang.info\/jaewon\/wp-json\/wp\/v2\/media?parent=500"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jaewon.hwang.info\/jaewon\/wp-json\/wp\/v2\/categories?post=500"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jaewon.hwang.info\/jaewon\/wp-json\/wp\/v2\/tags?post=500"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}