On 28/08/2014 10:18, Thomas Adam wrote:
On Thu, Aug 28, 2014 at 09:53:16AM +0100, Jamie Griffin wrote:
I'm having trouble getting a menu to appear in the right place.

I've got a taskbar at the bottom of the screen and a start button
(FvwmButtons) which when pressed is supposed to open a menu right above it,
like Windows '98 style. The taskbar is 25 pixels in height and i'd like the
menu to overlap the top of it by one pixel, giving the appearance its part
of it. So, appearing the very far left of the screen, 24 pixels from the
bottom. +0-24 in X geometry.
For example:

        Menu SomeMenuName Rectangle +0-24 0 0m

The thing to note here is the "Rectangle" option.

-- Thomas Adam
Hey!, just out of interest, i've got it. I know it's a really simple thing but it eluded me (which isn't difficult). This, however, does position it correctly:

rectangle $widthx$height+$left+$top@g o+50 -100m

Reply via email to