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

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
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));
}


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.