Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put images in tabs #94

Merged
merged 8 commits into from
Mar 12, 2015
Merged

Put images in tabs #94

merged 8 commits into from
Mar 12, 2015

Conversation

jpobst
Copy link
Contributor

@jpobst jpobst commented Mar 11, 2015

This is ready for some additional eyeballs. It adds the tabs to switch between images, however you cannot pulls the tabs side-by-side or into a new window yet. Those feature have additional problems to work through, and I'd prefer to get this stabilized first.

I am currently unaware of any issues with this code, but would love for others to try it out and report any issues they find!

using Pinta.MacInterop;

namespace Pinta
{
public class MainWindow
{
WindowShell window_shell;
ScrolledWindow sw;
public WindowShell window_shell;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be public?

@jpobst
Copy link
Contributor Author

jpobst commented Mar 12, 2015

Good comments.

cameronwhite added a commit that referenced this pull request Mar 12, 2015
@cameronwhite cameronwhite merged commit 914d4d2 into PintaProject:master Mar 12, 2015
@jpobst jpobst deleted the less-canvas branch March 13, 2015 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants