#include <PhWidgetsNativeTypes.h>
Native widget handle of Photon microGUI library.
- Note
 - Do not use directly. You can gain access to all widget functionality with corresponding PhWidgets class.
 
Examples
 
 
button1.Width = 10;
 
button1.Realized += ptwidget_realized_callback;
 
button1.BringToFront();
 - See also
 - 
 
The documentation for this struct was generated from the following file: