Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
_ComboBoxData Struct Reference

#include <Gadget.h>

Public Attributes

Bool isEditable
 
Int maxDisplay
 
Int maxChars
 
Bool asciiOnly
 
Bool lettersAndNumbersOnly
 
ListboxDatalistboxData
 
EntryDataentryData
 
Bool dontHide
 
Int entryCount
 
GameWindowdropDownButton
 
GameWindoweditBox
 
GameWindowlistBox
 

Detailed Description

Definition at line 390 of file Gadget.h.

Member Data Documentation

◆ asciiOnly

Bool _ComboBoxData::asciiOnly

Definition at line 395 of file Gadget.h.

◆ dontHide

Bool _ComboBoxData::dontHide

Definition at line 403 of file Gadget.h.

◆ dropDownButton

GameWindow* _ComboBoxData::dropDownButton

Definition at line 405 of file Gadget.h.

◆ editBox

GameWindow* _ComboBoxData::editBox

Definition at line 406 of file Gadget.h.

◆ entryCount

Int _ComboBoxData::entryCount

Definition at line 404 of file Gadget.h.

◆ entryData

EntryData* _ComboBoxData::entryData

Definition at line 398 of file Gadget.h.

◆ isEditable

Bool _ComboBoxData::isEditable

Definition at line 392 of file Gadget.h.

◆ lettersAndNumbersOnly

Bool _ComboBoxData::lettersAndNumbersOnly

Definition at line 396 of file Gadget.h.

◆ listBox

GameWindow* _ComboBoxData::listBox

Definition at line 407 of file Gadget.h.

◆ listboxData

ListboxData* _ComboBoxData::listboxData

Definition at line 397 of file Gadget.h.

◆ maxChars

Int _ComboBoxData::maxChars

Definition at line 394 of file Gadget.h.

◆ maxDisplay

Int _ComboBoxData::maxDisplay

Definition at line 393 of file Gadget.h.


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