>>>>> "Stefano" == Stefano Ghirlanda <[EMAIL PROTECTED]> writes:

Stefano> Hmmm, you mean that xforms creates popups centered at the
Stefano> mouse position, and that there is no way of changing this?

No, there are a whole bunch of possibilities (from he xforms
manual). I do not have much time to evaluate which ones could be
useful... 

FL_PLACE_SIZE 
    The user can control the position but the size is
    fixed. Interactive resizing is not allowed once the form becomes
    visible.  

FL_PLACE_POSITION 
    Initial position used will be the one set via
    fl_set_form_position(). Interactive resizing is possible. 

      
FL_PLACE_GEOMETRY 
    Place at the latest position and size (see also below) or the
    geometry set via fl_set_form_geometry(). 
    A form so shown will have a fixed size and interactive resizing is
    not allowed.  

      
FL_PLACE_ASPECT 
    Allows interactive resizing but any new size will have the aspect
    ratio as that of the initial size.  

      
FL_PLACE_MOUSE 
    The form is placed centered below the mouse. Interactive resizing
    will not be allowed unless this option is accompanied by
    FL_FREE_SIZE  as in FL_PLACE_MOUSE|FL_FREE_SIZE.  

      
FL_PLACE_CENTER 
    The form is placed in the center of the screen. If FL_FREE_SIZE is
    also specified, interactive resizing will be allowed. 

      
FL_PLACE_FULLSCREEN 
    The form is scaled to cover the full screen. If FL_FREE_SIZE is
    also specified, inter ative resizing will be allowed. 

      
FL_PLACE_FREE 
    Both the position and size are completely free. The initial size
    used is the designed size. Initial position, if set via 
    fl_set_form_position(), will be used otherwise interactive
    positioning may be possible if the window manager allows it. 

      
FL_PLACE_HOTSPOT 
    The form is so placed that mouse is on the ``hotspot''. If
    FL_FREE_SIZE is also specified, interactive resizing will be allowed. 

      
FL_PLACE_CENTERFREE 
    Same as FL_PLACE_CENTER|FL_FREE_SIZE, i.e., place the form at the
    center of the screen and allow resizing. 

      
FL_PLACE_ICONIC 
    The form is shown initially iconified. The size and location used
    are the window manager's default.  

-- 
                +++ the lyx project user mailing list +++
                To unsubscribe from this list send mail to 
                         [EMAIL PROTECTED]
                    with the **Subject** unsubscribe.

Reply via email to