geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

_GeanyPong Struct Reference

Public Attributes

GtkDialog parent
 
GtkWidget * score_label
 
GtkWidget * area
 
gint area_height
 
gint area_width
 
guint ball_speed
 
gdouble ball_pos [2]
 
gdouble ball_vec [2]
 
gint handle_width
 
gint handle_pos
 
guint score
 
guint source_id
 

Detailed Description

Definition at line 45 of file gb.c.

Member Data Documentation

◆ area

GtkWidget* _GeanyPong::area

Definition at line 51 of file gb.c.

Referenced by geany_pong_area_timeout(), and geany_pong_init().

◆ area_height

gint _GeanyPong::area_height

◆ area_width

gint _GeanyPong::area_width

◆ ball_pos

gdouble _GeanyPong::ball_pos[2]

Definition at line 57 of file gb.c.

Referenced by geany_pong_area_draw(), geany_pong_area_timeout(), and geany_pong_reset_ball().

◆ ball_speed

guint _GeanyPong::ball_speed

Definition at line 56 of file gb.c.

Referenced by geany_pong_area_timeout(), and geany_pong_reset_ball().

◆ ball_vec

gdouble _GeanyPong::ball_vec[2]

Definition at line 58 of file gb.c.

Referenced by geany_pong_area_timeout(), and geany_pong_reset_ball().

◆ handle_pos

gint _GeanyPong::handle_pos

◆ handle_width

gint _GeanyPong::handle_width

◆ parent

GtkDialog _GeanyPong::parent

Definition at line 47 of file gb.c.

◆ score

guint _GeanyPong::score

Definition at line 62 of file gb.c.

Referenced by geany_pong_area_timeout(), geany_pong_init(), and geany_pong_update_score().

◆ score_label

GtkWidget* _GeanyPong::score_label

Definition at line 50 of file gb.c.

Referenced by geany_pong_init(), and geany_pong_update_score().

◆ source_id

guint _GeanyPong::source_id

The documentation for this struct was generated from the following file: