nappgui-sys 0.2.0

Rust raw bindings to NAppGUI
Documentation
/*
 * NAppGUI Cross-platform C SDK
 * 2015-2025 Francisco Garcia Collado
 * MIT Licence
 * https://nappgui.com/en/legal/license.html
 *
 * File: osedit_win.inl
 *
 */

/* Operating System edit box */

#include "osgui_win.ixx"

__EXTERN_C

void _osedit_command(OSEdit *edit, WPARAM wParam);

COLORREF _osedit_color(const OSEdit *edit);

HBRUSH _osedit_background_color(const OSEdit *edit, COLORREF *color);

__END_C