Skip to content

You can put the clock in a view#3

Open
celesteh wants to merge 1 commit into
supercollider-quarks:masterfrom
celesteh:master
Open

You can put the clock in a view#3
celesteh wants to merge 1 commit into
supercollider-quarks:masterfrom
celesteh:master

Conversation

@celesteh

Copy link
Copy Markdown
Contributor

Put the ClockFace in an existing window

`(
w = Window("Test").front;
c = ClockFace(view:View());
w.view.layout = HLayout(
	c
);
c.start;
)`

@celesteh

Copy link
Copy Markdown
Contributor Author

Obviously this would be better if the user did not have to provide an empty View, but the default action for this class is to just open a window and I couldn't work out how else to preserve that backwards compatibility.

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.

1 participant