libgitk gtk+ renderer
[gitk rendering modules]


Files

file  gitk-renderer-gtk/xsl/domain.xsl
 transfomrms dialog into gtk domain

file  gitk-renderer-gtk/gitkrdone.c
 gitk renderer done routine

file  gitk-renderer-gtk/gitkrdone.h
 gitk renderer done routine

file  gitk-renderer-gtk/gitkreventloop.c
 gitk renderer event loop

file  gitk-renderer-gtk/gitkreventloop.h
 gitk renderer event loop

file  gitk-renderer-gtk/gitkrglobal.c
 gitk renderer global vars

file  gitk-renderer-gtk/gitkrglobal.h
 gitk renderer global vars

file  gitk-renderer-gtk/gitkrhideshow.c
 gitk renderer hide and show routines

file  gitk-renderer-gtk/gitkrhideshow.h
 gitk renderer hide and show routines

file  gitk-renderer-gtk/gitkrincludes.h
 gitk renderer local includes

file  gitk-renderer-gtk/gitkrinfo.c
 gitk renderer info routine

file  gitk-renderer-gtk/gitkrinfo.h
 gitk renderer info routine

file  gitk-renderer-gtk/gitkrinit.c
 gitk renderer init routine

file  gitk-renderer-gtk/gitkrinit.h
 gitk renderer init routine

file  gitk-renderer-gtk/gitkrlayout.c
 gitk renderer layout routines

file  gitk-renderer-gtk/gitkrlayout.h
 gitk renderer layout routines

file  gitk-renderer-gtk/gitkrrenderer.c
 gitk renderer rendering routines

file  gitk-renderer-gtk/gitkrrenderer.h
 gitk renderer rendering routines

file  gitkrthemes.c
 gitk renderer theme routine

file  gitkrthemes.h
 gitk renderer theme routines

file  gitk-renderer-gtk/widgets/gitkrw.c
 gitk gtk+ renderer widget

file  gitk-renderer-gtk/widgets/gitkrw.h
 gitk gtk+ renderer widget

file  gitk-renderer-gtk/widgets/gitkrwaction.c
 gitk gtk+ renderer widget : action

file  gitk-renderer-gtk/widgets/gitkrwaction.h
 gitk gtk+ renderer widget : action

file  gitk-renderer-gtk/widgets/gitkrwcharacterinput.c
 gitk gtk+ renderer widget : character input

file  gitk-renderer-gtk/widgets/gitkrwcharacterinput.h
 gitk gtk+ renderer widget : character input

file  gitk-renderer-gtk/widgets/gitkrwlabel.c
 gitk gtk+ renderer widget : label

file  gitk-renderer-gtk/widgets/gitkrwlabel.h
 gitk gtk+ renderer widget : label

file  gitk-renderer-gtk/widgets/gitkrwoptionchoice.c
 gitk gtk+ renderer widget : optionchoice

file  gitk-renderer-gtk/widgets/gitkrwoptionchoice.h
 gitk gtk+ renderer widget : optionchoice

file  gitk-renderer-gtk/widgets/gitkrwoptionchoiceboolean.c
 gitk gtk+ renderer widget : optionchoice/boolean

file  gitk-renderer-gtk/widgets/gitkrwoptionchoiceboolean.h
 gitk gtk+ renderer widget : optionchoice/boolean

file  metal.xsl
 switches to java-metal like look


Functions

void gitkr_dialog_hide (GitkDialogPtr dialog)
 hide a dialog

void gitkr_dialog_show (GitkDialogPtr dialog)
 show a dialog

void gitkr_done (void)
 frees memory and data used by the the renderer

void gitkr_event_loop_end (void)
 terminates the event-loop

void gitkr_event_loop_restart (void)
 terminates the event-loop so that it will be restarted after relayouting the dialogs

void gitkr_event_loop_start (void)
 gtk+ event-loop

gchar * gitkr_info (GitkrInfo key)
 return information about the renderer

gboolean gitkr_init (guint *argc, gchar ***argv)
 initialises the renderer


Detailed Description

A gtk+ rendering module for gitk.

Function Documentation

void gitkr_dialog_hide GitkDialogPtr  dialog  ) 
 

hide a dialog

Parameters:
dialog the dialog to hide
See also:
gitkr_dialog_show

Definition at line 42 of file gitk-renderer-gtk/gitkrhideshow.c.

References gitk_log_intro, gitk_log_outro, GitkDialogPtr, and gitkr_dialog_free_layout().

Here is the call graph for this function:

void gitkr_dialog_show GitkDialogPtr  dialog  ) 
 

show a dialog

Parameters:
dialog the dialog to show
See also:
gitkr_dialog_hide

gitk already sets the focus to the first widget

Definition at line 22 of file gitk-renderer-gtk/gitkrhideshow.c.

References gitk_log_intro, gitk_log_outro, GitkDialogPtr, and gitkr_render().

Here is the call graph for this function:

void gitkr_done void   ) 
 

frees memory and data used by the the renderer

See also:
gitkr_init

Todo:
how to finalize gtk here ?

Definition at line 21 of file gitk-renderer-gtk/gitkrdone.c.

void gitkr_event_loop_end void   ) 
 

terminates the event-loop

See also:
gitkr_event_loop_start

Definition at line 55 of file gitk-renderer-gtk/gitkreventloop.c.

References gitk_log1, gitk_log_intro, and gitk_log_outro.

Referenced by gitkr_event_loop_restart().

void gitkr_event_loop_restart void   ) 
 

terminates the event-loop so that it will be restarted after relayouting the dialogs

See also:
gitkr_event_loop_start, gitkr_event_loop_end

Definition at line 70 of file gitk-renderer-gtk/gitkreventloop.c.

References gitk_log_intro, gitkr_event_loop_end(), and restart_event_loop.

Here is the call graph for this function:

void gitkr_event_loop_start void   ) 
 

gtk+ event-loop

See also:
gitkr_event_loop_end

Definition at line 32 of file gitk-renderer-gtk/gitkreventloop.c.

References gitk_log, gitk_log_intro, gitk_log_outro, gitk_relayout(), and restart_event_loop.

Here is the call graph for this function:

gchar* gitkr_info GitkrInfo  key  ) 
 

return information about the renderer

Parameters:
key what information to return
Returns:
the requested information

Definition at line 22 of file gitk-renderer-gtk/gitkrinfo.c.

References GITKR_INFO_INTERFACE_LOCATION, GITKR_INFO_INTERFACE_LOCATION_LOCAL, GITKR_INFO_LOCALEDIR, GITKR_INFO_MEDIA_DOMAIN, GITKR_INFO_PACKAGE, and GitkrInfo.

gboolean gitkr_init guint *  argc,
gchar ***  argv
 

initialises the renderer

Parameters:
argc pointer to callers argc variable
argv pointer to callers argv variable
See also:
gitkr_done

Definition at line 29 of file gitk-renderer-gtk/gitkrinit.c.

References gitk_log, gitk_log_handler(), and gitkr_init_process_commandline().

Here is the call graph for this function:


Generated on Thu Oct 28 11:04:56 2004 for gitk by doxygen 1.3.6