[sword-devel] InstallMgr, again
Troy A. Griffitts
sword-devel@crosswire.org
Wed, 26 Jan 2000 06:14:46 -0700
Ok, InstallMgr for linux is semi-functional (I, at least, successfully
removed a module using it). Images in the tree control are working. I
haven't converted all of the images to xpm files yet, but the 'selected'
image is done.
[Un]Select, [Un]SelectAll work.
Install and Remove are wired up, but I haven't tested these well.
Please experiment and let me know what works and what doesn't.
Does anyone know how to intercept a double-click on a GtkTree? The only
messages I could find are:
GDK_BUTTON_PRESS = 4,
GDK_2BUTTON_PRESS = 5,
GDK_3BUTTON_PRESS = 6,
GDK_BUTTON_RELEASE = 7,
Do you think we have to time the BUTTON_PRESS event ourselves? That
would be lame.
Anyway, have fun. Good night.
Never forget we serve a mighty God!
-Troy.