#include <LgiWidgets.h>
Public Member Functions | |
bool | LoadFromResource (int Resource, GViewI *Parent, GRect *Pos=0, GAutoString *Name=0, char *TagList=0) |
Loading a dialog from the resource collection. |
bool GLgiRes::LoadFromResource | ( | int | Resource, | |
GViewI * | Parent, | |||
GRect * | Pos = 0 , |
|||
GAutoString * | Name = 0 , |
|||
char * | TagList = 0 | |||
) |
Loading a dialog from the resource collection.
Resource | The resource ID |
Parent | The target view to populate |
Pos | The size of the view in the resource |
Name | The name of the window |
TagList | [Optional] List of tags to exclude/include items |
References GVariant::Length.
Referenced by GDialog::LoadFromResource().