Changes between Version 7 and Version 8 of PadrePluginCookbook01
- Timestamp:
- 06/05/11 17:22:59 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginCookbook01
v7 v8 166 166 # $self->{label}->SetLabel( $plugin->plugin_name ); 167 167 }}} 168 === What is {{{Wx::Dialog}}} 169 {{{#!text 170 XS magic 171 Wx loads it at runtime 172 when you use Wx; 173 and when you use Padre::Wx you get Wx::* 174 http://perldoc.perl.org/perlxs.html 175 basically they are loading symbols on the fly when the C library loads 176 DLL 177 or shared library (.so) 178 }}} 179 Thanks for that azawawi. 168 180 * Run Tests, note results, //critiques welcome. 169 181
