ChinaUnix.net
相关文章推荐:

ext 下拉列表 panel

请问如何禁用面板的拖动功能?添加了面板组件后,点击面板的边框可以进行拖动,如何使其不能进行拖动?如果直接用gtk_set_sensitive(panel, FALSE),这样的话,放置在面板中的组件也无法使用了,该如何解决?高手指教。。。谢谢。。

by wolfme - GUI编程 - 2011-01-26 23:59:24 阅读(3396) 回复(5)

相关讨论

为什么隐藏面板的时候,其中的多个窗体只能隐藏其中一个?很郁闷,代码如下: #include #include <panel.h> #include #include main() { WINDOW *wins[5]; panel *panels[2]; panel *top; int ch; initscr();//初始化curses库 noecho(); keypad(stdscr,TRUE); box(stdscr,'┃','━'); refresh(); wins[0] = newwin(3,76,2,2); wins[1] = newwi...

by sunnyqboy - C/C++ - 2009-02-27 22:04:10 阅读(934) 回复(0)

##a.java ##import java.applet.*; ##import java.awt.*; ##class Mypanel extends panel ##{ ## Button b1,b2,b3; ## Mypanel() ## { ## b1=new Button("1"); ## b2=new Button("2"); ## b2=new Button("3"); ## add(b1); ## add(b2); ## add(b3); ## } ##} ##public class a extends Applet ##{ ## ...

by ttl_web - Java - 2004-02-29 01:29:40 阅读(875) 回复(0)

不知按了哪个键了,gnome_panel由横向的变成竖的了,怎么改回来? 谢谢

by freefall - Linux论坛 - 2004-05-07 11:26:35 阅读(561) 回复(0)

cc 编译程序时用到-lpanel -lmenu -lform -lcurses ,我知道-lcurses是用curses库,也了解其中的一些函数,但 -lpannel,-lmenu -lform 呢?它们是什么库?在哪能找到相关的资料?thanks!!

by qmbaby - 其他UNIX - 2003-07-14 16:39:42 阅读(815) 回复(0)

Create ext components with XML extTLD是一个应用于基于Java语言项目的ext标记。把写js生成页面的方式变换为写jsp tag的方式来引用,使用难度上降低了不少,但项目似乎是刚刚开始,还有很多不成熟的地方,不过随着不断的完善,应该还是有点前途的,关注一下! 有兴趣的朋友也可以看看:http://www.exttld.com/ 优点: 1.拥有ext一整套丰富的样式风格,省去ext手写js的难度 以及工作量 2.能与struts2的标签有效的结合...

by eleven_vv - Web开发 - 2009-03-28 22:14:41 阅读(2669) 回复(0)

部署ext 2008-04-10 下面介绍下如何部署ext到自己的项目中,通过本节的了解,您就可以开始利用ext制作各种个样的绚丽效果了。要使用extJS,那么首先要得到extJS库文件,该框架是开源且可以自由发布的。可以直接从官方网站下载,网址 http://extjs.com/download ,进入下载页面可以看到如下图所示内容,本教程使用的2.x版本。 我们下载2.0.2的zip版本,解压后得到如下图的目录: 文件夹及文件说明: adapter:负责将里面...

by youngpand - php文档中心 - 2008-10-29 14:31:51 阅读(1356) 回复(0)

When you choose this sandwich panel please follow the below attentions: 1. Make sure adhesive layer structure stability, no glue failure effects. 2. Make sure the board and the sandwich panel joins no space and layers; 3. Choose the board with products signal, the signal should be clear; 4. Check the board quality; 5. Make sure the sandwich panel face is clear, the tracery joins conveniently and ...

by sarasmiths - 博客SNS站务交流区 - 2009-05-27 15:02:01 阅读(1783) 回复(0)

如下图,希望在两个panel中间可以用鼠标调整panel的宽度,请问如何实现

by valpa - Java - 2007-10-07 20:47:21 阅读(2991) 回复(3)

setVisible()函数为什么不起作用? /* * PlatformJFrame.java * * Created on 2007年10月3日, 下午3:25 */ package testplatform; /** * * @author xiaodwan */ public class PlatformJFrame extends javax.swing.JFrame { /** Creates new form PlatformJFrame */ public PlatformJFrame() { initComponents(); } /** This method is called from within the constructor to ...

by valpa - Java - 2007-10-07 20:50:02 阅读(4895) 回复(2)

A little problem about GNOME of Redhat Linux 9.0: Please locate the cursor in the gnome-panel and press +F7, then move it up and down. At last, almost move it to the original place. Continuely open a gnome-terminal, change the size from normal maximized, and you will find the buttom of this new window having some distance to the gnome-panel. At the same time perhaps the other nautiluses also ...

by nu_cs - 桌面与办公 - 2006-12-11 20:09:09 阅读(557) 回复(0)