コード例 #1
0
ファイル: about.c プロジェクト: calumchisholm/XPilotNG-web
void Motd_destroy(void)
{
    Widget_destroy(motd_viewer);
    motd_viewer = NO_WIDGET;
    XFREE(motd_buf);
}
コード例 #2
0
ファイル: widget.c プロジェクト: RTrave/sdl2_guitk
void PROT__widget_destroy( SDLGuiTK_Widget * widget )
{
    Widget_destroy( widget );
}
コード例 #3
0
ファイル: about.c プロジェクト: calumchisholm/XPilotNG-web
void Keys_destroy(void)
{
    Widget_destroy(keys_viewer);
    keys_viewer = NO_WIDGET;
    /*keys_created = false;*/
}