Photon microGUI widgets library 0.6.0
PhWidgets::Widget::Flags::Extended Struct Reference

Contains flags for Widget resource Widget::Arguments<>::ExtendedFlags. More...

#include <Widget.h>

Public Types

enum  type { ConsumeEvents , InternalHelp , SkipLayout }
 Extended flags for Widget resource Widget::Arguments<>::ExtendedFlags. More...
 

Detailed Description

Contains flags for Widget resource Widget::Arguments<>::ExtendedFlags.

Member Enumeration Documentation

◆ type

Extended flags for Widget resource Widget::Arguments<>::ExtendedFlags.

Aliases

PhWidgets::Widget::Flags::Extended::type

Enumerator
ConsumeEvents 

Consume any event encountered, whether or not an action was performed as a result of that event. (When a widget has processed an event and prevents another widget from interacting with the event, the first widget is said to have consumed the event.)

InternalHelp 

Display help information for the widget in a balloon, not in the Helpviewer.

SkipLayout 

Skip this widget when performing a layout.


The documentation for this struct was generated from the following file: