Chapter 95. uisyshelp
- localecalendar
- localecodepage
- localecountry
- localecurrency
- localedate
- localeinfo
- localelanguage
- localenumeric
- localenumericsign
- localeother
- syscolors
- sysrgb
- windowsversion
- wxformoptiongroup
- wxformoptiongroupmember
- adjustbitmapbackgroundcolor()
- appactivate()
- arrowdown_20x16()
- arrowdown_disabled_20x16()
- arrowdown_focus_20x16()
- arrowdown_sel_20x16()
- arrowup_20x16()
- arrowup_disabled_20x16()
- arrowup_focus_20x16()
- arrowup_sel_20x16()
- calendar_bmp()
- calendar_disabled_bmp()
- calendar_focus_bmp()
- calendar_selfocus_bmp()
- centerdialogonparent()
- centerwindowondisplay()
- choicelistdialog()
- datepicker()
- daysinmonth()
- duallist()
- findchildwindow()
- findcomboliststring()
- findwindowhandle()
- getcenteredwindowrect()
- getdate()
- getdatetime()
- getdefaultfont()
- getdisplaysize()
- getdpivalues()
- getscrollbarsizes()
- gettime()
- getusabledisplaysize()
- getuserinput()
- getwindowsfolder()
- getwindowspublicdocsfolder()
- getwindowstaskbarstateandpos()
- getwindowsversion()
- getwindowsversionstring()
- listpicker()
- messagebox()
- padhex()
- selectcombotextitem()
- setcontroltext()
- setfocus()
- setwindowposition()
- showcopyabletextmessage()
- windows_getactivewindow()
- windows_redrawwindow()
- wxformoptiongroupmemberselchange()
This is a very useful library for working with the user interface. It includes functions and types for retrieving the locale information (both Windows and Linux), a listpicker() for providing a pick list, functions for retrieving the screen size, default font, system colors, and much more. See the source for details.
localecalendar
Description
Type Tags
None
Object Value
Objects of type localecalendar have no value, and it is an error to try to get or set this value.
localecalendar.new()
Description
Prototype
localecalendar
.new
()
Parameters
None
Properties
Property | Type | Description |
---|---|---|
dayname1 | string | |
dayname1abbrev | string | |
dayname2 | string | |
dayname2abbrev | string | |
dayname3 | string | |
dayname3abbrev | string | |
dayname4 | string | |
dayname4abbrev | string | |
dayname5 | string | |
dayname5abbrev | string | |
dayname6 | string | |
dayname6abbrev | string | |
dayname7 | string | |
dayname7abbrev | string | |
getdayabbrev | function | |
getdaynames | function | |
getmonthabbrev | function | |
getmonthnames | function | |
monthname1 | string | |
monthname10 | string | |
monthname10abbrev | string | |
monthname11 | string | |
monthname11abbrev | string | |
monthname12 | string | |
monthname12abbrev | string | |
monthname13 | string | |
monthname13abbrev | string | |
monthname1abbrev | string | |
monthname2 | string | |
monthname2abbrev | string | |
monthname3 | string | |
monthname3abbrev | string | |
monthname4 | string | |
monthname4abbrev | string | |
monthname5 | string | |
monthname5abbrev | string | |
monthname6 | string | |
monthname6abbrev | string | |
monthname7 | string | |
monthname7abbrev | string | |
monthname8 | string | |
monthname8abbrev | string | |
monthname9 | string | |
monthname9abbrev | string | |
type | type |
Methods
getdayabbrev()
Description
Prototype
localecalendarvar
.getdayabbrev
(
localecalendar
,
string me
)
sepchar
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | localecalendar | |
sepchar | , | string |
getdaynames()
Description
Prototype
localecalendarvar
.getdaynames
(
localecalendar
,
string me
)
sepchar
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | localecalendar | |
sepchar | , | string |
getmonthabbrev()
Description
Prototype
localecalendarvar
.getmonthabbrev
(
localecalendar
,
string me
)
sepchar
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | localecalendar | |
sepchar | , | string |
getmonthnames()
Description
Prototype
localecalendarvar
.getmonthnames
(
localecalendar
,
string me
)
sepchar
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | localecalendar | |
sepchar | , | string |