~akirad/cinecutie/trunk

« back to all changes in this revision

Viewing changes to TODO.dir/diffpatch/4/cpanel.h.patch

  • Committer: Paolo Rampino
  • Date: 2010-03-08 16:31:37 UTC
  • Revision ID: git-v1:9ad8e050eef4a4777c099f39dc4ef1553387dfeb
Added TODO.dir to help develop added credits

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- cinecutie/cpanel.h  2008-07-21 21:14:01.000000000 +0200
 
2
+++ /home/user/cinecutie/cinecutie/cpanel.h     2010-02-19 22:19:11.878577328 +0100
 
3
@@ -33,7 +33,7 @@
 
4
        CPanel(MWindow *mwindow, CWindowGUI *subwindow, int x, int y, int w, int h);
 
5
        ~CPanel();
 
6
 
 
7
-       void create_objects();
 
8
+       int create_objects();
 
9
        void reposition_buttons(int x, int y);
 
10
        void set_operation(int value);
 
11
 
 
12
@@ -55,16 +55,6 @@
 
13
        CPanel *gui;
 
14
 };
 
15
 
 
16
-class CPanelRuler : public BC_Toggle
 
17
-{
 
18
-public:
 
19
-       CPanelRuler(MWindow *mwindow, CPanel *gui, int x, int y);
 
20
-       ~CPanelRuler();
 
21
-       int handle_event();
 
22
-       MWindow *mwindow;
 
23
-       CPanel *gui;
 
24
-};
 
25
-
 
26
 class CPanelTitleSafe : public BC_Toggle
 
27
 {
 
28
 public:
 
29
@@ -161,6 +151,7 @@
 
30
        CPanelToolWindow(MWindow *mwindow, CPanel *gui, int x, int y);
 
31
        ~CPanelToolWindow();
 
32
        int handle_event();
 
33
+       int set_shown(int shown);
 
34
        MWindow *mwindow;
 
35
        CPanel *gui;
 
36
 };