~ubuntu-branches/ubuntu/precise/nvidia-settings/precise

« back to all changes in this revision

Viewing changes to src/gtk+-2.x/ctkconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Milone (tseliot)
  • Date: 2008-10-08 18:24:16 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20081008182416-niiw9g1lmimlkg75
Tags: 177.78-0ubuntu1
* New upstream release
  - Do not add RgbPath to the Files section of xorg.conf
    (LP: #274866)
* debian/copyright:
  - Restore detailed version of the license (cf. debian #494388)

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    ConfigProperties *conf;
83
83
    GtkWidget *timer_list;
84
84
    GtkWidget *timer_list_box;
 
85
    GtkWidget *button_save_rc;
 
86
    GtkWidget *rc_file_selector;
85
87
    gboolean timer_list_visible;
 
88
    CtrlHandles *pCtrlHandles;
86
89
};
87
90
 
88
91
struct _CtkConfigClass
91
94
};
92
95
 
93
96
GType      ctk_config_get_type            (void) G_GNUC_CONST;
94
 
GtkWidget* ctk_config_new                 (ConfigProperties *);
 
97
GtkWidget* ctk_config_new                 (ConfigProperties *, CtrlHandles*);
95
98
void       ctk_config_statusbar_message   (CtkConfig *, const char *, ...);
96
99
GtkWidget* ctk_config_get_statusbar       (CtkConfig *);
97
100
void       ctk_config_set_tooltip         (CtkConfig *, GtkWidget *,