套件: libgtk3-simplelist-perl (0.18-1)
libgtk3-simplelist-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libgtk3-simplelist-perl:
- [libgtk3-simplelist-perl_0.18-1.dsc]
- [libgtk3-simplelist-perl_0.18.orig.tar.gz]
- [libgtk3-simplelist-perl_0.18-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Jeffrey Ratcliffe
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl simple interface to GTK+ 3'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.
After creating a new Gtk3::SimpleList object with the desired columns you may set the list data with a simple Perl array assignment. Rows may be added or deleted with all of the normal array operations. You can treat the data member of the list simplelist object as an array reference, and manipulate the list data with perl's normal array operators.
A mechanism has also been put into place allowing columns to be Perl scalars. The scalar is converted to text through Perl's normal mechanisms and then displayed in the list. This same mechanism can be expanded by defining arbitrary new column types before calling the new function.
其他與 libgtk3-simplelist-perl 有關的套件
|
|
|
-
- dep: libgtk3-perl
- Perl bindings for the GTK+ graphical user interface library
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language