摘要: WinMainCallback:LRESULT CLoginProcess::DefMainWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)case WM_PAINT: |m_Progress == PRG_PATCH |Re... 阅读全文
posted @ 2015-01-19 19:07 StuJnX6ry 阅读(334) 评论(0) 推荐(0) 编辑
摘要: MVC Concept:Control - manipulation:GtkComboBoxModel - data:GtkTreeStore or GtkListStoreView - renderer:GtkCellRendererGtkCellLayout interface provides... 阅读全文
posted @ 2015-01-14 17:16 StuJnX6ry 阅读(1275) 评论(0) 推荐(0) 编辑
摘要: int main (int argc, char **argv){ /* Initialize i18n support */ gtk_set_locale (); /* Initialize the widget set */ gtk_init (&argc, &argv); /* Cr... 阅读全文
posted @ 2015-01-13 14:06 StuJnX6ry 阅读(334) 评论(0) 推荐(0) 编辑
摘要: #include int main ( int argc, char *argv[] ){ GtkWidget *window; GtkWidget *table; GtkWidget *button; GtkWidget *frame; gtk_init( &arg... 阅读全文
posted @ 2015-01-13 13:45 StuJnX6ry 阅读(557) 评论(0) 推荐(0) 编辑
摘要: Installation and usage tutorial for WindowsReleasing your programYou should always ship all needed DLLs & files with your binaries. End-users should n... 阅读全文
posted @ 2015-01-13 03:18 StuJnX6ry 阅读(251) 评论(0) 推荐(0) 编辑
摘要: Re: Building GTK+ 3.0 with Visual Studio 2013From: Syed Akbar To: gtk-list gnome orgSubject: Re: Building GTK+ 3.0 with Visual Studio 2013Date: Sat, 0... 阅读全文
posted @ 2015-01-13 01:35 StuJnX6ry 阅读(278) 评论(0) 推荐(0) 编辑
摘要: Game Coding Completehttp://www.onegameamonth.com/ 阅读全文
posted @ 2015-01-09 19:30 StuJnX6ry 阅读(85) 评论(0) 推荐(0) 编辑
摘要: http://www.bluesnews.com/abrash/http://fabiensanglard.net/Building Quake 2 with Visual Studio 2013http://www.raspberrypi.org/forums/viewtopic.php?f=78... 阅读全文
posted @ 2015-01-07 21:25 StuJnX6ry 阅读(171) 评论(0) 推荐(0) 编辑
摘要: ftp://ftp.idsoftware.com/idstuff/doom/ 阅读全文
posted @ 2015-01-05 13:31 StuJnX6ry 阅读(193) 评论(0) 推荐(0) 编辑
摘要: constint*u;//指向constint的指针intconst*u;//同上int*constu;//指向int的指针intconst*constu;//指向const对象的const指针constint*constu;//同上 阅读全文
posted @ 2015-01-04 21:17 StuJnX6ry 阅读(104) 评论(0) 推荐(0) 编辑