slider

Undocumented in source.

Members

Aliases

RGB
alias RGB = cairo.cairo.RGB
Undocumented in source.
max
alias max = std.algorithm.max
Undocumented in source.
min
alias min = std.algorithm.min
Undocumented in source.

Classes

SliderWindow
class SliderWindow
Undocumented in source.

Enums

Axis
enum Axis
Undocumented in source.

Functions

WinMain
int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int iCmdShow)
Undocumented in source. Be warned that the author may not have intended to support it.
mainWinProc
LRESULT mainWinProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.
myWinMain
int myWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int iCmdShow)
Undocumented in source. Be warned that the author may not have intended to support it.
winDispatch
LRESULT winDispatch(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

controlState
bool controlState;
Undocumented in source.
mouseTrack
bool mouseTrack;
Undocumented in source.
shiftState
bool shiftState;
Undocumented in source.

Structs

SliderColors
struct SliderColors
Undocumented in source.

Variables

SliderHandles
SliderWindow[HWND] SliderHandles;
Undocumented in source.
sliderClass
string sliderClass;
Undocumented in source.

Meta