~alanbell/dasher/ircfix-lp579181

« back to all changes in this revision

Viewing changes to Src/Gtk2/DasherControl.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-11-14 12:03:42 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20061114120342-pebcosas78lczcgz
Tags: 4.3.1-0ubuntu1
* New upstream release:
  - 4.3.1:
    - Bugfixes
    - Translation updates
  - 4.3.0:
    - Mainly work on two button dynamic mode to provide a platform for 
      user tests
* debian/patches/10_remove-extra-qualifier.patch:
  - fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  /// Called when the canvas gets realized (ie when internal resources have been allocated), so we can finalise setup.
54
54
  ///
55
55
 
56
 
  void RealizeCanvas();
 
56
  void RealizeCanvas(GtkWidget *pWidget);
57
57
 
58
58
  ///
59
59
  /// Called periodically by a timer. Used to prompt the interface to perform a redraw
63
63
  ///
64
64
 
65
65
  int TimerEvent();
 
66
  int LongTimerEvent();
 
67
 
66
68
 
67
69
  ///
68
70
  /// Mouse button pressed on the canvas
142
144
 
143
145
  void ExternalKeyDown(int iKeyVal);
144
146
  void ExternalKeyUp(int iKeyVal);
 
147
  
 
148
  gboolean ExposeEvent();
145
149
 
146
150
private:
147
151
  //  virtual void CreateSettingsStore();