wxdragon-sys 0.9.16

Raw FFI bindings to libwxdragon (which statically links wxWidgets).
Documentation
1
2
3
4
5
6
7
8
9
10
11
#ifndef WXD_STATICBOX_H
#define WXD_STATICBOX_H

#include "../wxd_types.h"

// --- StaticBox Functions ---
WXD_EXPORTED wxd_StaticBox_t*
wxd_StaticBox_Create(wxd_Window_t* parent, wxd_Id id, const char* label, wxd_Point pos,
                     wxd_Size size, wxd_Style_t style);

#endif // WXD_STATICBOX_H