File tree Expand file tree Collapse file tree 3 files changed +6
-144
lines changed Expand file tree Collapse file tree 3 files changed +6
-144
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,11 @@ name = "gtk_builder"
160160path = " gtk_builder/main.rs"
161161required-features = [" v4_10" ]
162162
163+ [[bin ]]
164+ name = " listbox_sort_stringlist"
165+ path = " listbox_sort_stringlist/main.rs"
166+ required-features = [" v4_14" ]
167+
163168[[bin ]]
164169name = " list_box_model"
165170path = " list_box_model/main.rs"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ cargo run --bin basics
3939- [ Glium GL-Area] ( ./glium_gl_area/ )
4040- [ Grid Packing] ( ./grid_packing )
4141- [ GtkBuilder example] ( ./gtk_builder/ )
42+ - [ ListModel: StringList with Sorter] ( ./listbox_sort_stringlist/ )
4243- [ ListView: Applications Launcher] ( ./list_view_apps_launcher/ )
4344- [ Rotation Bin] ( ./rotation_bin/ )
4445- [ Scale] ( ./scale/ )
You can’t perform that action at this time.
0 commit comments