-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Create ListBox-Sorted-StringList-model #1879
Open
jimbrankelly
wants to merge
8
commits into
gtk-rs:main
Choose a base branch
from
jimbrankelly:patch-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Oct 22, 2024
-
Create ListBox-Sorted-StringList-model
Modified version of the ListBox-Model example using a StringList that is sorted. The StringSorter object uses a PropertyExpression to specify the sorted parameter. Delete button is functional but l suspect wrong entry is deleted. It is not needed for my use case, but it would be good to have it function correctly. Add button is not functional but might be a nice addition to the example.
Configuration menu - View commit details
-
Copy full SHA for 629e423 - Browse repository at this point
Copy the full SHA 629e423View commit details -
Update ListBox-Sorted-StringList-model
Revised so that correct model entry is deleted when delete button is pressed.
Configuration menu - View commit details
-
Copy full SHA for c3a57df - Browse repository at this point
Copy the full SHA c3a57dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34386f3 - Browse repository at this point
Copy the full SHA 34386f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cecb832 - Browse repository at this point
Copy the full SHA cecb832View commit details
Commits on Oct 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1d3b85 - Browse repository at this point
Copy the full SHA b1d3b85View commit details
Commits on Oct 29, 2024
-
Update examples/listbox_sort_stringlist/main.rs
Co-authored-by: Bilal Elmoussaoui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc9858f - Browse repository at this point
Copy the full SHA cc9858fView commit details -
Update examples/listbox_sort_stringlist/main.rs
Co-authored-by: Bilal Elmoussaoui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0b01a5 - Browse repository at this point
Copy the full SHA e0b01a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88602b5 - Browse repository at this point
Copy the full SHA 88602b5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.