This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

[Lua] Custom Text Window Sizes?

0

Is there support for the customization of TextWindow sizes so that when the window is opened, it opens to a specific size? This is really just out of curiosity. Any and all comments are appreciated!

Wireshark Version 1.10.8 Windows 7

Thanks, Jeffrey

asked 27 Jun '14, 14:11

jphmiller's gravatar image

jphmiller
6225
accept rate: 0%


One Answer:

0

Nope, only what's in the API docs for TextWindow, and it's currently fixed to creating a new window of 400 x 300 pixels. An additional pair of arguments for TextWindow.new() could be easily added to control it, but the current GTK-based GUI is being phased out with a Qt one replacing it, and that might not end up having the same API exactly.

answered 28 Jun '14, 22:39

Hadriel's gravatar image

Hadriel
2.7k2939
accept rate: 18%

Thanks! I'm interested to see what the Qt GUI will be capable of when it is implemented.

(29 Jun '14, 10:48) jphmiller

The Windows 1.12 versions include the Qt version, currently this is in rc, but the release should be out soon.

(29 Jun '14, 11:24) grahamb ♦