title-bar button below the title-bar

Hi:

I was wondering if it is possible to have a title-bar-like button, but without a title-bar.

I can try to explain using the graphic below (using code tags for monospace font). Given the notation from the fvwm docs:

# Contexts:
#     R = Root Window                 rrrrrrrrrrrrrrrrrrrrrr
#     W = Application Window          rIrrrrFSSSSSSSSSFrrrrr
#     F = Frame Corners               rrrrrrS13TTTT642Srrrrr
#     S = Frame Sides                 rIrrrrSwwwwwwwwwSrrrrr
#     T = Title Bar                   rrrrrrSwwwwwwwwwSrrrrr
#     I = Icon                        rIrrrrFSSSSSSSSSFrrrrr
#                                     rrrrrrrrrrrrrrrrrrrrrr

I would like to have a button where the letter “A” is (see top right corner of the window):

rrrrrrrrrrrrrrrrrrrrrr
rIrrrrFSSSSSSSSSFrrrrr
rrrrrrS13TTTT642Srrrrr
rIrrrrSwwwwwwwwASrrrrr
rrrrrrSwwwwwwwwwSrrrrr
rIrrrrFSSSSSSSSSFrrrrr
rrrrrrrrrrrrrrrrrrrrrr

In practice I actually do not have a title bar at all (only the window borders) but would like to still be able to have a button in the top right corner (which would cover a tiny part of the actual application window).

is this possible ? if so how would I go about defining such a button?

thanks,
peter

This isn’t possible.

ok. thanks for the quick answer.