}
-
-
-GtkComboBox *get_SelectGraph(void)
-{
- GtkComboBox *cb;
- if (!cbSelectGraph) {
-
- cb = (GtkComboBox *) gtk_combo_box_new_text();
- gtk_widget_show((GtkWidget *) cb);
- gtk_box_pack_start(GTK_BOX(gladewidget), (GtkWidget *) cb, FALSE,
- FALSE, 0);
-
-
- gtk_layout_put((GtkLayout *) gladewidget, (GtkWidget *) cb, 780,
- 3);
- //signal
-
-
- return cb;
- } else
- return cbSelectGraph;
-}
-
void Color_Widget(char *colorstring, GtkWidget * widget)
{
GtkRcStyle *rc_style;
void object_properties_cluster_init(void); //customize window for Cluster
void object_properties_graph_init(void); //customize window for Graph , this shows the graph default values
void graph_properties_init(int newgraph); //initialize little open graph dialog
- GtkComboBox *get_SelectGraph(void); //freaking GLADE!!!!!
int update_graph_properties(Agraph_t * graph); //updates graph from gui
void load_graph_properties(Agraph_t * graph); //load from graph to gui