Definition at line 42 of file cssdialogs-class.h.
Data Fields | |
| gchar * | keyword |
| The keyword. | |
| GtkWidget *(* | create_function )(CssedWindow *, gchar *, gboolean, gboolean) |
| The dialog creation function. | |
| gchar *(* | get_string_function )(CssedWindow *, gpointer) |
| The dialog get_string function. | |
|
|
The dialog creation function. It must return a dialog widget to be shown on screen |
|
|
The dialog get_string function. All those dialog only does one thing, to build a string to be added to the document, this function must return this string when the dialog is closed using the OK button. The string will be freed with g_free, so it must be allocated |
|
|
The keyword. This will be freed with g_free so you must allocate it ( you can use g_strdup for this ) Definition at line 44 of file cssdialogs-class.h. |
This documentation is © Iago Rubio Sanfiz, 2004