[01:47:30] --- DominusExult is now known as Dominus
[20:07:54] <Dominus> anyone up for doing me a small coding favor?
[20:08:24] <Dominus> I'm not wrapping my head around creating a toolbar from the face_stats face_buttons example :)
[20:08:29] <Dominus> *small* :)
[20:42:21] <Dominus> arrgghhh, too mindwrangling for me, I think...
[23:43:48] <Dominus> ok, I've made some progress by hacking the facestats and showing additional disk icons for now. This is just to learn a bit.
[23:43:59] <Dominus> http://pastebin.com/J3vXN7XK
[23:44:19] <Dominus> on a single click on the toolbar the inventory will show
[23:46:29] <Dominus> I would like to have it open the cheat screen on double click but without going through all the sdl event stuff to differ between single/double click it's not going to work like that.
[23:48:47] <Dominus> my question, we have in Gump_manager.cc:436 already a detection for this on modal gumps (to tell whether to close gumps on single click). I wondered if I could hijack this somehow since we already include Gump_manager.h
[23:49:10] <Dominus> Marzo: if you have some spare time, could you glance over this?