Main Page Modules Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
- Member add_channel_wizard::add_channel_wizard(wxWindow *parent=NULL, int id=-1, const wxString
&title=wxEmptyString, const wxBitmap &bitmap=wxNullBitmap, const wxString &cancel_message=_("Abort the add channel wizard?"))
- SOURCE: Should all the int id's should be WindowIDs instead?
- Class channel_type
- Add anchor_color parameter, and any others.
- Member destinations_wizardpage::m_handheld_install_ctrl
- SOURCE: We could have a pointer here to point to the control, instead. see progress_dialog::get_listbox() for details.
- Member palm_installer_base::m_users_array
- GURU: A * or not on this sucker? This might be the memory leak of strings. This is what exec sample uses though, for its processes.
- Class pda_listctrl
- This needs to go into its own class too.
- Member plucker_controller::delete_channel_subdirectory(const wxString &channel_section)
- OPTIONAL: could fork whether or not to leave the directory if there is something else in it, like their images, etc.
- Member plucker_controller::get_next_autoupdate()
- Implement this function.
- Member plucker_wizard_base::plucker_wizard_base(wxWindow *parent=NULL, int id=-1, const wxString
&title=wxEmptyString, const wxBitmap &bitmap=wxNullBitmap, const wxString &cancel_message=_("Abort the wizard?"))
- Enclose cancel message in _() if possible.
- Member utils_datetime::get_translated_compilation_date_string()
- Fix the compilation date: it won't translate. Months not in catalog? Get a string of translated date of when the program was compiled.
- Member the_configuration
- When wx can derive from wxFileConfig, then subclass the configuration.
- Member FILE_DIALOG_WILDCARDS_ALL
- The FILE_DIALOG defines should be moved from utils_controls.h to plucker_defines.h
- Member plkrLISTCTRL_EXTRA_WIDTH_PADDING
- Based on number of columns?
- Member plkrUNNAMED_CHANNEL_NAME
- Why is this one inside a translation string and all the others aren't? It was probably so that the gettext translator would catch it?
- Member setupUSE_PROCESS_PROGRESS_DIALOG_IDLE_TIMER
- Tese GTK to see if setupUSE_PROCESS_PROGRESS_DIALOG_IDLE_TIMER on GTK also needed on that platform there.