Graphviz  2.41.20171026.1811
Macros | Functions
support.h File Reference
#include "config.h"
#include <gtk/gtk.h>
Include dependency graph for support.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define textdomain(String)   (String)
 
#define gettext(String)   (String)
 
#define dgettext(Domain, Message)   (Message)
 
#define dcgettext(Domain, Message, Type)   (Message)
 
#define bindtextdomain(Domain, Directory)   (Domain)
 
#define _(String)   (String)
 
#define Q_(String)   g_strip_context ((String), (String))
 
#define N_(String)   (String)
 

Functions

GtkWidget * lookup_widget (GtkWidget *widget, const gchar *widget_name)
 
void add_pixmap_directory (const gchar *directory)
 
GtkWidget * create_pixmap (GtkWidget *widget, const gchar *filename)
 
GdkPixbuf * create_pixbuf (const gchar *filename)
 
void glade_set_atk_action_description (AtkAction *action, const gchar *action_name, const gchar *description)
 

Macro Definition Documentation

#define _ (   String)    (String)

Definition at line 28 of file support.h.

Referenced by create_pixbuf(), create_pixmap(), and create_window1().

#define bindtextdomain (   Domain,
  Directory 
)    (Domain)

Definition at line 27 of file support.h.

#define dcgettext (   Domain,
  Message,
  Type 
)    (Message)

Definition at line 26 of file support.h.

#define dgettext (   Domain,
  Message 
)    (Message)

Definition at line 25 of file support.h.

#define gettext (   String)    (String)

Definition at line 24 of file support.h.

#define N_ (   String)    (String)

Definition at line 30 of file support.h.

#define Q_ (   String)    g_strip_context ((String), (String))

Definition at line 29 of file support.h.

#define textdomain (   String)    (String)

Definition at line 23 of file support.h.

Function Documentation

void add_pixmap_directory ( const gchar *  directory)

Definition at line 49 of file support.c.

GdkPixbuf* create_pixbuf ( const gchar *  filename)

Definition at line 101 of file support.c.

References _, and NULL.

GtkWidget* create_pixmap ( GtkWidget *  widget,
const gchar *  filename 
)

Definition at line 77 of file support.c.

References _, and NULL.

void glade_set_atk_action_description ( AtkAction *  action,
const gchar *  action_name,
const gchar *  description 
)

Definition at line 131 of file support.c.

GtkWidget* lookup_widget ( GtkWidget *  widget,
const gchar *  widget_name 
)

Definition at line 20 of file support.c.

References NULL, and parent.