Message-ID: <
20010703033406.A16776@math.ohio-state.edu>
p4raw-id: //depot/perl@11119
WindowFromId
WindowFromPoint
EnumDlgItem
+
+ get_title
+ set_title
);
sub AUTOLOAD {
@kids;
}
+# backward compatibility
+*set_title = \&Title_set;
+*get_title = \&Title;
+
# Autoload methods go after __END__, and are processed by the autosplit program.
1;