gitkrhideshow.c

Go to the documentation of this file.
00001 
00012 #define GITK_RENDERER_C
00013 #define GITKR_HIDESHOW_C
00014 
00015 #include "gitkrincludes.h"
00016 
00019 void gitkr_dialog_show(GitkDialogPtr dialog) {
00020   gitk_log_intro();
00021   //gitkr_render();
00022   gitk_log_outro();
00023 }
00024 
00027 void gitkr_dialog_hide(GitkDialogPtr dialog) {
00028   gitk_log_intro();
00029   //gitkr_dialog_free_layout(dialog);
00030   gitk_log_outro();  
00031 }

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