HildonCodeDialog

HildonCodeDialog —

Synopsis




            HildonCodeDialogPrivate;
GtkWidget*  hildon_code_dialog_new          (void);
const gchar* hildon_code_dialog_get_code    (HildonCodeDialog *dialog);
void        hildon_code_dialog_clear_code   (HildonCodeDialog *dialog);
void        hildon_code_dialog_set_help_text
                                            (HildonCodeDialog *dialog,
                                             const gchar *text);

Description

Details

HildonCodeDialogPrivate

typedef struct _HildonCodeDialogPrivate HildonCodeDialogPrivate;


hildon_code_dialog_new ()

GtkWidget*  hildon_code_dialog_new          (void);

Use this function to create a new HildonCodeDialog.

Returns : A HildonCodeDialog.

hildon_code_dialog_get_code ()

const gchar* hildon_code_dialog_get_code    (HildonCodeDialog *dialog);

Use this function to access the code entered by the user.

dialog : The HildonCodeDialog from which to get the entered code
Returns : The entered code.

hildon_code_dialog_clear_code ()

void        hildon_code_dialog_clear_code   (HildonCodeDialog *dialog);

dialog :

hildon_code_dialog_set_help_text ()

void        hildon_code_dialog_set_help_text
                                            (HildonCodeDialog *dialog,
                                             const gchar *text);

Use this function to set the text that will be displayd in the help label

dialog : The HildonCodeDialog whose entry should be cleared:
text : The text to use in the help label.