Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

handheld_dest_dialog Class Reference

A startup tips dialog, similar to wxTipDialog, but that can handle html. More...

#include <handheld_dest_dialog.h>

Inheritance diagram for handheld_dest_dialog:

wxDialog List of all members.

Public Methods

  handheld_dest_dialog (wxWindow *parent, const wxString &title, wxArrayString &user_name_array)
  Constructor.

  ~handheld_dest_dialog ()
  Destructor.

void  transfer_to (handheld_dest_type &handheld_dest)
  Gets handheld_dest_type, ready to insert by parent.


Detailed Description

A startup tips dialog, similar to wxTipDialog, but that can handle html.

This class shouldn't be used directly. Just call the show_html_tip function--this is similar to the wxShowTip function in wxWindows library.


Constructor & Destructor Documentation

handheld_dest_dialog::handheld_dest_dialog wxWindow *    parent,
const wxString &    title,
wxArrayString &    user_name_array
 

Constructor.

Parameters:
parent  The parent window.
title  The title of the dialog
The  user names to include in the list of user names. ``

Member Function Documentation

void handheld_dest_dialog::transfer_to handheld_dest_type   handheld_dest
 

Gets handheld_dest_type, ready to insert by parent.

Parameters:
handheld_dest  The handheld_dest_type, to be inserted.