Graphviz 13.0.0~dev.20241222.1117
|
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include "gui.h"
#include <glade/glade.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdk.h>
#include "viewport.h"
#include <util/alloc.h>
#include <util/strview.h>
Go to the source code of this file.
Functions | |
void | Color_Widget_bg (char *colorstring, GtkWidget *widget) |
void | load_graph_properties (void) |
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 |
void append_textview | ( | GtkTextView * | textv, |
const char * | s, | ||
size_t | bytes | ||
) |
void Color_Widget_bg | ( | char * | colorstring, |
GtkWidget * | widget | ||
) |
Definition at line 24 of file gui.c.
References color().
Referenced by attr_list_new(), filter_attributes(), and set_header_text().
void load_graph_properties | ( | void | ) |
Definition at line 32 of file gui.c.
References topview::Graphdata, _graph_data::GraphFileName, _ViewInfo::Topview, view, and xml.
Referenced by mGraphPropertiesSlot().
int openfiledlg | ( | char ** | filename | ) |
generic open file dialog
[out] | filename | Selected filename on success. Caller should g_free this. |
Definition at line 56 of file gui.c.
References NULL.
Referenced by on_gvprbuttonload_clicked().
int savefiledlg | ( | char ** | filename | ) |
generic save file dialog
[out] | filename | Selected filename on success. Caller should g_free this. |
Definition at line 80 of file gui.c.
References NULL.
Referenced by on_gvprbuttonsave_clicked().
void show_gui_warning | ( | char * | str | ) |
Definition at line 39 of file gui.c.
Referenced by on_gvprbuttonload_clicked().
GladeXML* xml |
Definition at line 22 of file gui.c.
Referenced by attr_list_new(), btnTVOK_clicked_cb(), create_window(), doApply(), filter_attributes(), get_checkbox_widget_to_attribute(), get_color_button_widget_to_attribute(), get_combobox_widget_to_attribute(), get_object_type(), get_scalebtn_widget_to_attribute(), get_spinbtn_widget_to_attribute(), get_text_widget_to_attribute(), load_graph_properties(), mGraphPropertiesSlot(), mNodeListSlot(), mPropertiesSlot(), mShowConsoleSlot(), mShowToolBoxSlot(), mTestgvpr(), on_attrAddBtn_clicked(), on_attrRB0_clicked(), on_attrSearchBtn_clicked(), on_clearconsolebtn_clicked(), on_consoledecbtn_clicked(), on_consoleincbtn_clicked(), on_dlgSettings_close(), on_gvprbuttonload_clicked(), on_gvprbuttonsave_clicked(), on_hideconsolebtn_clicked(), on_settingsCancelBtn_clicked(), on_settingsOKBtn_clicked(), on_TVNodes_close(), outfn(), set_checkbox_widget(), set_color_button_widget(), set_combobox_widget(), set_header_text(), set_scalebtn_widget_to_attribute(), set_spinbtn_widget(), set_text_widget(), show_settings_form(), showAttrsWidget(), update_tree(), and windowedMode().