A
download gitkrtools.h
Language: C
LOC: 16
Project Info
GITK - Generalized Interface Toolkit(gitk)
Server: SourceForge
Type: cvs
...k\gitk\gitk‑renderer‑phone\
   autogen.sh
   config.h.in
   configure.in
   gitkr-phoneConf.sh.in
   gitkrdefines.h
   gitkrdone.c
   gitkrdone.h
   gitkreventloop.c
   gitkreventloop.h
   gitkrglobal.c
   gitkrglobal.h
   gitkrhideshow.c
   gitkrhideshow.h
   gitkrincludes.h
   gitkrinfo.c
   gitkrinfo.h
   gitkrinit.c
   gitkrinit.h
   gitkrlayout.c
   gitkrlayout.h
   gitkrrenderer.c
   gitkrrenderer.h
   gitkrtools.c
   gitkrtools.h
   Makefile.am

/** $Id: gitkrtools.h,v 1.2 2004/05/13 20:36:02 sast Exp $
 *
 * @file   gitk-renderer-phone/gitkrtools.h
 * @author Steffen ast <sast@users.sf.net>
 * @date   Thu Mar 30 16:09:59 2004
 * 
 * @brief  gitk renderer tool routines
 * @ingroup gitkrendererphone
 * 
 */

#ifndef GITKR_TOOLS_H
#define GITKR_TOOLS_H

#ifdef GITKR_TOOLS_C
gchar *gitkr_cxpath_get_string(GitkDialogPtr dialog, xmlXPathCompExprPtr xpath_expr, xmlNodePtr root_node);

void gitkr_widget_set_value(GitkDialogPtr const dialog,gchar * const widget_id,const gchar *name,const gchar *data);
gchar *gitkr_widget_get_value(GitkDialogPtr const dialog,gchar * const widget_id,const gchar *name);

//guint color_name_to_code(gchar *name,guint def);
//gboolean color_name_to_attr(gchar *name,gboolean def);
#else
#ifdef GITK_RENDERER_C
extern gchar *gitkr_cxpath_get_string(GitkDialogPtr dialog, xmlXPathCompExprPtr xpath_expr, xmlNodePtr root_node);

extern void gitkr_widget_set_value(GitkDialogPtr const dialog,gchar * const widget_id,const gchar *name,const gchar *data);
extern gchar *gitkr_widget_get_value(GitkDialogPtr const dialog,gchar * const widget_id,const gchar *name);

extern guint color_name_to_code(gchar *name,guint def);
extern gboolean color_name_to_attr(gchar *name,gboolean def);
#endif
#endif

#endif /* GITKR_TOOLS_H */

About Koders | Resources | Downloads | Support | Black Duck | Terms of Service | DMCA | Privacy Policy | Contact Us