[Pgui-devel] Memo Object...

2002-02-19 Thread Okan
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

[Pgui-devel] Re: [Glade-devel] Glade for GUIs other than GTK?

2002-02-19 Thread Carlos Perelló Marín
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

[Pgui-devel] Re: [Glade-devel] Glade for GUIs other than GTK?

2002-02-19 Thread Micah Dowty
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,

[Pgui-devel] Re: [Glade-devel] Glade for GUIs other than GTK?

2002-02-19 Thread Carlos Perelló Marín
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,

[Pgui-devel] Re: [Glade-devel] Glade for GUIs other than GTK?

2002-02-19 Thread Micah Dowty
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