Public Methods | |
struct cXStr* | cXStr_ctor (struct cXStr *ptr_cxstr, int w, char *title, char *st, int sln, int swd, struct Bitmap **lbmp, char *lsel, bool readonly) |
void | cXStr_dtor (struct cXStr *ptr_cxstr, int memory_flag) |
void | cXStr_SetStart (struct cXStr *ptr_cxstr) |
void | cXStr_SelRight (struct cXStr *ptr_cxstr) |
void | cXStr_OK (struct cXStr *ptr_cxstr) |
void | cXStr_Esc (struct cXStr *ptr_cxstr) |
void | cXStr_SaveStr (struct cXStr *ptr_cxstr) |
bool | cXStr_proc (struct cXStr *ptr_cxstr, struct Message *ptr_message) |
void | cXStr_Disconnect (struct cXStr *ptr_cxstr) |
bool | cXStr_Select (struct cXStr *ptr_cxstr) |
void | cXStr_update (struct cXStr *ptr_cxstr) |
struct cClip* | cXStr_GetParent (struct cXStr *ptr_cxstr) |
void | cXStr_Hide (struct cXStr *ptr_cxstr) |
void | cXStr_Show (struct cXStr *ptr_cxstr) |
void | cXStr_Disable (struct cXStr *ptr_cxstr) |
void | cXStr_Enable (struct cXStr *ptr_cxstr) |
char* | cXStr_GetTitle (struct cXStr *ptr_cxstr) |
void | cXStr_SelLeft (struct cXStr *ptr_cxstr) |
void | cXStr_SetLeft (struct cXStr *ptr_cxstr, int index) |
void | cXStr_SetRight (struct cXStr *ptr_cxstr, int index) |
A cXStr object might have an icon on the left and/or additional text on the right. It is possible to input text into the right field. You must call the cXStr_ctor function before use and the cXStr_dtor function after use.
|
Disables a cXStr object so that it cannot be selected.
|
|
Disconnects a cXStr from its parent object.
|
|
Enables a cXStr object so that it may be selected.
|
|
Clears an edited string and deselects the section on the item's right side(if it was selected).
|
|
Returns a pointer to the cClip of the parent object.
|
|
Returns the item's title.
|
|
Hides a cXStr object.
|
|
Saves an edited string and deselects the section on the item's right side (if it was selected).
|
|
Saves a Str to an external string.
|
|
Selects the section on the item's left side (only if the item has the focus).
|
|
Selects the section on the item's right side (only if the item has the focus).
|
|
Selects a cXStr object.
|
|
Changes the left section's value by 'index'.
|
|
Changes right section's value by 'index'.
|
|
Highlights the entire whole right-side string, and positions the cursor at its end (only when the section on the item's right side is selected).
|
|
Shows a cXStr object.
|
|
Constructor.
|
|
Destructor.
|
|
The Message-processing function.
|
|
Updates a cXStr object.
|
Copyright © 2001 Cybiko, Inc. All rights reserved. | More information... |