raygui

Undocumented in source.

Members

Enums

GuiCheckBoxProperty
enum GuiCheckBoxProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiColorPickerProperty
enum GuiColorPickerProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiComboBoxProperty
enum GuiComboBoxProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiControl
enum GuiControl
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiControlProperty
enum GuiControlProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiControlState
enum GuiControlState
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiDefaultProperty
enum GuiDefaultProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiDropdownBoxProperty
enum GuiDropdownBoxProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiListViewProperty
enum GuiListViewProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiProgressBarProperty
enum GuiProgressBarProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiScrollBarProperty
enum GuiScrollBarProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiScrollBarSide
enum GuiScrollBarSide
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiSliderProperty
enum GuiSliderProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiSpinnerProperty
enum GuiSpinnerProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiTextAlignment
enum GuiTextAlignment
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiTextBoxProperty
enum GuiTextBoxProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiToggleProperty
enum GuiToggleProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

GuiButton
bool GuiButton(Rectangle bounds, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiCheckBox
bool GuiCheckBox(Rectangle bounds, const(char)* text, bool checked)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiClearTooltip
void GuiClearTooltip()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiColorBarAlpha
float GuiColorBarAlpha(Rectangle bounds, float alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiColorBarHue
float GuiColorBarHue(Rectangle bounds, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiColorPanel
Color GuiColorPanel(Rectangle bounds, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiColorPicker
Color GuiColorPicker(Rectangle bounds, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiComboBox
int GuiComboBox(Rectangle bounds, const(char)* text, int active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiDisable
void GuiDisable()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiDisableTooltip
void GuiDisableTooltip()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiDropdownBox
bool GuiDropdownBox(Rectangle bounds, const(char)* text, int* active, bool editMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiDummyRec
void GuiDummyRec(Rectangle bounds, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiEnable
void GuiEnable()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiEnableTooltip
void GuiEnableTooltip()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiFade
void GuiFade(float alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiGetFont
Font GuiGetFont()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiGetState
int GuiGetState()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiGetStyle
int GuiGetStyle(int control, int property)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiGrid
Vector2 GuiGrid(Rectangle bounds, float spacing, int subdivs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiGroupBox
void GuiGroupBox(Rectangle bounds, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiIconText
const(char)* GuiIconText(int iconId, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiImageButton
bool GuiImageButton(Rectangle bounds, const(char)* text, Texture2D texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiImageButtonEx
bool GuiImageButtonEx(Rectangle bounds, const(char)* text, Texture2D texture, Rectangle texSource)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiLabel
void GuiLabel(Rectangle bounds, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiLabelButton
bool GuiLabelButton(Rectangle bounds, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiLine
void GuiLine(Rectangle bounds, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiListView
int GuiListView(Rectangle bounds, const(char)* text, int* scrollIndex, int active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiListViewEx
int GuiListViewEx(Rectangle bounds, const(char*)* text, int count, int* focus, int* scrollIndex, int active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiLoadStyle
void GuiLoadStyle(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiLoadStyleDefault
void GuiLoadStyleDefault()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiLock
void GuiLock()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiMessageBox
int GuiMessageBox(Rectangle bounds, const(char)* title, const(char)* message, const(char)* buttons)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiPanel
void GuiPanel(Rectangle bounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiProgressBar
float GuiProgressBar(Rectangle bounds, const(char)* textLeft, const(char)* textRight, float value, float minValue, float maxValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiScrollBar
int GuiScrollBar(Rectangle bounds, int value, int minValue, int maxValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiScrollPanel
Rectangle GuiScrollPanel(Rectangle bounds, Rectangle content, Vector2* scroll)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiSetFont
void GuiSetFont(Font font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiSetState
void GuiSetState(int state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiSetStyle
void GuiSetStyle(int control, int property, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiSetTooltip
void GuiSetTooltip(const(char)* tooltip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiSlider
float GuiSlider(Rectangle bounds, const(char)* textLeft, const(char)* textRight, float value, float minValue, float maxValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiSliderBar
float GuiSliderBar(Rectangle bounds, const(char)* textLeft, const(char)* textRight, float value, float minValue, float maxValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiSpinner
bool GuiSpinner(Rectangle bounds, const(char)* text, int* value, int minValue, int maxValue, bool editMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiStatusBar
void GuiStatusBar(Rectangle bounds, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiTextBox
bool GuiTextBox(Rectangle bounds, char* text, int textSize, bool editMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiTextBoxMulti
bool GuiTextBoxMulti(Rectangle bounds, char* text, int textSize, bool editMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiTextInputBox
int GuiTextInputBox(Rectangle bounds, const(char)* title, const(char)* message, const(char)* buttons, char* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiToggle
bool GuiToggle(Rectangle bounds, const(char)* text, bool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiToggleGroup
int GuiToggleGroup(Rectangle bounds, const(char)* text, int active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiUnlock
void GuiUnlock()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiValueBox
bool GuiValueBox(Rectangle bounds, const(char)* text, int* value, int minValue, int maxValue, bool editMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GuiWindowBox
bool GuiWindowBox(Rectangle bounds, const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

NUM_CONTROLS
enum NUM_CONTROLS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NUM_PROPS_DEFAULT
enum NUM_PROPS_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NUM_PROPS_EXTENDED
enum NUM_PROPS_EXTENDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAYGUI_VERSION
enum RAYGUI_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TEXTEDIT_CURSOR_BLINK_FRAMES
enum TEXTEDIT_CURSOR_BLINK_FRAMES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GuiStyleProp
struct GuiStyleProp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta