Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 287 Bytes

function_reference.md

File metadata and controls

18 lines (12 loc) · 287 Bytes

Objects

@GtkWindow(title, w=-1, h=-1, resizable=true, toplevel=true)

Creates a new window. If the width and height are not specified, the library picks a default size.


@GtkFrame(label::String)

Creates a frame, with an optional text label


Layout