Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches
gui.h File Reference
#include "smyrnadefs.h"
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtkgl.h>
#include <glade/glade.h>
#include "callbacks.h"
#include <cgraph/cgraph.h>
Include dependency graph for gui.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void load_graph_properties (void)
 
void Color_Widget_bg (char *colorstring, GtkWidget *widget)
 
void show_gui_warning (char *str)
 
int openfiledlg (char **filename)
 
int savefiledlg (char **filename)
 
void append_textview (GtkTextView *textv, const char *s, size_t bytes)
 

Variables

GladeXML * xml
 
GtkWidget * gladewidget
 

Function Documentation

◆ append_textview()

void append_textview ( GtkTextView *  textv,
const char *  s,
size_t  bytes 
)

Definition at line 105 of file gui.c.

Referenced by outfn().

Here is the caller graph for this function:

◆ Color_Widget_bg()

void Color_Widget_bg ( char *  colorstring,
GtkWidget *  widget 
)

Definition at line 25 of file gui.c.

References color().

Referenced by attr_list_new(), filter_attributes(), and set_header_text().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ load_graph_properties()

void load_graph_properties ( void  )

Definition at line 33 of file gui.c.

References topview::Graphdata, _graph_data::GraphFileName, _ViewInfo::Topview, view, and xml.

Referenced by mGraphPropertiesSlot().

Here is the caller graph for this function:

◆ openfiledlg()

int openfiledlg ( char **  filename)

generic open file dialog

Parameters
[out]filenameSelected filename on success. Caller should g_free this.
Returns
Non-zero on success.

Definition at line 57 of file gui.c.

References NULL.

Referenced by on_gvprbuttonload_clicked().

Here is the caller graph for this function:

◆ savefiledlg()

int savefiledlg ( char **  filename)

generic save file dialog

Parameters
[out]filenameSelected filename on success. Caller should g_free this.
Returns
Non-zero on success.

Definition at line 81 of file gui.c.

References NULL.

Referenced by on_gvprbuttonsave_clicked().

Here is the caller graph for this function:

◆ show_gui_warning()

void show_gui_warning ( char *  str)

Definition at line 40 of file gui.c.

References Dlg, NULL, and str.

Referenced by on_gvprbuttonload_clicked().

Here is the caller graph for this function:

Variable Documentation

◆ gladewidget

GtkWidget* gladewidget
extern

Definition at line 23 of file gui.c.

Referenced by windowedMode().

◆ xml