[Pgui-devel] ehm, that test.c ...

2003-02-17 Thread Tomas
#include pghandle left, right, main_w; pghandle ctx; int add(struct pgEvent *evt){ int i,q; pghandle line; ctx = pgEnterContext(); for (q=0;q<3;q++) { line = pgNewWidget(PG_WIDGET_LABEL, PG_DERIVE_INSIDE, left); pgSetWidget(PGDEFAULT, PG_WP_SIDE, PG_S_TOP, 0); for (i=0;i<5;i++) {

[Pgui-devel] pgserver behaviour

2003-02-17 Thread Tomas
hi what is the difference between pgEventLoop() and while (1) pgEventPoll() ? on the first case, when i add some widgets, widgets are shown one by one (i don't call pgUpdate) and other widgets are resized on the second case, widgets are not shown until i click any button (even, if that button

[Pgui-devel] pgSetContext

2003-01-24 Thread Tomas
hi pgSetContext is missing in cli_c (along with some other things, but i needed just setcontext :) so here are diffs to api.c and clien_c.h ... 58a59,65 > void pgSetContext(int id) { > struct pgreqd_setcontext arg; > arg.context = htonl(id); > > _pg_add_request(PGREQ_SETCONTE

[Pgui-devel] h3600ts input driver

2002-11-08 Thread Tomas
hi. (apology my english, I'm not active speaker/writer) some of the code, removed in last update of h3600ts driver was workaround for kernel bug (possibly, don't know the correct behaviour of kernel h3600ts driver). so since that, ts in picogui works fine when the pointer is pressed, but at unpre