How to get the client size of a PanelGadget?
Posted: Tue Oct 23, 2012 8:12 pm
				
				Because that area is depending from different entities it would be helpful to know about its details. So how to accomplish that? Thank you in advance.
			http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
Debug GetGadgetAttribute(#Gadget, #PB_Panel_ItemWidth)
Debug GetGadgetAttribute(#Gadget, #PB_Panel_ItemHeight)