~ubuntu-branches/ubuntu/lucid/graphviz/lucid-updates

« back to all changes in this revision

Viewing changes to cmd/smyrna/topviewdata.h

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2008-06-19 20:23:23 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080619202323-ls23h96ntj9ny94m
Tags: 2.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Build depend on liblualib50-dev instead of liblua5.1-0-dev.
  - Drop libttf-dev (libttf-dev is in universe) (LP: #174749).
  - Replace gs-common with ghostscript.
  - Build-depend on python-dev instead of python2.4-dev or python2.5-dev.
  - Mention the correct python version for the python bindings in the
    package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef TOPVIEWDATA_H
 
2
#define TOPVIEWDATA_H
 
3
 
 
4
#include <gtk/gtk.h>
 
5
#include "cgraph.h"
 
6
#include "smyrnadefs.h"
 
7
#include "tvnodes.h"
 
8
 
 
9
 
 
10
 
 
11
 
 
12
 
 
13
int prepare_nodes_for_groups(topview* t,topviewdata* td,int groupindex);
 
14
int load_host_buttons(topview* t,Agraph_t *g,glCompSet* s);
 
15
int validate_group_node(tv_node* TV_Node,char* regex_string);
 
16
int click_group_button(int groupindex);
 
17
void glhost_button_clicked_Slot(void* p);
 
18
_BB void host_button_clicked_Slot(GtkWidget *widget,gpointer     user_data);
 
19
 
 
20
 
 
21
#endif