A little more progress with Gintro. I put the code I'm working on up on Codeberg.
https://codeberg.org/jeang3nie/pterm
The PtermWindow and Tab data structures are Gtk+ composite widgets. One of the benefits of doing it this way is that the parent widget can retain references to it's child widgets ...
Search found 4 matches
- Mon Oct 03, 2022 4:44 am
- Forum: EasyOS
- Topic: GUI toolkits for Nim language
- Replies: 5
- Views: 2166
- Wed Sep 28, 2022 3:20 pm
- Forum: EasyOS
- Topic: GUI toolkits for Nim language
- Replies: 5
- Views: 2166
Re: GUI toolkits for Nim language
I'm playing around with Gintro a bit, seeing what can be accomplished. This doesn't do much (yet), but I've managed to subclass a GtkApplicationWindow to make a composite widget, which opens up a lot of possibilities for OO type programming in Gintro. The test program is a little terminal emulator ...
- Tue Sep 27, 2022 9:28 pm
- Forum: EasyOS
- Topic: nim hello world
- Replies: 16
- Views: 1955
Re: nim hello world
From Barry K's devlog:
At first glance, I could not see that capability in Nim, and a search came up with something about using tables -- and the example given was unclear.
The solution that you came up with using a CritBitTree can actually be interchanged easily with a std/table , as they have ...
At first glance, I could not see that capability in Nim, and a search came up with something about using tables -- and the example given was unclear.
The solution that you came up with using a CritBitTree can actually be interchanged easily with a std/table , as they have ...
- Mon Sep 26, 2022 3:58 pm
- Forum: EasyOS
- Topic: EasyOS 32-bit i686 Dunfell-series version 4.3.5
- Replies: 12
- Views: 4634
Re: EasyOS 32-bit i686 Dunfell-series version 4.3.5
Running this now, my first experience with EasyOS. It's very interesting (which I would expect from a Barry K project).
Don't want to hijack the thread, but hello to anybody from back in the old days. I was Nathan F on the old Murga forum. I still remember booting Puppy for the first time as ...
Don't want to hijack the thread, but hello to anybody from back in the old days. I was Nathan F on the old Murga forum. I still remember booting Puppy for the first time as ...