|

楼主 |
发表于 2005-1-24 21:19:11
|
显示全部楼层
如想做成这种样式:
vbox
{
fixed
hbox{fixed,fixed,fixed}
hbox{fixed,fixed,fixed}
}
起源是想做一个图形界面的对话框,用自己的png图像(标题栏背景,左边框背景,右边框背景,左下边框背景,下边框背景,右下边框背景)。计划做成如下模型:
vbox
{
fixed(标题栏背景)
hbox{fixed(左边框背景),fixed(此处为主窗口,可在其中绘制其它控件),fixed(右边框背景)}
hbox{fixed(左下边框背景),fixed(下边框背景),fixed(右下边框背景)}
}
不知能否给些意见,我计划用c++写。 |
|