How to get the client size of a PanelGadget?
How to get the client size of a PanelGadget?
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.
			
			
									
									
						Re: How to get the client size of a PanelGadget?
Code: Select all
Debug GetGadgetAttribute(#Gadget, #PB_Panel_ItemWidth)
Debug GetGadgetAttribute(#Gadget, #PB_Panel_ItemHeight)
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

						Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.


