| apidoc |
| [ class tree: apidoc ] [ index: apidoc ] [ all elements ] |
|
Packages: PEAR_Frontend_Gtk2 Classes: |
[ Top ] $arSpecialCategories = array(
|
| Type: | array |
[line 80]
Requested widgets are loaded from glade into this array.So this is an associative array with all required widgets from the glade file: name => widget object
| Type: | array |
[line 92]
The channel dialog| Type: | PEAR_Frontend_Gtk2_ChannelDialog |
[line 86]
The PEAR_Frontend_Gtk2_Installation object to use| Type: | PEAR_Frontend_Gtk2_Installation |
[line 67]
| Type: | mixed |
[line 102]
The package information class instance| Type: | PEAR_Frontend_Gtk2_Packages |
[line 94]
| Type: | mixed |
[line 109]
Last package file that has been installed| Type: | string |
[line 96]
| Type: | mixed |
[line 95]
| Type: | mixed |
|
| PEAR_Frontend_Gtk2_Package | $package | — | The package to check |
|
| array | $arCategories | — | Array of categories |
|
|
|
| PEAR_Error | $error | — | The error |
|
|
| string | $strFile | — | File to install |
|
| boolean | $bInstall | — | True if the package shall be installed, false if it shall be uninstalled |
|
| string | $strDefaultChannel | — | The channel to set active |
|
| $widget | — | ||
| $arFiles | — |
|
|
| $nPackageCount | — | ||
| $nCurrentPackage | — |
|
|
|
Has to be public as it is a callback function
| GtkComboBox | $cmbChannel | — | The channel selection combo box |
| boolean | $bSecondTime | — | If the function is being run a second time (because the first run had a problem) - used to detect infinite loops. |
|
| string | $strPackage | — | The package name (without channel!) |
|
| boolean | $bOffline | — | If the user wants to work offline (true) or not (false) |
|
| $strCategory | — |
|
| boolean | $bInitWithZero | — | If the dialog's labels should be initialized (if the dialog has been hidden) |
|
Useful after installing/uninstalling a package
| array | $arPackages | — | Array of packages which model entry shall be updated |