diff options
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | fake_packages/Gtk3.pm | 3 | 
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- list more Gtk3 methods, thus increasing SNR +  Version 1.2.29 - 16 September 2016, by Thierry Vignaud  - blacklist the usual (module) suspects diff --git a/fake_packages/Gtk3.pm b/fake_packages/Gtk3.pm index 839eaee..3dcde11 100644 --- a/fake_packages/Gtk3.pm +++ b/fake_packages/Gtk3.pm @@ -540,6 +540,7 @@ sub get_relief { }  sub get_use_stock { }  sub get_use_underline { }  sub leave { } +sub new { }  sub new_from_icon_name { }  sub new_from_stock { }  sub new_with_label { } @@ -741,6 +742,7 @@ sub set_fit_model { }  sub set_model { }  package Gtk3::CheckButton; +sub new { }  sub new_with_label { }  sub new_with_mnemonic { } @@ -2156,6 +2158,7 @@ sub join_group { }  package Gtk3::RadioMenuItem;  sub get_group { } +sub new_with_label { }  package Gtk3::RadioToolButton;  sub get_group { }  | 
