Newsgroups: comp.windows.x Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!psuvax1!news From: kevin@guardian.cs.psu.edu (Tung-Chia Wang) Subject: Create Widgets dynamically? Message-ID: Sender: news@cs.psu.edu (Usenet) Nntp-Posting-Host: guardian.cs.psu.edu Organization: Penn State Computer Science Distribution: usa Date: Fri, 7 Sep 90 01:48:18 GMT Lines: 11 Does anybody know that can we create widgets dynamically? To say more specifically, I need create new SimpleMenuWidgets which elements in the menu are unknown before execution of XtMainLoop() in event handler routine. Does it can be achieve within X ToolKit and Athena Widget Set? Or, I have to use Xlib to do lot of detail things? --kevin