Re: gedit 3.2




> > it would be nice to be able to drag a tab out of the main window and have it
> > become it's own full-size window.
> 
> This is actually possible, but it would require a lot of work, looking into how
> gtk handles drag and drop, and fixing some bugs with using multiple windows - we
> originally added a "New Window" function to the file menu, but dropped it
> because we were having too many probs with it..

It is not really that difficult.  You just need to track when the
mouse leaves the window with the mouse button pressed.  If it leaves
the window, you just need to remove the page from the notebook, create
a new toplevel window and do a gtk_widget_reparent.

Miguel.



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