Freeciv-3.2
Loading...
Searching...
No Matches
Functions
spaceshipdlg.c File Reference
#include "gui_stub.h"
#include "spaceshipdlg.h"

Go to the source code of this file.

Functions

void popup_spaceship_dialog (struct player *pplayer)
 
void popdown_spaceship_dialog (struct player *pplayer)
 
void refresh_spaceship_dialog (struct player *pplayer)
 

Function Documentation

◆ popdown_spaceship_dialog()

void popdown_spaceship_dialog ( struct player pplayer)

Close the spaceship dialog for the given player.

Definition at line 35 of file spaceshipdlg.c.

◆ popup_spaceship_dialog()

void popup_spaceship_dialog ( struct player pplayer)

Popup (or raise) the spaceship dialog for the given player.

Definition at line 27 of file spaceshipdlg.c.

◆ refresh_spaceship_dialog()

void refresh_spaceship_dialog ( struct player pplayer)

Refresh (update) the spaceship dialog for the given player.

Definition at line 43 of file spaceshipdlg.c.