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 
00020 void gitkr_dialog_show(GitkDialogPtr dialog) {
00021   gitk_log_intro();
00022   gitkr_render();
00023   gitk_log_outro();
00024 }
00025 
00028 void gitkr_dialog_hide(GitkDialogPtr dialog) {
00029   gitk_log_intro();
00031   gitkr_dialog_free_layout(dialog);
00032   //gitkr_render();
00033   gitk_log_outro();
00034 }

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