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
![]() ![]() |
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 |
GtkWidget* _GeanyPong::area |
Definition at line 51 of file gb.c.
Referenced by geany_pong_area_timeout(), and geany_pong_init().
gint _GeanyPong::area_height |
Definition at line 53 of file gb.c.
Referenced by geany_pong_area_draw(), geany_pong_area_timeout(), geany_pong_init(), and geany_pong_reset_ball().
gint _GeanyPong::area_width |
Definition at line 54 of file gb.c.
Referenced by geany_pong_area_draw(), geany_pong_area_motion_notify(), geany_pong_area_timeout(), geany_pong_init(), and geany_pong_reset_ball().
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().
guint _GeanyPong::ball_speed |
Definition at line 56 of file gb.c.
Referenced by geany_pong_area_timeout(), and geany_pong_reset_ball().
gdouble _GeanyPong::ball_vec[2] |
Definition at line 58 of file gb.c.
Referenced by geany_pong_area_timeout(), and geany_pong_reset_ball().
gint _GeanyPong::handle_pos |
Definition at line 60 of file gb.c.
Referenced by geany_pong_area_draw(), geany_pong_area_motion_notify(), geany_pong_area_timeout(), and geany_pong_init().
gint _GeanyPong::handle_width |
Definition at line 59 of file gb.c.
Referenced by geany_pong_area_button_press(), geany_pong_area_draw(), geany_pong_area_motion_notify(), geany_pong_area_timeout(), and geany_pong_init().
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().
GtkWidget* _GeanyPong::score_label |
Definition at line 50 of file gb.c.
Referenced by geany_pong_init(), and geany_pong_update_score().
guint _GeanyPong::source_id |
Definition at line 64 of file gb.c.
Referenced by geany_pong_area_button_press(), geany_pong_area_draw(), geany_pong_area_timeout(), geany_pong_finalize(), and geany_pong_init().