return 1;
}
-int load_host_buttons(topview * t, Agraph_t * g, glCompSet * s)
+/*int load_host_buttons(topview * t, Agraph_t * g, glCompSet * s)
{
GtkLayout *layout;
int btncount = 0;
prepare_nodes_for_groups(t, t->TopviewData, i);
}
return 1;
-}
+}*/
void glhost_button_clicked_Slot(void *p)
{
//negative active
glexpose();
}
-void host_button_clicked_Slot(GtkWidget * widget, gpointer user_data)
+/*void host_button_clicked_Slot(GtkWidget * widget, gpointer user_data)
{
//negative active
if (view->Topview->TopviewData->hostactive[(int) user_data] == 0)
else
view->Topview->TopviewData->hostactive[(int) user_data] = 0;
glexpose();
-}
+}*/