NAME SYNOPSIS
FUNCTION
Closes the window of the selected messageport.
INPUTS
SEE ALSO
NAME SYNOPSIS
APTR nmnp_PatternNode
FUNCTION
Sets a new pattern for the window
INPUTS
snmp_PatternNode - the new pattern or NULL for no pattern.
RETURNS
SEE ALSO
NAME SYNOPSIS
FUNCTION
The windowtask that receives this message will be sleep. Only the
window will be closed, no icon will be displayed.
INPUTS
RETURNS
NOTES
Never send this message to a the main_messageport!
SEE ALSO
NAME SYNOPSIS
ULONG smwu_ReLayout
FUNCTION
Wakeup the selected window_task. It's the opposite to SM_Sleep.
INPUTS
smwu_ReLayout - BOOL
TRUE if all icons of the window should be relayouted.
This is especially important when WorkBench screen has changed.
RETURNS
NOTE
Never send this message to a the main_messageport!
SEE ALSO
NAME SYNOPSIS
FUNCTION
All windowtasks and all ScalosApplications will fall asleep.
INPUTS
NOTE
This message must be sent to the main_messageport!
SEE ALSO
NAME SYNOPSIS
ULONG smaw_ReLayout
FUNCTION
Wakeup all thing that sleeps since SM_AppSleep.
INPUTS
smaw_ReLayout - TRUE if all icons should be relayouted.
This is especially important when WorkBench screen has changed.
RETURNS
NOTE
This message must be sent to the main_messageport!
SEE ALSO
NAME SYNOPSIS
ULONG smmr_Flags
FUNCTION
Redraws the icons inside of the window. This method could be uses to
refresh the window after adding or selecting/deselecting icons.
INPUTS
smmr_Flags -
REDRAWB_DontEraseWindow : don't erase window before redraw
REDRAWB_ReLayoutIcons : relayout icons
RETURNS
SEE ALSO
NAME SYNOPSIS
struct PopupMenu *pm
struct ScaIconNode *in
ULONG Flags
struct FileTypeDef *fType
FUNCTION
Show a popup menu and execute the user's menu command.
INPUTS
pm - Popup menu to display.
in - Scalos icon node the popup menu should be associated to.
Can be NULL for window popup menus.
Flags - Show which items are still locked and HAVE TO BE UNLOCKED
during processing.
SHOWPOPUPFLGF_IconSemaLocked - wt_IconSemaphore is still locked
SHOWPOPUPFLGF_WinListLocked - Scalos window list is still locked.
fType - Private data structure for support of file type specific
popup menus. Should be NULL if unused.
RETURNS
SEE ALSO
NAME SYNOPSIS
FUNCTION
Causes the window to reread its icons.
INPUTS
SEE ALSO
NAME SYNOPSIS
BPTR smui_DirLock
CONST_STRPTR smui_IconName
FUNCTION
INPUTS
smui_DirLock - Lock to parent dir of icon.
smui_IconName - Name of the icon.
RETURNS
SEE ALSO
scalos.library/SCA_UpdateIcon()
NAME SYNOPSIS
UWORD smai_x
UWORD smai_y
BPTR smai_DirLock
STRPTR smai_IconName
FUNCTION
Causes a window task to load a selected icon.
INPUTS
smai_x
smai_y - the position where the icon should appear or 0x8000 for any
smai_DirLock - Lock to parent dir of icon.
smai_IconName - Name of the icon.
RETURNS
SEE ALSO
NAME SYNOPSIS
BPTR smri_DirLock
STRPTR smri_IconName
FUNCTION
Removes an icon from window.
INPUTS
smri_DirLock - Lock to parent dir of icon.
smri_IconName - Name of the icon.
RETURNS
SEE ALSO
NAME SYNOPSIS
FUNCTION
Set the window to sleep and adds an icon to the main window.
INPUTS
NOTE
Never send this message to the main window!
RETURNS
SEE ALSO
NAME SYNOPSIS
FUNCTION
Removes the appicon from main window and reopens the window.
INPUTS
NOTE
Never send this message to the main window!
SEE ALSO
NAME SYNOPSIS
APTR smrm_MenuItem
struct ScaIconNode *smrm_IconNode
ULONG smrm_Flags
FUNCTION
This message is used to execute a Scalos menu command in some
other window task's context.
INPUTS
smrm_MenuItem - internal Scalos menu item descriptor
smrm_IconNode - Iconnode to execute the command with.
smrm_Flags - none defined yet.
RETURNS
SEE ALSO
NAME SYNOPSIS
ULONG smst_showTitle
FUNCTION
This message is used to set the screen title bar display mode.
INPUTS
smst_showTitle - Screen title bar mode
If TRUE, the screen's title bar will be shown in front of
WFLG_BACKDROP windows.
If FALSE, the title bar will be rendered behind all windows.
RETURNS
SEE ALSO
NAME SYNOPSIS
union {
ULONG smrq_ReqResult;
struct Window *smrq_ParentWindow;
};
APTR smrq_ArgList;
struct EasyStruct smrq_ez;
UBYTE smrq_ArgListBuffer[0];
FUNCTION
Asynchronously pops up a requester and returns the result.
INPUTS
smrq_ParentWindow - designates which screen to open the requester on.
smrq_ReqResult - Here the result from EaysRequest() is returned.
smrq_ArgList - pointer to ArgList for EasyRequestArgs().
smrq_ez - Contains information for EasyRequestArgs()
smrq_ArgListBuffer - buffer for ArgList - allocated as large as needed.
Put the required buffer length into the additional_size
parameter of the SCA_AllocMessage() call.
RETURNS
SEE ALSO
intuition.library/EasyRequestArgs()
scalos/SCA_AllocMessage()
Generated on 12th April 2004 by ad2html.pl v0.87 by Phil Price