Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.05 KB

list.md

File metadata and controls

32 lines (20 loc) · 1.05 KB

IUP for Zig

Lines of code GitHub code size in bytes made with Zig made with Zig

WIP Work in Progress

A Zig language idiomatic and type-checked bindings for IUP Portable User Interface Toolkit

List example

Creates a dialog with three frames, each one containing a list. The first is a simple list, the second one is a multiple list and the last one is a drop-down list. The second list has a callback associated.

Source code: list_example.zig.

Type zig build list to run this example.

Converted from original example in C https://tecgraf.puc-rio.br/iup/examples/C/list1.c

Screenshots

Windows Classic

List Windows

Ubuntu

List Ubuntu