Skip to content

Commit e3a4199

Browse files
felinirabilelmoussaoui
authored andcommitted
examples: Add missing examples to README.md
1 parent dc7523a commit e3a4199

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ cargo run --bin basics
1515
```
1616

1717
- [Basic example](./basics/)
18+
- [About Dialog](./about_dialog/)
1819
- [Using the Builder pattern](./builder_pattern/)
1920
- [Clipboard](./clipboard/)
2021
- [Clock example](./clock/)
2122
- [Column View Datagrid Example](./column_view_datagrid/)
23+
- [Composite Dialog](./composite_dialog/)
2224
- [Composite Template](./composite_template/)
25+
- [Confetti Snapshot Animation](./confetti_snapshot_animation/)
2326
- [Content Provider](./content_provider/)
2427
- [CSS](./css/)
2528
- [Custom Application](./custom_application/)
@@ -36,10 +39,13 @@ cargo run --bin basics
3639
- [FemtoVG Area](./femtovg_area/)
3740
- [Fill and Stroke](./fill_and_stroke/)
3841
- [FlowBox](./flow_box/)
42+
- [GIF Paintable](./gif_paintable/)
3943
- [Glium GL-Area](./glium_gl_area/)
4044
- [Grid Packing](./grid_packing)
41-
- [GtkBuilder example](./gtk_builder/)
45+
- [GtkBuilder](./gtk_builder/)
46+
- [ListBox and ListModel](./list_box_model/)
4247
- [ListView: Applications Launcher](./list_view_apps_launcher/)
48+
- [Menubar](./menubar/)
4349
- [Rotation Bin](./rotation_bin/)
4450
- [Scale](./scale/)
4551
- [Scale Bin](./scale_bin/)

0 commit comments

Comments
 (0)