ComboBoxText.pm (gscan2pdf-2.13.1.tar.xz) | : | ComboBoxText.pm (gscan2pdf-2.13.2.tar.xz) | ||
---|---|---|---|---|
package Gscan2pdf::ComboBoxText; | package Gscan2pdf::ComboBoxText; | |||
use warnings; | use warnings; | |||
use strict; | use strict; | |||
use Gtk3; | use Gtk3; | |||
use Glib 1.220 qw(TRUE FALSE); # To get TRUE and FALSE | use Glib 1.220 qw(TRUE FALSE); # To get TRUE and FALSE | |||
use Readonly; | use Readonly; | |||
Readonly my $NO_INDEX => -1; | Readonly my $NO_INDEX => -1; | |||
our $VERSION = '2.13.1'; | our $VERSION = '2.13.2'; | |||
use Glib::Object::Subclass Gtk3::ComboBoxText::, properties => [ | use Glib::Object::Subclass Gtk3::ComboBoxText::, properties => [ | |||
Glib::ParamSpec->int( | Glib::ParamSpec->int( | |||
'index-column', # name | 'index-column', # name | |||
'Index column', # nickname | 'Index column', # nickname | |||
'Column with which the data is indexed', # blurb | 'Column with which the data is indexed', # blurb | |||
0, # min 0 implies all | 0, # min 0 implies all | |||
2, # max | 2, # max | |||
0, # default | 0, # default | |||
[qw/readable writable/] # flags | [qw/readable writable/] # flags | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |