Differences between revisions 2 and 3
Revision 2 as of 2005-09-14 23:40:09
Size: 1511
Editor: ehu4ever
Comment:
Revision 3 as of 2009-12-25 07:10:11
Size: 1487
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
::-- ehu4ever [[[DateTime(2005-09-14T13:53:54Z)]]]
[[TableOfContents]]
::-- ehu4ever [<<DateTime(2005-09-14T13:53:54Z)>>]
<<TableOfContents>>
Line 16: Line 16:
'''[wiki:self/PyGTK2_toolkits 正文]''' '''[[self:PyGTK2_toolkits|正文]]'''
Line 19: Line 19:
'''[wiki:self/PyGTK2_intro 正文]''' '''[[self:PyGTK2_intro|正文]]'''
Line 22: Line 22:
'''[wiki:self/PyGTK2_widgets 正文]''' '''[[self:PyGTK2_widgets|正文]]'''
Line 26: Line 26:
'''[wiki:self/PyGTK2_libglade 正文]''' '''[[self:PyGTK2_libglade|正文]]'''
Line 29: Line 29:
'''[wiki:self/PyGTK2_glade 正文]''' '''[[self:PyGTK2_glade|正文]]'''
Line 32: Line 32:
'''[wiki:self/PyGTK2_realapp 正文]''' '''[[self:PyGTK2_realapp|正文]]'''
Line 35: Line 35:
'''[wiki:self/PyGTK2_advanced 正文]''' '''[[self:PyGTK2_advanced|正文]]'''
Line 38: Line 38:
'''[wiki:self/PyGTK2_further 正文]''' '''[[self:PyGTK2_further|正文]]'''

含有章节索引的中文 文章模板

::-- ehu4ever [2005-09-14 13:53:54]

1. Writing a GUI with Python

Python在服务器端领域可以说是大有作为,但是它在client-side也是很厉害的喔。在c、c++甚至是java、c#是作界面都是很不怎么容易,但是这个事情对于python来说就是大不同了。寥寥几行作出的界面就可以让“傻瓜”型的用户大感满意了。再者,python可迁移性很好,在面向对象方面也近乎完美,总不见得会比在VB的RAD里画来画去逊色吧?

一般来说,做界面就像是“搭积木”。但是现如今手工写界面的代码就不是很必要了。如果是习惯于RAD的人,要是再去写原始的界面代码,那决对是件头疼的事。

1.1. GUI programming Toolkits For Python

正文

1.2. PyGTK Introduction

正文

1.3. Creating GUI Widgets with pyGTK

正文

1.4. Using libGlade with Python

正文

1.5. A Glade Walkthrough

正文

1.6. Creating a Real Glade Application

正文

1.7. Advanced Widgets

正文

1.8. Further Enhancing PyRAP

正文

PyGTK2_all_in_one (last edited 2009-12-25 07:10:11 by localhost)