1. Introduction
  2. 1. Basic concepts
    1. 1.1. Model
    2. 1.2. Messages
      1. 1.2.1. Input
      2. 1.2.2. Output
    3. 1.3. Widgets
    4. 1.4. Components
  3. 2. Your first app
  4. 3. The component macro
  5. 4. Efficient UI updates
    1. 4.1. Tracker
    2. 4.2. Factories
    3. 4.3. The position function
  6. 5. Components
  7. 6. Threads and async
    1. 6.1. Workers
    2. 6.2. Commands
    3. 6.3. Async components and factories
    4. 6.4. Overview
  8. 7. Child components
  9. 8. Widget templates
  10. 9. gtk-rs overview
  11. 10. Component macro reference
    1. 10.1. Macro expansion
  12. 11. Migration guides
    1. 11.1. 0.2 to 0.4
    2. 11.2. 0.4 to 0.5

GUI development with Relm4

Widget templates