1 /* hildon-1.vapi generated by vapigen, do not modify. */
3 [CCode (cprefix = "Hildon", lower_case_cprefix = "hildon_")]
5 [CCode (cheader_filename = "hildon/hildon.h")]
6 public class Banner : Gtk.Window, Atk.Implementor, Gtk.Buildable {
7 public void set_fraction (double fraction);
8 public void set_icon (string icon_name);
9 public void set_icon_from_file (string icon_file);
10 public void set_markup (string markup);
11 public void set_text (string text);
12 public void set_timeout (uint timeout);
13 public static unowned Gtk.Widget show_animation (Gtk.Widget widget, string animation_name, string text);
14 public static unowned Gtk.Widget show_information (Gtk.Widget widget, string icon_name, string text);
15 public static unowned Gtk.Widget show_information_with_markup (Gtk.Widget widget, string icon_name, string markup);
16 public static unowned Gtk.Widget show_informationf (Gtk.Widget widget, string icon_name, string format);
17 public static unowned Gtk.Widget show_progress (Gtk.Widget widget, Gtk.ProgressBar bar, string text);
19 public bool is_timed { get; construct; }
21 public Gtk.Window parent_window { owned get; construct; }
23 public uint timeout { get; construct; }
25 [CCode (cheader_filename = "hildon/hildon.h")]
26 public class BreadCrumbTrail : Gtk.Container, Atk.Implementor, Gtk.Buildable {
28 [CCode (type = "GtkWidget*", has_construct_function = false)]
29 public BreadCrumbTrail ();
31 public void push (Hildon.BreadCrumb item, void* id, GLib.DestroyNotify notify);
32 public void push_icon (string text, Gtk.Widget icon, void* id, GLib.DestroyNotify destroy);
33 public void push_text (string text, void* id, GLib.DestroyNotify notify);
34 public virtual signal bool crumb_clicked (void* id);
35 public virtual signal void move_parent ();
37 [CCode (cheader_filename = "hildon/hildon.h")]
38 public class Calendar : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
39 [CCode (array_length = false)]
40 public weak int[] day_month;
41 public Hildon.CalendarDisplayOptions display_flags;
44 public weak Gdk.GC gc;
45 [CCode (array_length = false)]
46 public weak char[] grow_space;
47 public weak Gtk.Style header_style;
48 public int highlight_col;
49 public int highlight_row;
50 public weak Gtk.Style label_style;
51 [CCode (array_length = false)]
52 public weak int[] marked_date;
53 [CCode (array_length = false)]
54 public weak Gdk.Color[] marked_date_color;
55 public int num_marked_dates;
56 public int selected_day;
57 public weak Gdk.GC xor_gc;
58 public void clear_marks ();
59 public void freeze ();
60 public void get_date (uint year, uint month, uint day);
61 public Hildon.CalendarDisplayOptions get_display_options ();
62 public bool mark_day (uint day);
63 [CCode (type = "GtkWidget*", has_construct_function = false)]
65 public void select_day (uint day);
66 public bool select_month (uint month, uint year);
67 public void set_display_options (Hildon.CalendarDisplayOptions flags);
69 public bool unmark_day (uint day);
71 public int day { get; set; }
73 public int max_year { get; set; }
75 public int min_year { get; set; }
77 public int month { get; set; }
79 public bool no_month_change { get; set; }
81 public bool show_day_names { get; set; }
83 public bool show_heading { get; set; }
85 public bool show_week_numbers { get; set; }
87 public int week_start { get; set; }
89 public int year { get; set; }
90 public virtual signal void day_selected ();
91 public virtual signal void day_selected_double_click ();
92 public virtual signal void erroneous_date ();
93 public virtual signal void month_changed ();
94 public virtual signal void next_month ();
95 public virtual signal void next_year ();
96 public virtual signal void prev_month ();
97 public virtual signal void prev_year ();
98 public virtual signal void selected_date ();
100 [CCode (cheader_filename = "hildon/hildon.h")]
101 public class CalendarPopup : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
102 public void get_date (uint year, uint month, uint day);
103 [CCode (type = "GtkWidget*", has_construct_function = false)]
104 public CalendarPopup (Gtk.Window parent, uint year, uint month, uint day);
105 public void set_date (uint year, uint month, uint day);
107 public int day { get; set; }
109 public uint max_year { set; }
111 public uint min_year { set; }
113 public int month { get; set; }
115 public int year { get; set; }
117 [CCode (cheader_filename = "hildon/hildon.h")]
118 public class Caption : Gtk.EventBox, Atk.Implementor, Gtk.Buildable {
119 public bool get_child_expand ();
120 public unowned Gtk.Widget get_icon_image ();
121 public Hildon.CaptionIconPosition get_icon_position ();
122 public unowned string get_label ();
123 public float get_label_alignment ();
124 public unowned string get_separator ();
125 public unowned Gtk.SizeGroup get_size_group ();
126 public Hildon.CaptionStatus get_status ();
127 public bool is_mandatory ();
128 [CCode (type = "GtkWidget*", has_construct_function = false)]
129 public Caption (Gtk.SizeGroup group, string value, Gtk.Widget control, Gtk.Widget icon, Hildon.CaptionStatus flag);
130 public void set_child_expand (bool expand);
131 public void set_icon_image (Gtk.Widget icon);
132 public void set_icon_position (Hildon.CaptionIconPosition pos);
133 public void set_label (string label);
134 public void set_label_alignment (float alignment);
135 public void set_label_markup (string markup);
136 public void set_separator (string separator);
137 public void set_size_group (Gtk.SizeGroup new_group);
138 public void set_status (Hildon.CaptionStatus flag);
140 public Gtk.Widget icon { owned get; set; }
141 public Hildon.CaptionIconPosition icon_position { get; set; }
142 public string label { get; set; }
144 public string markup { set; }
145 public string separator { get; set; }
146 public Gtk.SizeGroup size_group { get; set; }
147 public Hildon.CaptionStatus status { get; set; }
148 public virtual signal void activate ();
150 [CCode (cheader_filename = "hildon/hildon.h")]
151 public class CodeDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
152 public void clear_code ();
153 public unowned string get_code ();
154 [CCode (type = "GtkWidget*", has_construct_function = false)]
155 public CodeDialog ();
156 public void set_help_text (string text);
157 public void set_input_sensitive (bool sensitive);
158 public virtual signal void input ();
160 [CCode (cheader_filename = "hildon/hildon.h")]
161 public class ColorButton : Gtk.Button, Atk.Implementor, Gtk.Buildable {
162 public void get_color (out Gdk.Color color);
163 public bool get_popup_shown ();
164 [CCode (type = "GtkWidget*", has_construct_function = false)]
165 public ColorButton ();
166 public void popdown ();
167 public void set_color (Gdk.Color color);
168 [CCode (type = "GtkWidget*", has_construct_function = false)]
169 public ColorButton.with_color (Gdk.Color color);
170 public Gdk.Color color { get; set; }
171 public bool popup_shown { get; }
173 [CCode (cheader_filename = "hildon/hildon.h")]
174 public class ColorChooser : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
175 public void get_color (out Gdk.Color color);
176 [CCode (type = "GtkWidget*", has_construct_function = false)]
177 public ColorChooser ();
178 public virtual void set_color (Gdk.Color color);
179 public Gdk.Color color { get; set; }
180 public virtual signal void color_changed ();
182 [CCode (cheader_filename = "hildon/hildon.h")]
183 public class ColorChooserDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
184 public void get_color (out Gdk.Color color);
185 [CCode (type = "GtkWidget*", has_construct_function = false)]
186 public ColorChooserDialog ();
187 public void set_color (Gdk.Color color);
189 [CCode (cheader_filename = "hildon/hildon.h")]
190 public class Controlbar : Gtk.Scale, Atk.Implementor, Gtk.Buildable {
191 public int get_max ();
192 public int get_min ();
193 public int get_value ();
194 [CCode (type = "GtkWidget*", has_construct_function = false)]
195 public Controlbar ();
196 public void set_max (int max);
197 public void set_min (int min);
198 public void set_range (int min, int max);
199 public void set_value (int value);
200 public int max { get; set; }
201 public int min { get; set; }
202 public int value { get; set; }
203 public virtual signal void end_reached (bool end);
205 [CCode (cheader_filename = "hildon/hildon.h")]
206 public class DateEditor : Gtk.Container, Atk.Implementor, Gtk.Buildable {
207 public void get_date (uint year, uint month, uint day);
208 public uint get_day ();
209 public uint get_month ();
210 public uint get_year ();
211 [CCode (type = "GtkWidget*", has_construct_function = false)]
212 public DateEditor ();
213 public void set_date (uint year, uint month, uint day);
214 public bool set_day (uint day);
215 public bool set_month (uint month);
216 public bool set_year (uint year);
217 public uint day { get; set; }
219 public uint max_year { get; set; }
221 public uint min_year { get; set; }
222 public uint month { get; set; }
223 public uint year { get; set; }
224 public virtual signal bool date_error (Hildon.DateTimeError type);
226 [CCode (cheader_filename = "hildon/hildon.h")]
227 public class FindToolbar : Gtk.Toolbar, Atk.Implementor, Gtk.Buildable {
228 public int get_active ();
229 public bool get_active_iter (out Gtk.TreeIter iter);
230 public int32 get_last_index ();
231 public void highlight_entry (bool get_focus);
232 [CCode (type = "GtkWidget*", has_construct_function = false)]
233 public FindToolbar (string label);
234 public void set_active (int index);
235 public void set_active_iter (Gtk.TreeIter iter);
236 [CCode (type = "GtkWidget*", has_construct_function = false)]
237 public FindToolbar.with_model (string label, Gtk.ListStore model, int column);
239 public int column { get; set; }
241 public int history_limit { get; set construct; }
243 public string label { owned get; set construct; }
245 public Gtk.ListStore list { owned get; set; }
247 public int max_characters { get; set construct; }
249 public string prefix { owned get; set; }
250 public virtual signal void close ();
251 public virtual signal bool history_append ();
252 public virtual signal void invalid_input ();
253 public virtual signal void search ();
255 [CCode (cheader_filename = "hildon/hildon.h")]
256 public class FontSelectionDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
257 public unowned string get_preview_text ();
258 [CCode (type = "GtkWidget*", has_construct_function = false)]
259 public FontSelectionDialog (Gtk.Window parent, string title);
260 public void set_preview_text (string text);
262 public bool bold { get; set; }
264 public bool bold_set { get; set construct; }
266 public Gdk.Color color { get; set; }
268 public bool color_set { get; set construct; }
270 public string family { owned get; set; }
272 public bool family_set { get; set construct; }
274 public double font_scaling { get; set; }
276 public bool italic { get; set; }
278 public bool italic_set { get; set construct; }
280 public int position { get; set; }
282 public bool position_set { get; set construct; }
283 public string preview_text { get; set; }
285 public int size { get; set; }
287 public bool size_set { get; set construct; }
289 public bool strikethrough { get; set; }
291 public bool strikethrough_set { get; set construct; }
293 public bool underline { get; set; }
295 public bool underline_set { get; set construct; }
297 [CCode (cheader_filename = "hildon/hildon.h")]
298 public class GetPasswordDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
299 public unowned string get_password ();
300 [CCode (type = "GtkWidget*", has_construct_function = false)]
301 public GetPasswordDialog (Gtk.Window parent, bool get_old);
302 public void set_caption (string new_caption);
303 public void set_max_characters (int max_characters);
304 public void set_message (string message);
305 [CCode (type = "GtkWidget*", has_construct_function = false)]
306 public GetPasswordDialog.with_default (Gtk.Window parent, string password, bool get_old);
308 public string caption_label { owned get; set; }
310 public bool get_old { get; construct; }
312 public int max_characters { get; set; }
314 public string message { owned get; set; }
316 public bool numbers_only { get; set; }
318 public string password { owned get; set; }
320 [CCode (cheader_filename = "hildon/hildon.h")]
321 public class HVolumebar : Hildon.Volumebar, Atk.Implementor, Gtk.Buildable {
322 [CCode (type = "GtkWidget*", has_construct_function = false)]
323 public HVolumebar ();
325 [CCode (cheader_filename = "hildon/hildon.h")]
326 public class LoginDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
327 public unowned string get_password ();
328 public unowned string get_username ();
329 [CCode (type = "GtkWidget*", has_construct_function = false)]
330 public LoginDialog (Gtk.Window parent);
331 public void set_message (string msg);
332 [CCode (type = "GtkWidget*", has_construct_function = false)]
333 public LoginDialog.with_default (Gtk.Window parent, string name, string password);
335 public string message { owned get; set; }
337 public string password { owned get; set; }
339 public string username { owned get; set; }
341 [CCode (cheader_filename = "hildon/hildon.h")]
342 public class Note : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
343 [CCode (type = "GtkWidget*", has_construct_function = false)]
344 public Note.cancel_with_progress_bar (Gtk.Window parent, string description, Gtk.ProgressBar progressbar);
345 [CCode (type = "GtkWidget*", has_construct_function = false)]
346 public Note.confirmation (Gtk.Window parent, string description);
347 [CCode (type = "GtkWidget*", has_construct_function = false)]
348 public Note.confirmation_add_buttons (Gtk.Window parent, string description);
349 [CCode (type = "GtkWidget*", has_construct_function = false)]
350 public Note.confirmation_with_icon_name (Gtk.Window parent, string description, string icon_name);
351 [CCode (type = "GtkWidget*", has_construct_function = false)]
352 public Note.information (Gtk.Window parent, string description);
353 [CCode (type = "GtkWidget*", has_construct_function = false)]
354 public Note.information_with_icon_name (Gtk.Window parent, string description, string icon_name);
355 public void set_button_text (string text);
356 public void set_button_texts (string text_ok, string text_cancel);
358 public string description { owned get; set; }
360 public string icon { owned get; set; }
362 public Gtk.ProgressBar progressbar { owned get; set; }
364 public string stock_icon { owned get; set; }
366 [CCode (cheader_filename = "hildon/hildon.h")]
367 public class NumberEditor : Gtk.Container, Atk.Implementor, Gtk.Buildable {
368 public int get_value ();
369 [CCode (type = "GtkWidget*", has_construct_function = false)]
370 public NumberEditor (int min, int max);
371 public void set_range (int min, int max);
372 public void set_value (int value);
373 public int value { get; set; }
374 public virtual signal bool range_error (Hildon.NumberEditorErrorType type);
376 [CCode (cheader_filename = "hildon/hildon.h")]
377 public class Program : GLib.Object {
378 public void add_window (Hildon.Window window);
379 public bool get_can_hibernate ();
380 public unowned Gtk.Menu get_common_menu ();
381 public unowned Gtk.Toolbar get_common_toolbar ();
382 public static unowned Hildon.Program get_instance ();
383 public bool get_is_topmost ();
384 public void remove_window (Hildon.Window window);
385 public void set_can_hibernate (bool can_hibernate);
386 public void set_common_menu (Gtk.Menu menu);
387 public void set_common_toolbar (Gtk.Toolbar toolbar);
388 public bool can_hibernate { get; set; }
389 public bool is_topmost { get; }
391 [CCode (cheader_filename = "hildon/hildon.h")]
392 public class RangeEditor : Gtk.Container, Atk.Implementor, Gtk.Buildable {
393 public int get_higher ();
394 public int get_lower ();
395 public int get_max ();
396 public int get_min ();
397 public void get_range (int start, int end);
398 public unowned string get_separator ();
399 [CCode (type = "GtkWidget*", has_construct_function = false)]
400 public RangeEditor ();
401 public void set_higher (int value);
402 public void set_limits (int start, int end);
403 public void set_lower (int value);
404 public void set_max (int value);
405 public void set_min (int value);
406 public void set_range (int start, int end);
407 public void set_separator (string separator);
408 [CCode (type = "GtkWidget*", has_construct_function = false)]
409 public RangeEditor.with_separator (string separator);
410 public int higher { get; set construct; }
411 public int lower { get; set construct; }
412 public int max { get; set construct; }
413 public int min { get; set construct; }
414 public string separator { get; set construct; }
416 [CCode (cheader_filename = "hildon/hildon.h")]
417 public class Seekbar : Gtk.Scale, Atk.Implementor, Gtk.Buildable {
418 public uint get_fraction ();
419 public int get_position ();
420 public int get_total_time ();
421 [CCode (type = "GtkWidget*", has_construct_function = false)]
423 public void set_fraction (uint fraction);
424 public void set_position (int time);
425 public void set_total_time (int time);
426 public double fraction { get; set; }
427 public double position { get; set; }
428 public double total_time { get; set; }
430 [CCode (cheader_filename = "hildon/hildon.h")]
431 public class SetPasswordDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
432 public unowned string get_password ();
433 public bool get_protected ();
434 [CCode (type = "GtkWidget*", has_construct_function = false)]
435 public SetPasswordDialog (Gtk.Window parent, bool modify_protection);
436 public void set_message (string message);
437 [CCode (type = "GtkWidget*", has_construct_function = false)]
438 public SetPasswordDialog.with_default (Gtk.Window parent, string password, bool modify_protection);
440 public string message { owned get; set; }
442 public bool modify_protection { get; construct; }
444 public string password { owned get; set; }
446 [CCode (cheader_filename = "hildon/hildon.h")]
447 public class SortDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
448 public int add_sort_key (string sort_key);
449 public int add_sort_key_reversed (string sort_key);
450 public int get_sort_key ();
451 public Gtk.SortType get_sort_order ();
452 [CCode (type = "GtkWidget*", has_construct_function = false)]
453 public SortDialog (Gtk.Window parent);
454 public void set_sort_key (int key);
455 public void set_sort_order (Gtk.SortType order);
456 public int sort_key { get; set; }
457 public Gtk.SortType sort_order { get; set; }
459 [CCode (cheader_filename = "hildon/hildon.h")]
460 public class TimeEditor : Gtk.Container, Atk.Implementor, Gtk.Buildable {
461 public uint get_duration_max ();
462 public uint get_duration_min ();
463 public bool get_duration_mode ();
464 public void get_duration_range (uint min_seconds, uint max_seconds);
465 public bool get_show_hours ();
466 public bool get_show_seconds ();
467 public uint get_ticks ();
468 public void get_time (uint hours, uint minutes, uint seconds);
469 public static void get_time_separators (Gtk.Label hm_sep_label, Gtk.Label ms_sep_label);
470 [CCode (type = "GtkWidget*", has_construct_function = false)]
471 public TimeEditor ();
472 public void set_duration_max (uint duration_max);
473 public void set_duration_min (uint duration_min);
474 public void set_duration_mode (bool duration_mode);
475 public void set_duration_range (uint min_seconds, uint max_seconds);
476 public void set_show_hours (bool show_hours);
477 public void set_show_seconds (bool show_seconds);
478 public void set_ticks (uint ticks);
479 public void set_time (uint hours, uint minutes, uint seconds);
480 public uint duration_max { get; set; }
481 public uint duration_min { get; set; }
482 public bool duration_mode { get; set; }
483 public bool show_hours { get; set; }
484 public bool show_seconds { get; set; }
485 public uint ticks { get; set; }
486 public virtual signal bool time_error (Hildon.DateTimeError type);
488 [CCode (cheader_filename = "hildon/hildon.h")]
489 public class TimePicker : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
490 public void get_time (uint hours, uint minutes);
491 [CCode (type = "GtkWidget*", has_construct_function = false)]
492 public TimePicker (Gtk.Window parent);
493 public void set_time (uint hours, uint minutes);
495 public uint minutes { get; set; }
497 [CCode (cheader_filename = "hildon/hildon.h")]
498 public class VVolumebar : Hildon.Volumebar, Atk.Implementor, Gtk.Buildable {
499 [CCode (type = "GtkWidget*", has_construct_function = false)]
500 public VVolumebar ();
502 [CCode (cheader_filename = "hildon/hildon.h")]
503 public class Volumebar : Gtk.Container, Atk.Implementor, Gtk.Buildable {
504 public unowned Gtk.Adjustment get_adjustment ();
505 public double get_level ();
506 public bool get_mute ();
507 public void set_level (double level);
508 public void set_mute (bool mute);
509 public void set_range_insensitive_message (string message);
510 public void set_range_insensitive_messagef (string format);
512 public bool can_focus { get; set construct; }
514 public bool has_mute { get; set construct; }
515 public double level { get; set; }
516 public bool mute { get; set; }
517 public virtual signal void level_changed ();
518 public virtual signal void mute_toggled ();
520 [CCode (cheader_filename = "hildon/hildon.h")]
521 public class VolumebarRange : Gtk.Scale, Atk.Implementor, Gtk.Buildable {
522 public double get_level ();
523 [CCode (type = "GtkWidget*", has_construct_function = false)]
524 public VolumebarRange (Gtk.Orientation orientation);
525 public void set_level (double level);
526 public double level { get; set; }
528 [CCode (cheader_filename = "hildon/hildon.h")]
529 public class WeekdayPicker : Gtk.Container, Atk.Implementor, Gtk.Buildable {
530 public bool isset_day (GLib.DateWeekday day);
531 [CCode (type = "GtkWidget*", has_construct_function = false)]
532 public WeekdayPicker ();
533 public void set_all ();
534 public void set_day (GLib.DateWeekday day);
535 public void toggle_day (GLib.DateWeekday day);
536 public void unset_all ();
537 public void unset_day (GLib.DateWeekday day);
538 public virtual signal void selection_changed (int p0);
540 [CCode (cheader_filename = "hildon/hildon.h")]
541 public class Window : Gtk.Window, Atk.Implementor, Gtk.Buildable {
542 public void add_toolbar (Gtk.Toolbar toolbar);
543 public void add_with_scrollbar (Gtk.Widget child);
544 public bool get_is_topmost ();
545 public unowned Gtk.Menu get_menu ();
546 [CCode (type = "GtkWidget*", has_construct_function = false)]
548 public void remove_toolbar (Gtk.Toolbar toolbar);
549 public void set_menu (Gtk.Menu menu);
550 public bool is_topmost { get; }
551 public virtual signal void clipboard_operation (int operation);
553 [CCode (cheader_filename = "hildon/hildon.h")]
554 public class WizardDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
555 [CCode (type = "GtkWidget*", has_construct_function = false)]
556 public WizardDialog (Gtk.Window parent, string wizard_name, Gtk.Notebook notebook);
558 public bool autotitle { get; set; }
560 public string wizard_name { owned get; set; }
562 public Gtk.Notebook wizard_notebook { owned get; set; }
564 [CCode (cheader_filename = "hildon/hildon.h")]
565 public interface BreadCrumb : Gtk.Widget {
566 public void activated ();
567 public abstract void get_natural_size (int width, int height);
568 public virtual signal void crumb_activated ();
570 [CCode (cprefix = "HILDON_CALENDAR_", has_type_id = "0", cheader_filename = "hildon/hildon.h")]
572 public enum CalendarDisplayOptions {
579 [CCode (cprefix = "HILDON_CAPTION_POSITION_", has_type_id = "0", cheader_filename = "hildon/hildon.h")]
580 public enum CaptionIconPosition {
584 [CCode (cprefix = "HILDON_CAPTION_", has_type_id = "0", cheader_filename = "hildon/hildon.h")]
585 public enum CaptionStatus {
589 [CCode (cprefix = "HILDON_DATE_TIME_ERROR_", has_type_id = "0", cheader_filename = "hildon/hildon.h")]
590 public enum DateTimeError {
616 [CCode (cprefix = "HILDON_NOTE_TYPE_", has_type_id = "0", cheader_filename = "hildon/hildon.h")]
617 public enum NoteType {
624 [CCode (cprefix = "HILDON_NUMBER_EDITOR_ERROR_", has_type_id = "0", cheader_filename = "hildon/hildon.h")]
625 public enum NumberEditorErrorType {
626 MAXIMUM_VALUE_EXCEED,
627 MINIMUM_VALUE_EXCEED,
630 [CCode (cprefix = "HILDON_WINDOW_CO_", has_type_id = "0", cheader_filename = "hildon/hildon.h")]
631 public enum WindowClipboardOperation {
636 [CCode (cprefix = "HILDON_WIZARD_DIALOG_", has_type_id = "0", cheader_filename = "hildon/hildon.h")]
637 public enum WizardDialogResponse {
643 [CCode (cheader_filename = "hildon/hildon.h")]
644 public const int MAJOR_VERSION;
645 [CCode (cheader_filename = "hildon/hildon.h")]
646 public const int MARGIN_DEFAULT;
647 [CCode (cheader_filename = "hildon/hildon.h")]
648 public const int MARGIN_DOUBLE;
649 [CCode (cheader_filename = "hildon/hildon.h")]
650 public const int MARGIN_HALF;
651 [CCode (cheader_filename = "hildon/hildon.h")]
652 public const int MARGIN_TRIPLE;
653 [CCode (cheader_filename = "hildon/hildon.h")]
654 public const int MICRO_VERSION;
655 [CCode (cheader_filename = "hildon/hildon.h")]
656 public const int MINOR_VERSION;
657 [CCode (cheader_filename = "hildon/hildon.h")]
658 public const int WINDOW_LONG_PRESS_TIME;
659 [CCode (cheader_filename = "hildon/hildon.h")]
660 public static int get_icon_pixel_size (Gtk.IconSize size);
661 [CCode (cheader_filename = "hildon/hildon.h")]
662 public static bool helper_event_button_is_finger (Gdk.EventButton event);
663 [CCode (cheader_filename = "hildon/hildon.h")]
664 public static void helper_set_insensitive_message (Gtk.Widget widget, string message);
665 [CCode (cheader_filename = "hildon/hildon.h")]
666 public static void helper_set_insensitive_messagef (Gtk.Widget widget, string format);
667 [CCode (cheader_filename = "hildon/hildon.h")]
668 public static ulong helper_set_logical_color (Gtk.Widget widget, Gtk.RcFlags rcflags, Gtk.StateType state, string logicalcolorname);
669 [CCode (cheader_filename = "hildon/hildon.h")]
670 public static ulong helper_set_logical_font (Gtk.Widget widget, string logicalfontname);
671 [CCode (cheader_filename = "hildon/hildon.h")]
672 public static void helper_set_thumb_scrollbar (Gtk.ScrolledWindow win, bool thumb);
673 [CCode (cheader_filename = "hildon/hildon.h")]
674 public static void play_system_sound (string sample);