ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.63 by root, Mon Jan 9 05:08:02 2006 UTC vs.
Revision 1.64 by root, Mon Jan 9 06:29:47 2006 UTC

1115Converts rxvt-unicodes text reprsentation into a perl string. See 1115Converts rxvt-unicodes text reprsentation into a perl string. See
1116C<< $term->ROW_t >> for details. 1116C<< $term->ROW_t >> for details.
1117 1117
1118=item $success = $term->grab_button ($button, $modifiermask) 1118=item $success = $term->grab_button ($button, $modifiermask)
1119 1119
1120Registers a synchronous button grab. See XGrabButton. 1120Registers a synchronous button grab. See the XGrabButton manpage.
1121 1121
1122=item $success = $term->grab ($eventtime[, $sync]) 1122=item $success = $term->grab ($eventtime[, $sync])
1123 1123
1124Calls XGrabPointer and XGrabKeyboard in asynchronous (default) or 1124Calls XGrabPointer and XGrabKeyboard in asynchronous (default) or
1125synchronous (C<$sync> is true). Also remembers the grab timestampe. 1125synchronous (C<$sync> is true). Also remembers the grab timestampe.
1191} 1191}
1192 1192
1193sub add_button { 1193sub add_button {
1194 my ($self, $text, $cb) = @_; 1194 my ($self, $text, $cb) = @_;
1195 1195
1196 $self->add_item ({ type => "button", text => "[ $text ]", activate => $cb}); 1196 $self->add_item ({ type => "button", text => $text, activate => $cb});
1197} 1197}
1198 1198
1199sub add_toggle { 1199sub add_toggle {
1200 my ($self, $text, $cb, $value) = @_; 1200 my ($self, $text, $cb, $value) = @_;
1201 1201

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines