|
|
Alias of Ping.
|
|
|
Back compatibility definitions.
Definition at line 266 of file ctrlhelper.h. |
|
|
Value: Draw3DControlFrameEx(hdc, HWND_DESKTOP, l, t, r, b, \ (updown?DF_3DBOX_NORMAL:DF_3DBOX_PRESSED) | ((fillc)?DF_3DBOX_FILL:0), fillc)
Definition at line 116 of file ctrlhelper.h. |
|
|
Definition at line 202 of file ctrlhelper.h. |
|
|
Back compatibility definitions.
Definition at line 189 of file ctrlhelper.h. |
|
|
Definition at line 241 of file ctrlhelper.h. |
|
|
Definition at line 196 of file ctrlhelper.h. |
|
|
Back compatibility definitions.
Definition at line 181 of file ctrlhelper.h. |
|
|
Back compatibility definitions.
Definition at line 234 of file ctrlhelper.h. |
|
|
Value: DrawFlatControlFrameEx(hdc, HWND_DESKTOP, x0, y0, x1, y1, 3, \ (updown?DF_3DBOX_NORMAL:DF_3DBOX_PRESSED) | ((fillc)?DF_3DBOX_FILL:0), fillc)
Definition at line 147 of file ctrlhelper.h. |
|
|
Sends a notification message to the parent, but without additional data.
Definition at line 324 of file ctrlhelper.h. |
|
|
Type of general strncmp function. The function compares the two strings s1 and s2. It returns an integer less than, equal to, or greater than zero if s1 is found, respectively, to be less than, to match, or be greater than s2. Note that it only compares the first (at most) n characters of s1 and s2. Definition at line 337 of file ctrlhelper.h. |
|
|
Scroll bar display policies in scrolled window.
Definition at line 53 of file ctrlhelper.h. |
|
||||||||||||||||||||||||
|
Outputs disabled (grayed) text. This function outputs a grayed text at the specified position.
|
|
||||||||||||||||||||||||||||
|
Draws a 3D rectangle border. This function draws a 3D retangle border which is 2-pixel wide.
|
|
||||||||||||||||||||||||||||||||||||
|
Draws a 3D style frame control.
|
|
||||||||||||||||||||||||||||||||||||
|
Draws a thick 3D frame. This function draws a thin 3D frame (the border is 2-pixel wide), and fills the frame if a fill flag is specified.
|
|
||||||||||||||||||||||||||||||||||||
|
Draws a thin 3D frame. This function draws a thin 3D frame (the border is 1-pixel wide), and fills the frame if a fill flag is specified.
|
|
||||||||||||||||||||||||
|
Draws a box from bitmap.
|
|
||||||||||||||||||||||||||||||||||||||||
|
Draws a flat frame control with triangle corner.
|
|
|
Gets termios structure of the original terminal before initializing MiniGUI.
|
|
||||||||||||||||||||
|
Sends a notification message to the parent. By default, the notification from a control will be sent to its parent window within a MSG_COMMAND messsage. Since version 1.2.6, MiniGUI defines the Nofication Callback Procedure for control. You can specify a callback function for a control by calling SetNotificationCallback to receive and handle the notification from the control. If you have defined the Notificaton Callback Procedure for the control, calling NotifyParentEx will call the notification callback procedure, not send the notification message to the parent.
|
|
|
Makes a beep sound.
|
|
||||||||||||
|
Makes a tone. This function will return after the tone. Thus, your program will be blocked when the tone is being played.
|
1.4.2