diff options
Diffstat (limited to 'fake_packages')
-rw-r--r-- | fake_packages/Gtk3.pm | 3 |
1 files changed, 3 insertions, 0 deletions
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 { } |