X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: ahmadfirdaus85 AT gmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: how to to get the menu displayed vertically instead of horizontal Date: Thu, 21 Aug 2008 02:42:25 -0700 (PDT) Organization: http://groups.google.com Lines: 13 Message-ID: <33fe3fe3-a3c0-486b-a245-620e74d2b855@r15g2000prh.googlegroups.com> NNTP-Posting-Host: 210.118.108.254 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1219311745 24185 127.0.0.1 (21 Aug 2008 09:42:25 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 21 Aug 2008 09:42:25 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: r15g2000prh.googlegroups.com; posting-host=210.118.108.254; posting-account=Qkq8kgoAAAAJjBsW8GT9-mL0gsYmy-OC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I am working on Allegro and trying to develop a GUI.The problem which i am facing is that while making the menu, it is getting displayed horizontally.Like File about Quit i want the GUI to be displayed like File About Quit i.e vertically instead of horizontally. How can i do that?