9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] libtk
@ 2005-01-14 18:05 Sergey Reva
  2005-01-14 18:46 ` rog
       [not found] ` <d6902875a7748e53e6322bb29e614022@vitanuova.com>
  0 siblings, 2 replies; 10+ messages in thread
From: Sergey Reva @ 2005-01-14 18:05 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello Fans

Does we have libtk for Plan 9?

I was install Inferno, and see it's look good (about libtk, and
Inferno too).

But I don't see any information about libtk in Inferno or Plan 9
manuals, only for Limbo implementation of Tk. Where can I get information
about this library.
-- 
http://rs-rlab.narod.ru                          mailto:rs_rlab@mail.ru



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] libtk
  2005-01-14 18:05 [9fans] libtk Sergey Reva
@ 2005-01-14 18:46 ` rog
       [not found] ` <d6902875a7748e53e6322bb29e614022@vitanuova.com>
  1 sibling, 0 replies; 10+ messages in thread
From: rog @ 2005-01-14 18:46 UTC (permalink / raw)
  To: rs_rlab, 9fans

> But I don't see any information about libtk in Inferno or Plan 9
> manuals, only for Limbo implementation of Tk. Where can I get information
> about this library.

libtk is documented in section 9 of the inferno manual.

there is no Limbo-implemented Tk in inferno, although libtk is
designed for use by Limbo.

  cheers,
    rog.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] libtk
       [not found] ` <d6902875a7748e53e6322bb29e614022@vitanuova.com>
@ 2005-01-15  7:44   ` Sergey Reva
  2005-01-15 11:23     ` Charles Forsyth
                       ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Sergey Reva @ 2005-01-15  7:44 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs, rog

Hello

Friday, January 14, 2005, 8:46:33 PM, rog wrote:
rvc> libtk is documented in section 9 of the inferno manual.
Oops, I missed it...

rvc> there is no Limbo-implemented Tk in inferno, although libtk is
rvc> designed for use by Limbo.
What module headered by tk.m? In this header i see:
/module/tk.m> PATH: con "$Tk"
But in my installation $Tk is empty! (Inferno hosted by Windows XP)
What value of $Tk?

Why libpanel (come with mothra) not include to Plan 9 distribution?
We don't have any equivalent library in Plan 9, why not recompile
libtk to Plan 9?

Or other equivalent library...
Or create something in Plan 9 style, like server...
-- 
http://rs-rlab.narod.ru                            mailto:rs_rlab@mail.ru



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] libtk
  2005-01-15  7:44   ` Sergey Reva
@ 2005-01-15 11:23     ` Charles Forsyth
       [not found]     ` <df826660ed701321cb45e96e5ff9273e@terzarima.net>
  2005-01-15 17:03     ` Richard Miller
  2 siblings, 0 replies; 10+ messages in thread
From: Charles Forsyth @ 2005-01-15 11:23 UTC (permalink / raw)
  To: rs_rlab, 9fans

[-- Attachment #1: Type: text/plain, Size: 46 bytes --]

$x means x is built-in; the source is in libtk

[-- Attachment #2: Type: message/rfc822, Size: 3215 bytes --]

From: Sergey Reva <rs_rlab@mail.ru>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>, rog@vitanuova.com
Cc: 
Subject: Re: [9fans] libtk
Date: Sat, 15 Jan 2005 09:44:46 +0200
Message-ID: <614238671.20050115094446@mail.ru>

Hello

Friday, January 14, 2005, 8:46:33 PM, rog wrote:
rvc> libtk is documented in section 9 of the inferno manual.
Oops, I missed it...

rvc> there is no Limbo-implemented Tk in inferno, although libtk is
rvc> designed for use by Limbo.
What module headered by tk.m? In this header i see:
/module/tk.m> PATH: con "$Tk"
But in my installation $Tk is empty! (Inferno hosted by Windows XP)
What value of $Tk?

Why libpanel (come with mothra) not include to Plan 9 distribution?
We don't have any equivalent library in Plan 9, why not recompile
libtk to Plan 9?

Or other equivalent library...
Or create something in Plan 9 style, like server...
-- 
http://rs-rlab.narod.ru                            mailto:rs_rlab@mail.ru

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] libtk
       [not found]     ` <df826660ed701321cb45e96e5ff9273e@terzarima.net>
@ 2005-01-15 15:26       ` Sergey Reva
  2005-01-15 15:45         ` Latchesar Ionkov
  0 siblings, 1 reply; 10+ messages in thread
From: Sergey Reva @ 2005-01-15 15:26 UTC (permalink / raw)
  To: Charles Forsyth, Fans of the OS Plan 9 from Bell Labs

Hello Charles,

Saturday, January 15, 2005, 1:23:50 PM, you wrote:
CF> $x means x is built-in; the source is in libtk
So where is binary?
I mean when I write
limbo> include "tk.h"
which module load to memory.

-- 
http://rs-rlab.narod.ru                            mailto:rs_rlab@mail.ru



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] libtk
  2005-01-15 15:26       ` Sergey Reva
@ 2005-01-15 15:45         ` Latchesar Ionkov
  0 siblings, 0 replies; 10+ messages in thread
From: Latchesar Ionkov @ 2005-01-15 15:45 UTC (permalink / raw)
  To: Sergey Reva, Fans of the OS Plan 9 from Bell Labs; +Cc: Charles Forsyth

The module is built in emu/kernel. The tk implementation is in libtk, the
$Tk module implementation is in libinterp/tk.c. 

        Lucho

On Sat, Jan 15, 2005 at 05:26:25PM +0200, Sergey Reva said:
> Hello Charles,
> 
> Saturday, January 15, 2005, 1:23:50 PM, you wrote:
> CF> $x means x is built-in; the source is in libtk
> So where is binary?
> I mean when I write
> limbo> include "tk.h"
> which module load to memory.
> 
> -- 
> http://rs-rlab.narod.ru                            mailto:rs_rlab@mail.ru


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] libtk
  2005-01-15  7:44   ` Sergey Reva
  2005-01-15 11:23     ` Charles Forsyth
       [not found]     ` <df826660ed701321cb45e96e5ff9273e@terzarima.net>
@ 2005-01-15 17:03     ` Richard Miller
  2005-01-15 17:20       ` Sergey Reva
  2 siblings, 1 reply; 10+ messages in thread
From: Richard Miller @ 2005-01-15 17:03 UTC (permalink / raw)
  To: 9fans

> Why libpanel (come with mothra) not include to Plan 9 distribution?
> We don't have any equivalent library in Plan 9,

control(2) is a replacement for many of the capabilities of libpanel.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] libtk
  2005-01-15 17:03     ` Richard Miller
@ 2005-01-15 17:20       ` Sergey Reva
  2005-01-15 17:24         ` Gorka Guardiola Múzquiz
  0 siblings, 1 reply; 10+ messages in thread
From: Sergey Reva @ 2005-01-15 17:20 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello Richard

Saturday, January 15, 2005, 7:03:00 PM, you wrote:
RM> control(2) is a replacement for many of the capabilities of libpanel.
Any example (real program) using this library... I can't see it
Does someone maintain this library?

-- 
http://rs-rlab.narod.ru                            mailto:rs_rlab@mail.ru



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] libtk
  2005-01-15 17:20       ` Sergey Reva
@ 2005-01-15 17:24         ` Gorka Guardiola Múzquiz
  2005-01-15 17:50           ` andrey mirtchovski
  0 siblings, 1 reply; 10+ messages in thread
From: Gorka Guardiola Múzquiz @ 2005-01-15 17:24 UTC (permalink / raw)
  To: Sergey Reva, Fans of the OS Plan 9 from Bell Labs

I think auth/fgui uses it.
----- Original Message ----- 
From: "Sergey Reva" <rs_rlab@mail.ru>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Sent: Saturday, January 15, 2005 6:20 PM
Subject: Re: [9fans] libtk


> Hello Richard
> 
> Saturday, January 15, 2005, 7:03:00 PM, you wrote:
> RM> control(2) is a replacement for many of the capabilities of libpanel.
> Any example (real program) using this library... I can't see it
> Does someone maintain this library?
> 
> -- 
> http://rs-rlab.narod.ru                            mailto:rs_rlab@mail.ru
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] libtk
  2005-01-15 17:24         ` Gorka Guardiola Múzquiz
@ 2005-01-15 17:50           ` andrey mirtchovski
  0 siblings, 0 replies; 10+ messages in thread
From: andrey mirtchovski @ 2005-01-15 17:50 UTC (permalink / raw)
  To: 9fans

> I think auth/fgui uses it.

so does the new jukebox software...  there is a minesweeper game using
the old libcontrol (3rd ed) and so on.

andrey



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-01-15 17:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-14 18:05 [9fans] libtk Sergey Reva
2005-01-14 18:46 ` rog
     [not found] ` <d6902875a7748e53e6322bb29e614022@vitanuova.com>
2005-01-15  7:44   ` Sergey Reva
2005-01-15 11:23     ` Charles Forsyth
     [not found]     ` <df826660ed701321cb45e96e5ff9273e@terzarima.net>
2005-01-15 15:26       ` Sergey Reva
2005-01-15 15:45         ` Latchesar Ionkov
2005-01-15 17:03     ` Richard Miller
2005-01-15 17:20       ` Sergey Reva
2005-01-15 17:24         ` Gorka Guardiola Múzquiz
2005-01-15 17:50           ` andrey mirtchovski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).