Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Understanding Frames
Re: Understanding Frames [message #3918 is a reply to message #3851] Sun, 09 July 2006 15:58 Go to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
OK, now to reply to OP question:

Yes, you can have other widgets inside the frame. There are several different ways how to achieve that; perhaps the most simple is to use StaticRect-based frame and put things inside it.

Something like


FrameLeft<StaticRect> myframe;
Button b;
.....
mywidget.AddFrame(myframe);
myframe.Add(b.HSizePos().TopPos(0, 10));
.....


Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Mapping button to CALLBACK
Next Topic: scrolling without Frame and wrapping Ctrl?
Goto Forum:
  


Current Time: Tue May 21 10:54:13 CEST 2024

Total time taken to generate the page: 0.01766 seconds