[Gambas-user] Selecting a window
John Rose
john.aaron.rose at ...626...
Fri Dec 6 15:36:03 CET 2013
Fabien,
I think that I'm starting to understand 'Drawing' in your example & I'll
use it in my app. I saw the results (i.e. gray semi-transparent) of:
Draw.FillColor = Color.SetAlpha(Color.Black, 125)
Draw.FillStyle = Fill.Solid
Draw.Rect(.X, .Y, .Width, .Height)
But I didn't understand how it worked nor could I find any documentation
for it. Is there any documentation & where is it?
I was also interested to see the gb.gui component being used rather than
gb.gtk or gb.qt4. When I used that (with Gambas 3.5.1), it generated a
.deb with .qt4, .deb with gtk & .deb without either qt4 or gtk in the
filename. Guessing: qt4 will result in always running qt4 controls, .gtk
will result in always running gtk controls, without gtk & qt4 will
result in running gtk if gnome desktop and qt4 if running kde desktop.
Is this correct?
PS Finger trouble from me: I accidentally sent an incomplete version of
this message just before sending this.
--
Regards,
John
More information about the User
mailing list