mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
b7ba036a1f
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
299 B
Text
7 lines
299 B
Text
A simple interface to Gtk3's complex MVC list widget
|
|
|
|
Gtk3 has a powerful, but complex MVC (Model, View, Controller) system
|
|
used to implement list and tree widgets.
|
|
|
|
Gtk3::SimpleList automates the complex setup work and allows you to
|
|
treat the list model as a more natural list of lists structure.
|