http://www.aros.orgAROS-ExecAROS-Exec ArchivesPower2People

Home

English

Česky

Deutsch

Ελληυικά

Français

Italiano

Nederlands

Polski

Português

Русский

Español

Suomi

Svenska


News

Archive

Introduction

Status
Screenshots
Ports
License

Download


Documentation

Users
Installation
Using
Shell
Applications
FAQ
Developers
Contribute
Roadmap
Bug Tracker
Working with Subversion
Compiling
Application Development Manual
Zune Application Development Manual
System Development Manual
Debugging Manual
Reference
Specifications
UI Style Guide
Documenting
Porting
Translating
Summaries
Links

Contact

Mailing lists
IRC channels

Credits

Acknowledgements


Pictures

Developers
Developers en Masse

Sponsors

Linking

Links

Get AROS Research Operating System at SourceForge.net. Fast, secure and Free Open Source software downloads

muiscreen

Index


MUIS_AddInfoClient() MUIS_AllocPubScreenDesc() MUIS_ClosePubFile() MUIS_ClosePubScreen()
MUIS_FreePubScreenDesc() MUIS_OpenPubFile() MUIS_OpenPubScreen() MUIS_ReadPubFile()
MUIS_RemInfoClient() MUIS_WritePubFile()    

MUIS_AddInfoClient()

Synopsis

void MUIS_AddInfoClient(
         struct MUIS_InfoClient * sic );

MUIS_AllocPubScreenDesc()

Synopsis

struct MUI_PubScreenDesc * MUIS_AllocPubScreenDesc(
         struct MUI_PubScreenDesc * src );

MUIS_ClosePubFile()

Synopsis

void MUIS_ClosePubFile(
         APTR pf );

MUIS_ClosePubScreen()

Synopsis

BOOL MUIS_ClosePubScreen(
         char * name );

MUIS_FreePubScreenDesc()

Synopsis

BOOL MUIS_FreePubScreenDesc(
         struct MUI_PubScreenDesc * psd );

MUIS_OpenPubFile()

Synopsis

APTR MUIS_OpenPubFile(
         char* name,
         ULONG mode );

MUIS_OpenPubScreen()

Synopsis

char * MUIS_OpenPubScreen(
         struct MUI_PubScreenDesc * desc );

MUIS_ReadPubFile()

Synopsis

struct MUI_PubScreenDesc * MUIS_ReadPubFile(
         APTR pf );

MUIS_RemInfoClient()

Synopsis

void MUIS_RemInfoClient(
         struct MUIS_InfoClient * sic );

MUIS_WritePubFile()

Synopsis

BOOL MUIS_WritePubFile(
         APTR pf,
         struct MUI_PubScreenDesc * desc );

Copyright © 1995-2009, The AROS Development Team. All rights reserved.
Amiga® is a trademark of Amiga Inc. All other trademarks belong to their respective owners.