Skip to content

Window Demo

App: apps/window_demo/

Shows how to read the current window title, width, and height from the Window API.

Terminal window
% ./plume3d window_demo

or

Terminal window
% ./../plume3d .
  • One GUI window that displays Window.getTitle(), Window.getWidth(), and Window.getHeight().
  • WindowgetTitle(), getWidth(), getHeight().
  • GuibeginWindow, layoutRowDynamic, label, endWindow.