File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,14 @@ cargo run --bin basics
15
15
```
16
16
17
17
- [ Basic example] ( ./basics/ )
18
+ - [ About Dialog] ( ./about_dialog/ )
18
19
- [ Using the Builder pattern] ( ./builder_pattern/ )
19
20
- [ Clipboard] ( ./clipboard/ )
20
21
- [ Clock example] ( ./clock/ )
21
22
- [ Column View Datagrid Example] ( ./column_view_datagrid/ )
23
+ - [ Composite Dialog] ( ./composite_dialog/ )
22
24
- [ Composite Template] ( ./composite_template/ )
25
+ - [ Confetti Snapshot Animation] ( ./confetti_snapshot_animation/ )
23
26
- [ Content Provider] ( ./content_provider/ )
24
27
- [ CSS] ( ./css/ )
25
28
- [ Custom Application] ( ./custom_application/ )
@@ -36,10 +39,13 @@ cargo run --bin basics
36
39
- [ FemtoVG Area] ( ./femtovg_area/ )
37
40
- [ Fill and Stroke] ( ./fill_and_stroke/ )
38
41
- [ FlowBox] ( ./flow_box/ )
42
+ - [ GIF Paintable] ( ./gif_paintable/ )
39
43
- [ Glium GL-Area] ( ./glium_gl_area/ )
40
44
- [ Grid Packing] ( ./grid_packing )
41
- - [ GtkBuilder example] ( ./gtk_builder/ )
45
+ - [ GtkBuilder] ( ./gtk_builder/ )
46
+ - [ ListBox and ListModel] ( ./list_box_model/ )
42
47
- [ ListView: Applications Launcher] ( ./list_view_apps_launcher/ )
48
+ - [ Menubar] ( ./menubar/ )
43
49
- [ Rotation Bin] ( ./rotation_bin/ )
44
50
- [ Scale] ( ./scale/ )
45
51
- [ Scale Bin] ( ./scale_bin/ )
You can’t perform that action at this time.
0 commit comments