#include "gitkincludes.h"
Include dependency graph for gitkwrapper.c:
Go to the source code of this file.
Functions | |
void | gitk_dialog_hide (GitkDialogPtr const dialog) |
hide a dialog. Callbacks remain connected, so that calling gitk_dialog_show() reactivates the callbacks. | |
gboolean | gitk_dialog_show (GitkDialogPtr const dialog, gboolean const modal) |
show a dialog. When a dialog is show with model=TRUE, then it blocks all previous dialogs, unitl it is finished. The stack of dialog is maintained by the gitk context manager. | |
void | gitk_event_loop_end (void) |
activates the event_loop of current selected renderer | |
void | gitk_event_loop_exchange (void) |
void | gitk_event_loop_start (void) |
activates the event_loop of current selected renderer |
Definition in file gitkwrapper.c.
|
switch the active renderer. This hides all dialogs, switches the renderer and re-shows all previously opened dialogs. Definition at line 141 of file gitkwrapper.c. References gitk_dialog_invalidate(), gitk_dialog_list, gitk_init_xsl_domain(), gitk_init_xsl_style(), gitk_log, gitk_log1, gitk_renderer, gitk_renderer_activate(), gitk_renderer_done(), gitk_renderer_name, GitkDialogPtr, GitkRenderer::gitkr_dialog_hide, and GitkRenderer::gitkr_dialog_show. Referenced by gitk_event_loop_start(). |
Here is the call graph for this function: