Manages a progress bar dialog.
Creates a new TextWindow.
- title (optional)
-
Title of the new window, defaults to "Progress".
- task (optional)
-
Current task, defaults to "".
Appends text
- progress
-
Part done ( e.g. 0.75 ).
- task (optional)
-
Current task, defaults to "".
Checks wheher the user has pressed the stop button.
Manages a text window.
Creates a new TextWindow.
Set the function that will be called when the window closes
Sets the text.
Appends text
Prepends text
Erases all text in the window.
Get the text of the window
Make this window editable
Checks whether the GUI facility is enabled.
Register a menu item in one of the main menus.
- name
-
The name of the menu item. The submenus are to be separated by '/'s. (string)
- action
-
The function to be called when the menu item is invoked. (function taking no arguments and returning nothing)
- group (optional)
-
The menu group into which the menu item is to be inserted. If omitted, defaults to MENU_STAT_GENERIC. One of: MENU_STAT_UNSORTED (Statistics), MENU_STAT_GENERIC (Statistics, first section), MENU_STAT_CONVERSATION (Statistics/Conversation List), MENU_STAT_ENDPOINT (Statistics/Endpoint List), MENU_STAT_RESPONSE (Statistics/Service Response Time), MENU_STAT_TELEPHONY (Telephony), MENU_ANALYZE (Analyze), MENU_ANALYZE_CONVERSATION (Analyze/Conversation Filter), MENU_TOOLS_UNSORTED (Tools). (number)
Pops up a new dialog
- title
-
Title of the dialog's window.
- action
-
Action to be performed when OKd.
- ...
-
A series of strings to be used as labels of the dialog's fields
Copy a string into the clipboard
Open and display a capture file
Set packet-coloring rule for the current session