On Fri, 04 May 2012 05:16:10 +0000 (GMT) GoUn Lee <[email protected]> said:
> Dear all, > > I've attached patch to add new API which is > elm_multibuttonentry_input_panel_enabled_get/set() This is similar to > elm_entry_input_panel_enabled_set/get(). Multibuttonentry handles input panel > manually. it shows when multibuttonentry is focused and hides when it losts > focus. But sometimes, it needs to be controlled by application especially > focus is moving. so I've added this APIs. > > I'd appreciate if someone could review this patch. > Thank you, first naming - it shouldnt be input_panel, but keyboard - look at elm_win.h - Elm_Win_Keyboard_Mode. this sets keyboard hint modes on the window. so keyboard is the naming you want. secondly. shouldn't this really just be disabling ALL input (typing etc.) and just as a SIDE EFFECT the vkbd (virtual keyboard -> input panel) doesn't show if the window is focused? -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
