On Sunday 29 February 2004 16:28, Raghu Ram Murthy wrote:
> First I want to know how to create an application
> without titlebar and how to show/hide title bar of an
> application at run time.
The titlebar is created by the application manager. You might want to try
which application manager come
pgSetWidget(tab1, PG_WP_TEXT, pgNewString("First
Tab"));
The program compiled properly and while running it is
saying that
*** PicoGUI ERROR (BADPARAM) : Invalid widget property
eventhough the string "First Tab" is displayed on the
tab.
You have to pass another argunment 0 as last argument to p
Hello all,
I want to develop a picogui client program. that is a
desktop environment for picogui. It contains a
taskbar, dektop and icons on the desk top. start
button on the task bar (just like windows). For that I
need some help from all of you.
First I want to know how to create an application