octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Octave-bug-tracker] [bug #38785] GUI / Windows: undocked panes are


From: John W. Eaton
Subject: Re: [Octave-bug-tracker] [bug #38785] GUI / Windows: undocked panes are always on top of GUI
Date: Sat, 20 Apr 2013 21:44:31 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11

On 04/20/2013 05:58 PM, Torsten wrote:
Please use the bug tracker to post updates to a bug report.  The mailing list 
is intended as a read-only notification stream.  Info posted to this mailing 
list address won't appear in the tracker database where it is most useful.

Follow-up Comment #5, bug #38785 (project octave):

Altering the window flags is currently done:


virtual void top_level_changed (bool floating)
   {
     if (floating)
       {
         setWindowFlags (Qt::Window);
         show();
       }
   }


This works on Linux but apparently not fully on windows (a normal title bar is
generated for the floating widget but it is not treated as independent window.

I have also noticed that the floating widgets on my Debian system have a line at the top with a title, an overlapping windows icon that can be used to dock the window, and an [x] icon that can be used to close the window. That is missing in my Windows build. Is there a way to restore it? If not, can we at least add a button that can be used to dock the window?

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]