Skip to content

Commit

Permalink
Refactor all public static DockNotebook functions into a static class…
Browse files Browse the repository at this point in the history
… called DockNotebookManager, and add some convenience methods for work we had in MainWindow.

Also update behavior:
- New tabs will be added to the active container rather than the first container.
- New tabs will be added to the right of the active tab rather than the end.
  • Loading branch information
jpobst committed Mar 17, 2015
1 parent 21b1b8b commit 4d18124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pinta.Docking/Pinta.Docking.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<Compile Include="DockLibrary\TabStrip.cs" />
<Compile Include="DockNotebook\DockNotebook.cs" />
<Compile Include="DockNotebook\DockNotebookContainer.cs" />
<Compile Include="DockNotebook\DockNotebookManager.cs" />
<Compile Include="DockNotebook\DockNotebookTab.cs" />
<Compile Include="DockNotebook\DockWindow.cs" />
<Compile Include="DockNotebook\PlaceholderWindow.cs" />
Expand Down

0 comments on commit 4d18124

Please sign in to comment.