summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/mygtk2.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index eaf63fc85..b5717f6b7 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -303,6 +303,12 @@ sub _gtk__WrappedLabel {
_gtk__Label($w, $opts);
}
+sub _gtk__Label_Left {
+ my ($w, $opts) = @_;
+
+ gtknew('HBox', children_tight => [ _gtk__Label($w, $opts) ]);
+}
+
sub _gtk__Label {
my ($w, $opts) = @_;