KParts::WindowArgs Struct Reference
#include <browserextension.h>
Public Member Functions | |
WindowArgs (const WindowArgs &args) | |
WindowArgs & | operator= (const WindowArgs &args) |
WindowArgs (const TQRect &_geometry, bool _fullscreen, bool _menuBarVisible, bool _toolBarsVisible, bool _statusBarVisible, bool _resizable) | |
WindowArgs (int _x, int _y, int _width, int _height, bool _fullscreen, bool _menuBarVisible, bool _toolBarsVisible, bool _statusBarVisible, bool _resizable) | |
Detailed Description
The WindowArgs are used to specify arguments to the "create new window" call (see the createNewWindow variant that uses WindowArgs).
The primary reason for this is the javascript window.open function.
Definition at line 184 of file browserextension.h.
The documentation for this struct was generated from the following files: