gitkrhideshow.c

Go to the documentation of this file.
00001 
00013 #define GITK_RENDERER_C
00014 #define GITKR_HIDESHOW_C
00015 
00016 #include "gitkrincludes.h"
00017 
00023 void gitkr_dialog_show(GitkDialogPtr dialog) {
00024   gitk_log_intro();
00025   gitkr_render();
00026   gitk_log_outro();
00027 }
00028 
00034 void gitkr_dialog_hide(GitkDialogPtr dialog) {
00035   gitk_log_intro();
00037   gitkr_dialog_free_layout(dialog);
00038   //gitkr_render();
00039   gitk_log_outro();
00040 }

Generated on Thu Oct 28 10:59:11 2004 for gitk by doxygen 1.3.6