Labels are static text that can't interact with the user and can't be changed by the application at run-time either. For non-static labels, use a non-editable text field.
A unique string ID used for accessing the resource at run-time from the program
The textual contents of the widget. It will be rendered using the specified font.
Guikachu currently only supports the three default built-in fonts: #0 is the "normal", #1 is the "bold" and #2 is the "large" font.
Non-usable widgets are not rendered on the screen and don't
receive events. You can set/unset the "usable"
property at run-time with the CtlSetUsable
function.
Horizontal and vertical position relative to the parent form, in pixels, counted from left to right and top to bottom. Due to the size of the screen of PalmOS devices, both X and Y are integer values between 0 and 159.
WRITE ME
A unique string ID used for accessing the resource at run-time from the program
Horizontal and vertical position relative to the parent form, in pixels, counted from left to right and top to bottom. Due to the size of the screen of PalmOS devices, both X and Y are integer values between 0 and 159.
Horizontal and vertical size, in pixels. Due to the size of the screen of PalmOS devices, both width and height are integer values between 1 and 160.
You can also use automatic values calculated from the size of the widget's contents.
This widget displays an icon showing the current state (like upper-case input, or punctuation marks) of the Graffiti input system. It is automatically connected to the input system, so you don't have to bother implementing it. Just place it on a form and you're set.
A unique string ID used for accessing the resource at run-time from the program
Horizontal and vertical position relative to the parent form, in pixels, counted from left to right and top to bottom. Due to the size of the screen of PalmOS devices, both X and Y are integer values between 0 and 159.
A button is a (rounded) rectangular user interface element that emits a specific signal to the application when the user taps it with the stylus.
A unique string ID used for accessing the resource at run-time from the program
The textual contents of the widget. It will be rendered using the specified font.
Guikachu currently only supports the three default built-in fonts: #0 is the "normal", #1 is the "bold" and #2 is the "large" font.
Buttons can optionally have one of two types of frame around them. It is usually a good idea to give buttons a frame as this helps users distinguishing it from a simple label
Repeating buttons emit several ButtonPress
signals when kept pressed by the user.
If the widget's size changes at run-time and this flag is set, the new horizontal position is calculated to leave the widget's right edge at place.
Non-usable widgets are not rendered on the screen and don't
receive events. You can set/unset the "usable"
property at run-time with the CtlSetUsable
function.
Horizontal and vertical position relative to the parent form, in pixels, counted from left to right and top to bottom. Due to the size of the screen of PalmOS devices, both X and Y are integer values between 0 and 159.
Horizontal and vertical size, in pixels. Due to the size of the screen of PalmOS devices, both width and height are integer values between 1 and 160.
You can also use automatic values calculated from the size of the widget's contents.
WRITE ME
A unique string ID used for accessing the resource at run-time from the program
The textual contents of the widget. It will be rendered using the specified font.
Guikachu currently only supports the three default built-in fonts: #0 is the "normal", #1 is the "bold" and #2 is the "large" font.
Initial checked/unchecked state of the widget
If a check box belongs to a group, no more than one per group can be checked by the user. This is automatically enforced by PalmOS. Set the group ID to 0 if you don't want to include it in any group.
If the widget's size changes at run-time and this flag is set, the new horizontal position is calculated to leave the widget's right edge at place.
Non-usable widgets are not rendered on the screen and don't
receive events. You can set/unset the "usable"
property at run-time with the CtlSetUsable
function.
Horizontal and vertical position relative to the parent form, in pixels, counted from left to right and top to bottom. Due to the size of the screen of PalmOS devices, both X and Y are integer values between 0 and 159.
Horizontal and vertical size, in pixels. Due to the size of the screen of PalmOS devices, both width and height are integer values between 1 and 160.
You can also use automatic values calculated from the size of the widget's contents.
A pushbutton behaves a lot like a check box, except it has no initial state and is rendered as a rectangular button.
A unique string ID used for accessing the resource at run-time from the program
The textual contents of the widget. It will be rendered using the specified font.
Guikachu currently only supports the three default built-in fonts: #0 is the "normal", #1 is the "bold" and #2 is the "large" font.
If a checkbox belongs to a group, no more than one per group can be checked by the user. This is automatically enforced by PalmOS. Set the group ID to 0 if you don't want to include it in any group.
Non-usable widgets are not rendered on the screen and don't
receive events. You can set/unset the "usable"
property at run-time with the CtlSetUsable
function.
Horizontal and vertical position relative to the parent form, in pixels, counted from left to right and top to bottom. Due to the size of the screen of PalmOS devices, both X and Y are integer values between 0 and 159.
Horizontal and vertical size, in pixels. Due to the size of the screen of PalmOS devices, both width and height are integer values between 1 and 160.
You can also use automatic values calculated from the size of the widget's contents.
Gadgets are placeholders for widgets implemented by the app author. The application is responsible for rendering the widget and maintaining any associated state data.
A unique string ID used for accessing the resource at run-time from the program
Non-usable widgets are not rendered on the screen and don't
receive events. You can set/unset the "usable"
property at run-time with the CtlSetUsable
function.
Horizontal and vertical position relative to the parent form, in pixels, counted from left to right and top to bottom. Due to the size of the screen of PalmOS devices, both X and Y are integer values between 0 and 159.
Horizontal and vertical size, in pixels. Due to the size of the screen of PalmOS devices, both width and height are integer values between 1 and 160.