ChinaUnix.net
相关文章推荐:

linux gui编程

一直在字符界面下编写程序。现在想编写gui。请问如何开始?Windows下有VC,BCB等工具,请问linux下有什么工具吗?有没有书籍推荐。多谢。

by laopang - GUI编程 - 2008-10-12 20:54:26 阅读(6322) 回复(6)

相关讨论
by freedom108 - GUI编程 - 2008-06-30 23:34:23 阅读(11396) 回复(20)

请问linux下的gui编程最好看什么书才能快速入门? 谢谢!

by ftomorrow - C/C++ - 2004-12-31 14:17:15 阅读(1292) 回复(3)

今天尝试python的gui编程,因为是急于Tkinter的,在linux下界面作出来比较丑。 Element Tkinter Class Description Frame Frame Holds other gui elements Label Label Displays uneditable text or icons Button Button Performs an action when the user activates it Text entry Entry Accepts and displays one line of text Text box Text Accepts and displays multiple lines of text Check button Checkbutton Allows th...

by CUDev - Python文档中心 - 2006-07-23 21:57:23 阅读(1643) 回复(0)

请问在linux下进行gui编程时,如果打算在两个互相重叠的窗口间进行切换的话,使用什么方法 能不能帮忙举个简单的例子? 另外,在linux下的图形控件中有类似windows资源管理器那种形式的没有? 谢谢!

by johnsonyoung - 程序开发 - 2005-04-10 08:37:52 阅读(622) 回复(2)

#ifdef HAVE_CONFIG_H #include #endif #include int STDCALL WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd,int nShow) { MessageBox (NULL, "Hello, Windows!", "Hello", MB_OK); return 0; } 我在编译上面这个简单gui工程时,为什么老是 “/root/Desktop/work/KDE/gui/src/gui.cpp:4:21: 错误:windows.h:没有那个文件或目录”?望各位老大赐教!谢谢!!

by kudouman - GUI编程 - 2009-01-04 00:55:45 阅读(2421) 回复(1)

Tkinter An open source gui library and the continuing de facto standard for portable gui development in Python. Python scripts that use Tkinter to build guis run portably on Windows, X Windows (Unix and linux), and Macintosh (both classic and OS X), and they display a native look-and-feel on each of these. Tkinter makes it easy to build simple and portable guis quickly. Moreover, it can be easily...

by lvDbing - Python文档中心 - 2008-10-02 12:51:57 阅读(2699) 回复(0)

不知哪位朋友有perl/tk这方面的入门资料呢?感激不尽!!:em16::em16:(最好是win下的.)

by per1 - Perl - 2006-09-25 10:00:41 阅读(2338) 回复(6)

我们可以看到,其实python进行gui开发并没有自身的相关库,而是借用第三方库进行开发.tkinter是tcl/tk相关,pyGTK是Gtk相关,wxPython是wxWidget相关,pyQt是QT相关,FxPy是fox相关,pywin32是win32相关.不过,这是推荐自己使用wxPython或是pyQt,因为tkinter太过古老,Gtk界面做的不是很好,fox过于弱小,win32不能跨平台.了解了今天的第一步,我们就有的放矢,明白python进行开发所要使用的武器了.不过学习这两个库也是有好处的,因为这两个库在...

by riverbird2005 - Python文档中心 - 2007-03-14 16:53:44 阅读(1544) 回复(0)

gui编程大家常用哪些模块

by njmarshal - Python - 2007-03-01 14:58:32 阅读(1869) 回复(1)

工作的平台是Solaris,平时的工作中写过一些简化工作的小程序,C、Perl和c shell的都有,但都是比较简单的文本界面。 想试着写一些gui的程序,但感觉对Solaris平台下的图形库以及运行机制不太了解,恳请各位指点一二,也好有个努力的方向! thx!

by daihaoll - Shell - 2005-07-18 14:12:45 阅读(710) 回复(0)