Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxsystemsettings(3erl) [linux man page]

wxSystemSettings(3erl)					     Erlang Module Definition					    wxSystemSettings(3erl)

NAME
wxSystemSettings - See external documentation: wxSystemSettings. DESCRIPTION
See external documentation: wxSystemSettings . DATA TYPES
wxSystemSettings() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
getColour(Index::WxSystemColour) -> colour() (see module wx) Types WxSystemColour = integer() See external documentation . WxSystemColour is one of ?wxSYS_COLOUR_SCROLLBAR | ?wxSYS_COLOUR_BACKGROUND | ?wxSYS_COLOUR_DESKTOP | ?wxSYS_COLOUR_ACTIVECAPTION | ?wxSYS_COLOUR_INACTIVECAPTION | ?wxSYS_COLOUR_MENU | ?wxSYS_COLOUR_WINDOW | ?wxSYS_COLOUR_WINDOWFRAME | ?wxSYS_COLOUR_MENUTEXT | ?wxSYS_COLOUR_WINDOWTEXT | ?wxSYS_COLOUR_CAPTIONTEXT | ?wxSYS_COLOUR_ACTIVEBORDER | ?wxSYS_COLOUR_INACTIVEBORDER | ?wxSYS_COLOUR_APPWORKSPACE | ?wxSYS_COLOUR_HIGHLIGHT | ?wxSYS_COLOUR_HIGHLIGHTTEXT | ?wxSYS_COLOUR_BTNFACE | ?wxSYS_COLOUR_3DFACE | ?wxSYS_COLOUR_BTNSHADOW | ?wxSYS_COLOUR_3DSHADOW | ?wxSYS_COLOUR_GRAYTEXT | ?wxSYS_COLOUR_BTNTEXT | ?wxSYS_COLOUR_INACTIVECAPTION- TEXT | ?wxSYS_COLOUR_BTNHIGHLIGHT | ?wxSYS_COLOUR_BTNHILIGHT | ?wxSYS_COLOUR_3DHIGHLIGHT | ?wxSYS_COLOUR_3DHILIGHT | ?wxSYS_COLOUR_3DDKSHADOW | ?wxSYS_COLOUR_3DLIGHT | ?wxSYS_COLOUR_INFOTEXT | ?wxSYS_COLOUR_INFOBK | ?wxSYS_COLOUR_LISTBOX | ?wxSYS_COLOUR_HOTLIGHT | ?wxSYS_COLOUR_GRADIENTACTIVECAPTION | ?wxSYS_COLOUR_GRADIENTINACTIVECAPTION | ?wxSYS_COLOUR_MENUHILIGHT | ?wxSYS_COLOUR_MENUBAR | ?wxSYS_COLOUR_LISTBOXTEXT | ?wxSYS_COLOUR_MAX getFont(Index::WxSystemFont) -> wxFont() (see module wxFont) Types WxSystemFont = integer() See external documentation . WxSystemFont is one of ?wxSYS_OEM_FIXED_FONT | ?wxSYS_ANSI_FIXED_FONT | ?wxSYS_ANSI_VAR_FONT | ?wxSYS_SYSTEM_FONT | ?wxSYS_DEVICE_DEFAULT_FONT | ?wxSYS_DEFAULT_PALETTE | ?wxSYS_SYSTEM_FIXED_FONT | ?wxSYS_DEFAULT_GUI_FONT | ?wxSYS_ICONTITLE_FONT getMetric(Index::WxSystemMetric) -> integer() Equivalent to getMetric(Index, []) . getMetric(Index::WxSystemMetric, Options::[Option]) -> integer() Types Option = {win, wxWindow() (see module wxWindow)} WxSystemMetric = integer() See external documentation . WxSystemMetric is one of ?wxSYS_MOUSE_BUTTONS | ?wxSYS_BORDER_X | ?wxSYS_BORDER_Y | ?wxSYS_CURSOR_X | ?wxSYS_CURSOR_Y | ?wxSYS_DCLICK_X | ?wxSYS_DCLICK_Y | ?wxSYS_DRAG_X | ?wxSYS_DRAG_Y | ?wxSYS_EDGE_X | ?wxSYS_EDGE_Y | ?wxSYS_HSCROLL_ARROW_X | ?wxSYS_HSCROLL_ARROW_Y | ?wxSYS_HTHUMB_X | ?wxSYS_ICON_X | ?wxSYS_ICON_Y | ?wxSYS_ICONSPACING_X | ?wxSYS_ICONSPACING_Y | ?wxSYS_WIN- DOWMIN_X | ?wxSYS_WINDOWMIN_Y | ?wxSYS_SCREEN_X | ?wxSYS_SCREEN_Y | ?wxSYS_FRAMESIZE_X | ?wxSYS_FRAMESIZE_Y | ?wxSYS_SMALLICON_X | ?wxSYS_SMALLICON_Y | ?wxSYS_HSCROLL_Y | ?wxSYS_VSCROLL_X | ?wxSYS_VSCROLL_ARROW_X | ?wxSYS_VSCROLL_ARROW_Y | ?wxSYS_VTHUMB_Y | ?wxSYS_CAPTION_Y | ?wxSYS_MENU_Y | ?wxSYS_NETWORK_PRESENT | ?wxSYS_PENWINDOWS_PRESENT | ?wxSYS_SHOW_SOUNDS | ?wxSYS_SWAP_BUTTONS getScreenType() -> WxSystemScreenType Types WxSystemScreenType = integer() See external documentation . WxSystemScreenType is one of ?wxSYS_SCREEN_NONE | ?wxSYS_SCREEN_TINY | ?wxSYS_SCREEN_PDA | ?wxSYS_SCREEN_SMALL | ?wxSYS_SCREEN_DESK- TOP AUTHORS
<> wxErlang 0.98.9 wxSystemSettings(3erl)

Check Out this Related Man Page

wxSplitterWindow(3erl)					     Erlang Module Definition					    wxSplitterWindow(3erl)

NAME
wxSplitterWindow - See external documentation: wxSplitterWindow. DESCRIPTION
See external documentation: wxSplitterWindow . This class is derived (and can use functions) from: wxWindow wxEvtHandler DATA TYPES
wxSplitterWindow() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxSplitterWindow() See external documentation . new(Parent::wxWindow() (see module wxWindow)) -> wxSplitterWindow() Equivalent to new(Parent, []) . new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxSplitterWindow() Types Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . create(This::wxSplitterWindow(), Parent::wxWindow() (see module wxWindow)) -> bool() Equivalent to create(This, Parent, []) . create(This::wxSplitterWindow(), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> bool() Types Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . getMinimumPaneSize(This::wxSplitterWindow()) -> integer() See external documentation . getSashGravity(This::wxSplitterWindow()) -> float() See external documentation . getSashPosition(This::wxSplitterWindow()) -> integer() See external documentation . getSplitMode(This::wxSplitterWindow()) -> WxSplitMode Types WxSplitMode = integer() See external documentation . WxSplitMode is one of ?wxSPLIT_HORIZONTAL | ?wxSPLIT_VERTICAL getWindow1(This::wxSplitterWindow()) -> wxWindow() (see module wxWindow) See external documentation . getWindow2(This::wxSplitterWindow()) -> wxWindow() (see module wxWindow) See external documentation . initialize(This::wxSplitterWindow(), Window::wxWindow() (see module wxWindow)) -> ok See external documentation . isSplit(This::wxSplitterWindow()) -> bool() See external documentation . replaceWindow(This::wxSplitterWindow(), WinOld::wxWindow() (see module wxWindow), WinNew::wxWindow() (see module wxWindow)) -> bool() See external documentation . setSashGravity(This::wxSplitterWindow(), Gravity::float()) -> ok See external documentation . setSashPosition(This::wxSplitterWindow(), Position::integer()) -> ok Equivalent to setSashPosition(This, Position, []) . setSashPosition(This::wxSplitterWindow(), Position::integer(), Options::[Option]) -> ok Types Option = {redraw, bool()} See external documentation . setSashSize(This::wxSplitterWindow(), Width::integer()) -> ok See external documentation . setMinimumPaneSize(This::wxSplitterWindow(), Min::integer()) -> ok See external documentation . setSplitMode(This::wxSplitterWindow(), Mode::integer()) -> ok See external documentation . splitHorizontally(This::wxSplitterWindow(), Window1::wxWindow() (see module wxWindow), Window2::wxWindow() (see module wxWindow)) -> bool() Equivalent to splitHorizontally(This, Window1, Window2, []) . splitHorizontally(This::wxSplitterWindow(), Window1::wxWindow() (see module wxWindow), Window2::wxWindow() (see module wxWindow), Options::[Option]) -> bool() Types Option = {sashPosition, integer()} See external documentation . splitVertically(This::wxSplitterWindow(), Window1::wxWindow() (see module wxWindow), Window2::wxWindow() (see module wxWindow)) -> bool() Equivalent to splitVertically(This, Window1, Window2, []) . splitVertically(This::wxSplitterWindow(), Window1::wxWindow() (see module wxWindow), Window2::wxWindow() (see module wxWindow), Options::[Option]) -> bool() Types Option = {sashPosition, integer()} See external documentation . unsplit(This::wxSplitterWindow()) -> bool() Equivalent to unsplit(This, []) . unsplit(This::wxSplitterWindow(), Options::[Option]) -> bool() Types Option = {toRemove, wxWindow() (see module wxWindow)} See external documentation . updateSize(This::wxSplitterWindow()) -> ok See external documentation . destroy(This::wxSplitterWindow()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxSplitterWindow(3erl)
Man Page