sample_ribbon_native.hsp
title "Ribbon Framework Demo"
リボン初期化
ribbon_native_init
if stat != 0 {
mes "Ribbon init failed: " + stat
stop
}
BML ロード (.rc + .h も同じフォルダに必要)
ribbon_native_load_bml dir_cur + "\\ribbon.bml"
if stat != 0 {
mes "Ribbon load failed: " +
sample\ribbon\sample_ribbon_native.hsp - 2026/04/17