~ubuntu-branches/ubuntu/lucid/graphviz/lucid-security

« back to all changes in this revision

Viewing changes to lefty/ws/none/glabel.c

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M Moraco
  • Date: 2002-02-05 18:52:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020205185212-8i04c70te00rc40y
Tags: upstream-1.7.16
ImportĀ upstreamĀ versionĀ 1.7.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#pragma prototyped
 
2
/* Lefteris Koutsofios - AT&T Bell Laboratories */
 
3
 
 
4
#include "common.h"
 
5
#include "g.h"
 
6
#include "gcommon.h"
 
7
 
 
8
int GLcreatewidget (Gwidget_t *parent, Gwidget_t *widget,
 
9
        int attrn, Gwattr_t *attrp) {
 
10
    return -1;
 
11
}
 
12
 
 
13
int GLsetwidgetattr (Gwidget_t *widget, int attrn, Gwattr_t *attrp) {
 
14
    return 0;
 
15
}
 
16
 
 
17
int GLgetwidgetattr (Gwidget_t *widget, int attrn, Gwattr_t *attrp) {
 
18
    return 0;
 
19
}
 
20
 
 
21
int GLdestroywidget (Gwidget_t *widget) {
 
22
    return 0;
 
23
}