Se ci sono news sul wrapper GTK, domande o quant'altro usate questo thread

Aloha
o1i ha scritto:Currently GTK-MUI is developed in two branches, the main
branch, which is quite stable and can compile all examples.
This is what has been committed (let's say as a V1.0) to
AROS. Itix is improving that mainly in the "MUI section"
and adding a couple of new widgets, so let's call it V1.1.
The second branch, which also started at the V1.0 is
heading more in the GTK direction and is developed
by me. I have built GTK-MUI based on a real GLIB and
also converted most of the GTK-MUI widgets to "real"
GLIB objects, which makes a lot of (internal) things
much easier. Also porting of bigger projects gets
much easier, as GLIB is 100% available (and not just some
dummy functions) and as you now have a real
widget hierarchie like in GTK.
GTK has a widget tree, that natively looks like that:
GObject
|
GtkObject
+GtkWidget
| +GtkMisc
| | +GtkLabel
[...]
I have added a GtkMui Class here:
GObject
|
GtkMui
|
GtkObject
+GtkWidget
| +GtkMisc
| | +GtkLabel
[...]
GtkMui hides all GTK-MUI private properties, so you
can (nearly always) use the original GTK includes and
all private data is hidden from the GTK application.
Downside is, that I have to update all existing
widgets, which is quite some work and not finished
yet.
If I am done with that and the system is stable
again, we will merge the two braches (update all
new itix widgets and merge all improvents).
This should result in a V2.0, which should be
pretty usefull (hopefully ;)).
I will call my branch stable enough, if it can
run the GTK Gui of e-uae under AROS.
The screenshots Jaime mentioned can be found at
http://homes.hallertau.net/~oli/gtk-mui/
Sorry for the long post and thanks for reading ;).
Visitano il forum: Nessuno e 9 ospiti