head 1.4; access; symbols; locks; strict; comment @# @; 1.4 date 2005.08.12.07.24.27; author behdad; state Exp; branches; next 1.3; commitid 75b042fc4e5b4567; 1.3 date 2004.11.11.19.52.11; author pippin; state Exp; branches; next 1.2; 1.2 date 2004.11.11.19.45.53; author pippin; state Exp; branches; next 1.1; 1.1 date 2004.11.11.17.49.08; author pippin; state Exp; branches; next ; desc @@ 1.4 log @2005-08-12 Behdad Esfahbod * hello.c, mouse_events.c: updated to latest cairo+gtk api. * README: noted the change from gtkcairo to cairo+gtk. @ text @Sample usage of the gtk+ with cairo support. hello A very simple application with a drawing area widget in a window, displaying some text and graphics using cairo. mouse_events Illustrating how to add handlers for mouse events proper inheritance ================== See the ../gtk_slide for an example on how to properly use inheritance to create a proper new GtkWidget based using cairo. @ 1.3 log @added information about where to find proper gobject version @ text @d1 1 a1 1 Sample usage of the gtkcairo widget. d3 2 a4 2 hello A very simple application with a gtkcairo widget in a window, displaying some text. d13 2 a14 7 See the ../gtkcairo_slide for an example on how to properly use inheritance to create a proper new GtkWidget based on gtkcairo, when cairo is integrated according to plan, minimal changes should be needed for either approach to work. @ 1.2 log @added mouse event example @ text @d3 14 a16 2 hello ===== a17 2 A very simple application with a gtkcairo widget in a window, displaying some text. a18 2 mouse_events ============ a19 2 Illustrating how to catch user events, only functionality new compared to hello.c is commented. @ 1.1 log @added simple gtkcairo demo @ text @d3 11 a13 1 hello.c - a very simple application with a gtkcairo widget in a window @