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

Issue 0174 #200

Merged
merged 12 commits into from
Jul 31, 2024
Merged

Issue 0174 #200

merged 12 commits into from
Jul 31, 2024

Conversation

Nyan11
Copy link
Collaborator

@Nyan11 Nyan11 commented Jul 31, 2024

fix: #174

@Nyan11
Copy link
Collaborator Author

Nyan11 commented Jul 31, 2024

Waiting: Nyan11/Stash#11

Edit: ok

@Nyan11 Nyan11 requested a review from labordep July 31, 2024 10:04
@Nyan11
Copy link
Collaborator Author

Nyan11 commented Jul 31, 2024

ICONS

New library with icons:

image

Icons are saved as Proxies.
We can manually update the "postConstructionBlock:" to change properties (this functionnality work with Stash but does not work with STON).

icons2
	"This class has been generated using Pyramid.

	By: YannLEGOFF
	2024-07-31 10:27:35"

	<pyStash>
	^ [
	  { (ToImage new
		   innerImage: (PyramidExternalRessourceProxy new
				    pyramidExternalRessourceSource:
					    (PyramidExternalRessourceSource new
						     target: BlSvgConverter;
						     selector: #convertFromString:;
						     arguments: { (PyramidExternalRessourceProxy new
								      pyramidExternalRessourceSource:
									      (PyramidExternalRessourceSource new
										       target: ToMaterialDesignIconProvider;
										       selector: #twotone_mediation;
										       arguments: {  };
										       yourself);
								      yourself) };
						     postConstructionBlock: [ :obj |
							     obj constraints horizontal matchParent.
							     obj constraints vertical matchParent ];
						     yourself);
				    yourself);
		   constraintsDo: [ :constraints |
			   constraints horizontal exact: 128.0.
			   constraints vertical exact: 128.0 ];
		   layout: BlFrameLayout new;
		   id: #A;
		   yourself) } ] value

Leafs

Possibility to see the inside of a Toplo element.

image

@labordep
Copy link
Member

Thanks @Nyan11, can you update the readme / doc with your commentary?

@labordep labordep added the enhancement New feature or request label Jul 31, 2024
@Nyan11 Nyan11 merged commit 94d2092 into main Jul 31, 2024
9 checks passed
@Nyan11 Nyan11 deleted the Issue_0174 branch July 31, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allows child modification on Toplo leaf element
2 participants