bsnes/snespurify/phoenix/gtk/action/separator.cpp

4 lines
77 B
C++
Executable File

void pSeparator::constructor() {
widget = gtk_separator_menu_item_new();
}