home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!cs.utexas.edu!sun-barr!news2me.EBay.Sun.COM!exodus.Eng.Sun.COM!exodus!rickg
- From: rickg@eng.sun.com (The Tankster)
- Newsgroups: comp.windows.open-look
- Subject: Re: XView question: Menu buttons
- Date: 31 Dec 92 09:50:28
- Organization: SunSoft, Inc.
- Lines: 38
- Message-ID: <RICKG.92Dec31095028@irondude.eng.sun.com>
- References: <1992Dec30.182502.27923@cs.wayne.edu> <hue.725790937@coney>
- Reply-To: rickg@eng.sun.com
- NNTP-Posting-Host: irondude
- In-reply-to: hue@island.COM's message of Thu, 31 Dec 1992 08:35:37 GMT
-
- In article <hue.725790937@coney> hue@island.COM (Pond Scum) writes:
-
- Newsgroups: comp.windows.open-look
- From: hue@island.COM (Pond Scum)
- Organization: Island Graphics Corp.
- Date: Thu, 31 Dec 1992 08:35:37 GMT
-
- rvt@pandora.cs.wayne.edu (Rahul V. Tikekar) writes:
- >A question on XView and menu buttons. How do I get the
- >the triangle in the menu button of a panel to point to
- >the right? Currently, it points down.
-
- A quick glance at the source code would have told you that the direction
- depends on the setting of PANEL_LAYOUT.
-
-
- correct, taking note that PANEL_LAYOUT applies to both
- Panel_item's and Panel's. in this case *all* of the button
- menu-mark's go in accordance with the PANEL_LAYOUT setting
- on the Panel (i.e. they are not set individually).
-
- so, xv_set(panel, PANEL_LAYOUT, PANEL_VERTICAL, NULL) will
- cause all of "panel"'s menu-marks to face right rather than
- down.
-
- <<tank
- --
-
- *********************************************************************
-
- Richard M. "Tank" Goldstein rickg@Eng.Sun.COM
- Window Developer Environment,
- SunSoft, Inc.
-
- "I'm a scientist. I don't think, I observe."
- -Dr. Clayton Forrester
-
- *********************************************************************
-