Changeset 4188


Ignore:
Timestamp:
04/28/09 08:12:39 (3 years ago)
Author:
jquelin
Message:

storing combo box with dictionary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck/Preferences.pm

    r4184 r4188  
    1414 
    1515use Class::XSAccessor accessors => { 
     16    _dict_combo  => '_dict_combo',   # combo box holding dictionary 
    1617    _plugin      => '_plugin',       # plugin to be configured 
    1718    _sizer       => '_sizer',        # window sizer 
     
    120121        Wx::wxCB_READONLY|Wx::wxCB_SORT, 
    121122    ); 
     123    $self->_dict_combo( $combo ); 
    122124 
    123125    # pack the controls in a box 
Note: See TracChangeset for help on using the changeset viewer.