Changeset 5842
- Timestamp:
- 07/05/09 01:01:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/Perl6HelpDialog.pm
r5841 r5842 116 116 my $self = shift; 117 117 118 my $butsizer = $self->CreateStdDialogButtonSizer(Wx::wxOK|Wx::wxCANCEL); 119 $self->_vbox->Add($butsizer, 0, Wx::wxALL|Wx::wxEXPAND|Wx::wxALIGN_CENTER, 5 ); 120 Wx::Event::EVT_BUTTON( $self, Wx::wxID_OK, \&_on_ok_button_clicked ); 118 my $close_button = Wx::Button->new( $self, Wx::wxID_CANCEL, Wx::gettext('Close') ); 119 $self->_vbox->Add($close_button, 0, Wx::wxALL|Wx::wxALIGN_LEFT, 5 ); 121 120 } 122 121
Note: See TracChangeset
for help on using the changeset viewer.
