Plan 9 from Bell Labs’s /n/sources/contrib/nemo/sys/src/cmd/omero/panels.c

Copyright © 2009 Alcatel-Lucent.
Distributed under the Lucent Public License version 1.02.
Download the Plan 9 distribution.


/* Automatically generated. Do not edit.
 */
#include <u.h>
#include <libc.h>
#include <thread.h>
#include <fcall.h>
#include <draw.h>
#include <mouse.h>
#include <ctype.h>
#include <keyboard.h>
#include <frame.h>
#include <9p.h>
#include <bio.h>
#include "gui.h"
#include "cook.h"

extern Pops nilops;
extern Pops rowops;
extern Pops colops;
extern Pops drawops;
extern Pops gaugeops;
extern Pops sliderops;
extern Pops imageops;
extern Pops pageops;
extern Pops textops;
extern Pops tagops;
extern Pops labelops;
extern Pops buttonops;
Pops* panels[] = {
	&nilops,
	&rowops,
	&colops,
	&drawops,
	&gaugeops,
	&sliderops,
	&imageops,
	&pageops,
	&textops,
	&tagops,
	&labelops,
	&buttonops,
	nil,
};

void
panelok(Panel* p)
{
	assert(p && p != (Panel*)0xfefefefe);
	assert(p->type >= 0 && p->type < nelem(panels));
}


(This is a user-contributed directory and
should not be interpreted as statement by Alcatel-Lucent.)

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2009 Alcatel-Lucent. All Rights Reserved.
Comments to webmaster@plan9.bell-labs.com.