#include "libgitk.h"
Include dependency graph for libgitk_widget.c:

Go to the source code of this file.
| Functions | |
| TCase * | libgitk_widget_tcase (void) | 
| widget test suite | |
| void | test_gitk_widget_set_get_value (void) | 
| loads a skeleton dialog from string | |
| void | test_setup (void) | 
| announce start of the test | |
| void | test_teardown (void) | 
| announce end of the test | |
| Variables | |
| gchar * | dialog1_desc | 
| minimal test dialog number 1 | |
Definition in file libgitk_widget.c.
| 
 | 
| loads a skeleton dialog from string 
 
 Definition at line 57 of file libgitk_widget.c. References dialog1_desc, ERROR_STR_LENGTH, errormsg, gitk_dialog_free(), gitk_dialog_hide(), gitk_dialog_new_from_string(), gitk_dialog_show(), gitk_done(), gitk_get_error_code(), gitk_get_error_str(), gitk_init(), GitkDialogPtr, test_argc, and test_argvptr. Referenced by libgitk_widget_tcase(). | 
Here is the call graph for this function:

| 
 | 
| announce start of the test 
 Definition at line 20 of file libgitk_widget.c. References gitk_log. Referenced by libgitk_widget_tcase(). | 
| 
 | 
| announce end of the test 
 Definition at line 27 of file libgitk_widget.c. References gitk_log. Referenced by libgitk_widget_tcase(). | 
| 
 | 
| Initial value: \ "<?xml version=\"1.0\" ?>"\ "<!DOCTYPE giml SYSTEM \"http://gitk.sourceforge.net/giml.dtd\">"\ "<giml xmlns=\""GITK_NS_URL"\""\ " xmlns:dc=\"http://purl.org/dc/elements/1.1/\""\ " xmlns:i18n=\""I18N_NS_URL"\""\ " >"\ " <dialog>"\ " <meta>"\ " <dc:title><i18n:text>dialog 1</i18n:text></dc:title>"\ " </meta>"\ " <widgetgroup>"\ " <widget id=\"Name\" type=\"characterinput_alphabetic\">"\ " <label><i18n:text>name</i18n:text></label>"\ " <disabled>true</disabled>"\ " </widget>"\ " </widgetgroup>"\ " </dialog>"\ "</giml>" 
 Definition at line 34 of file libgitk_widget.c. Referenced by test_gitk_widget_set_get_value(). | 
 1.3.6
 
1.3.6