Hi all,
I want to show the content of a file ,by the GUI.Like the
memo object in visual languages.like a readable
area,perhaps with a scroll.Is there any widget or,any way
of doing this?
___
Pgui-devel mailing list
[EMAIL PROTECTE
El mar, 19-02-2002 a las 22:29, Micah Dowty escribió:
> Since it would usually be a waste of space in embedded environments, PicoGUI doesn't
>have any way (other than reading the property and seeing if you get an error message
>doing so) to get information on supported properties. It would need
Since it would usually be a waste of space in embedded environments, PicoGUI doesn't
have any way (other than reading the property and seeing if you get an error message
doing so) to get information on supported properties. It would need to use an external
table of property names, descriptions,
El mar, 19-02-2002 a las 12:22, Micah Dowty escribió:
> PicoGUI does pretty much everything with an interface like this:
>
>myWidget = pgNewWidget(PG_WIDGET_BUTTON, PG_DERIVE_INSIDE, parentWidget);
>pgSetWidget(myWidget,
>property_1, value_1,
>property_2,
PicoGUI does pretty much everything with an interface like this:
myWidget = pgNewWidget(PG_WIDGET_BUTTON, PG_DERIVE_INSIDE, parentWidget);
pgSetWidget(myWidget,
property_1, value_1,
property_2, value_2,
...
0);
That would indeed