2024.8.23
|
Go to the source code of this file.
Functions | |
_make_file_filter ($filter) | |
wb_create_control ($parent, $class, $caption="", $xpos=0, $ypos=0, $width=0, $height=0, $id=null, $style=0, $lparam=null, $ntab=0) | |
wb_create_items ($ctrl, $items, $clear=false, $param=null) | |
wb_get_text ($ctrl, $item=null, $subitem=null) | |
wb_set_selected ($ctrl, $selitems, $selected=TRUE) | |
wb_set_text ($ctrl, $text, $item=null, $subitem=null) | |
wb_set_value ($ctrl, $value, $item=null) | |
wb_sys_dlg_open ($parent=null, $title=null, $filter=null, $path=null, $filename=null, $flags=null) | |
wb_sys_dlg_save ($parent=null, $title=null, $filter=null, $path=null, $filename=null, $defext=null) | |
Variables | |
const | BM_SETCHECK 241 |
const | CB_FINDSTRINGEXACT 344 |
const | CB_SETCURSEL 334 |
const | LB_FINDSTRINGEXACT 418 |
const | LB_SETCURSEL 390 |
const | LVIS_SELECTED 2 |
const | LVM_DELETEALLITEMS (LVM_FIRST+9) |
const | LVM_FIRST 0x1000 |
const | LVM_GETITEMCOUNT (LVM_FIRST+4) |
const | LVM_GETITEMSTATE (LVM_FIRST+44) |
const | LVM_GETSELECTEDCOUNT (LVM_FIRST+50) |
const | TCM_GETCURSEL 4875 |
const | TCM_SETCURSEL 4876 |
const | WM_SETTEXT 12 |
_make_file_filter | ( | $filter | ) |
Definition at line 495 of file wb_windows.inc.php.
References $result.
Referenced by wb_sys_dlg_open(), and wb_sys_dlg_save().
wb_create_control | ( | $parent, | |
$class, | |||
$caption = "", | |||
$xpos = 0, | |||
$ypos = 0, | |||
$width = 0, | |||
$height = 0, | |||
$id = null, | |||
$style = 0, | |||
$lparam = null, | |||
$ntab = 0 ) |
Definition at line 43 of file wb_windows.inc.php.
References wb_set_text(), and wb_set_value().
wb_create_items | ( | $ctrl, | |
$items, | |||
$clear = false, | |||
$param = null ) |
Definition at line 386 of file wb_windows.inc.php.
References $result, and LVM_DELETEALLITEMS.
Referenced by wb_set_text().
wb_get_text | ( | $ctrl, | |
$item = null, | |||
$subitem = null ) |
Definition at line 136 of file wb_windows.inc.php.
wb_set_selected | ( | $ctrl, | |
$selitems, | |||
$selected = TRUE ) |
Definition at line 339 of file wb_windows.inc.php.
References CB_SETCURSEL, and LB_SETCURSEL.
wb_set_text | ( | $ctrl, | |
$text, | |||
$item = null, | |||
$subitem = null ) |
Definition at line 211 of file wb_windows.inc.php.
References CB_FINDSTRINGEXACT, CB_SETCURSEL, LB_FINDSTRINGEXACT, LB_SETCURSEL, wb_create_items(), and WM_SETTEXT.
Referenced by wb_create_control().
wb_set_value | ( | $ctrl, | |
$value, | |||
$item = null ) |
Definition at line 93 of file wb_windows.inc.php.
Referenced by wb_create_control().
wb_sys_dlg_open | ( | $parent = null, | |
$title = null, | |||
$filter = null, | |||
$path = null, | |||
$filename = null, | |||
$flags = null ) |
Definition at line 468 of file wb_windows.inc.php.
References _make_file_filter().
wb_sys_dlg_save | ( | $parent = null, | |
$title = null, | |||
$filter = null, | |||
$path = null, | |||
$filename = null, | |||
$defext = null ) |
Definition at line 480 of file wb_windows.inc.php.
References _make_file_filter().
const BM_SETCHECK 241 |
Definition at line 20 of file wb_windows.inc.php.
const CB_FINDSTRINGEXACT 344 |
Definition at line 28 of file wb_windows.inc.php.
Referenced by wb_set_text().
const CB_SETCURSEL 334 |
Definition at line 29 of file wb_windows.inc.php.
Referenced by wb_set_selected(), and wb_set_text().
const LB_FINDSTRINGEXACT 418 |
Definition at line 30 of file wb_windows.inc.php.
Referenced by wb_set_text().
const LB_SETCURSEL 390 |
Definition at line 31 of file wb_windows.inc.php.
Referenced by wb_set_selected(), and wb_set_text().
const LVIS_SELECTED 2 |
Definition at line 26 of file wb_windows.inc.php.
const LVM_DELETEALLITEMS (LVM_FIRST+9) |
Definition at line 22 of file wb_windows.inc.php.
Referenced by wb_create_items().
const LVM_FIRST 0x1000 |
Definition at line 21 of file wb_windows.inc.php.
const LVM_GETITEMCOUNT (LVM_FIRST+4) |
Definition at line 23 of file wb_windows.inc.php.
const LVM_GETITEMSTATE (LVM_FIRST+44) |
Definition at line 24 of file wb_windows.inc.php.
const LVM_GETSELECTEDCOUNT (LVM_FIRST+50) |
Definition at line 25 of file wb_windows.inc.php.
const TCM_GETCURSEL 4875 |
Definition at line 27 of file wb_windows.inc.php.
const TCM_SETCURSEL 4876 |
Definition at line 32 of file wb_windows.inc.php.
const WM_SETTEXT 12 |
Definition at line 33 of file wb_windows.inc.php.
Referenced by wb_set_text().