ChinaUnix.net
相关文章推荐:

linux gui 编程

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

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

相关讨论

大家多发表一下自己的看法。。。

by tsyj2007 - GUI编程 - 2018-01-03 07:49:33 阅读(73727) 回复(96)

请问 我用QT 或 GTK 编写的窗口程序,可不可以在不运行 X-window (只运行终端)的情况下 运行 ??? 谢谢..

by cyu000 - Linux环境编程 - 2008-01-07 09:32:58 阅读(1691) 回复(3)
by freedom108 - GUI编程 - 2008-06-30 23:34:23 阅读(11742) 回复(20)

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

by ftomorrow - C/C++ - 2004-12-31 14:17:15 阅读(1408) 回复(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 阅读(1774) 回复(0)

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

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

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

by johnsonyoung - Linux环境编程 - 2005-04-10 08:37:52 阅读(1619) 回复(2)

Java的gui编程 简介: Java的gui编程 Java的gui编程 Java的gui编程

GUIjava编程

by feiyang10086 - GUI编程 - 2011-02-08 14:46:04 阅读(3433) 回复(4)

#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 - Linux环境编程 - 2009-01-04 20:36:02 阅读(2627) 回复(8)

#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 阅读(2531) 回复(1)