Graphviz  2.41.20171026.1811
Functions
support.c File Reference
#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <stdio.h>
#include <gtk/gtk.h>
#include "support.h"
Include dependency graph for support.c:

Go to the source code of this file.

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)
 

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.