gitkrlayout.h

Go to the documentation of this file.
00001 
00012 #ifndef GITKR_LAYOUT_H
00013 #define GITKR_LAYOUT_H
00014 
00015 #ifdef GITKR_LAYOUT_C
00016 void gitkr_dialog_generate_layout(GitkDialogPtr dialog);
00017 gint gitkr_dialog_generate_layout_walker(GitkDialogPtr dialog,GtkContainer *container,xmlNodePtr cur,gboolean box_vert,gint widget_index);
00018 void gitkr_dialog_output_layout(GitkDialogPtr dialog);
00019 void gitkr_dialog_free_layout(GitkDialogPtr dialog);
00020 #else
00021 #ifdef GITK_RENDERER_C
00022 extern void gitkr_dialog_generate_layout(GitkDialogPtr dialog);
00023 extern void gitkr_dialog_output_layout(GitkDialogPtr dialog);
00024 #endif
00025 #endif
00026 
00027 #endif /* GITKR_LAYOUT_H */

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