#include "gitkincludes.h"
Include dependency graph for gitktrans.c:
Go to the source code of this file.
Functions | |
gboolean | gitk_dialog_trans (GitkDialogPtr const dialog) |
applies all transformations to GitkDialogPtr->src and puts result into GitkDialogPtr->dst. This transformation chain needs to be applied when structural changes have happend. | |
gboolean | gitk_dialog_trans_initial (GitkDialogPtr const dialog) |
applies all transformations initially to GitkDialogPtr->src. This transformation chain must be completed by executing the gitk_dialog_trans() chain. This initial transformation is only executed to save some time at retransformation steps (e.g. not retranslating static texts). |
Definition in file gitktrans.c.