Stardew Engine
Loading...
Searching...
No Matches
RadioButtonWidget.h File Reference
#include "HandleDefs.h"
#include <stdbool.h>
Include dependency graph for RadioButtonWidget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

HWidget RadioButtonWidgetNew (HWidget hParent, struct DataNode *pXMLNode, struct XMLUIData *pUILayerData)
 
void RadioButton_SetSelected (HWidget hRadioButton, bool bSelected)
 

Function Documentation

◆ RadioButton_SetSelected()

void RadioButton_SetSelected ( HWidget  hRadioButton,
bool  bSelected 
)

◆ RadioButtonWidgetNew()

HWidget RadioButtonWidgetNew ( HWidget  hParent,
struct DataNode pXMLNode,
struct XMLUIData pUILayerData 
)