Home
last modified time | relevance | path

Searched refs:HdyKeypad (Results 1 – 25 of 41) sorted by relevance

12

/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-keypad.h22 G_DECLARE_DERIVABLE_TYPE (HdyKeypad, hdy_keypad, HDY, KEYPAD, GtkBin)
40 void hdy_keypad_set_row_spacing (HdyKeypad *self,
43 guint hdy_keypad_get_row_spacing (HdyKeypad *self);
45 void hdy_keypad_set_column_spacing (HdyKeypad *self,
48 guint hdy_keypad_get_column_spacing (HdyKeypad *self);
50 void hdy_keypad_set_letters_visible (HdyKeypad *self,
53 gboolean hdy_keypad_get_letters_visible (HdyKeypad *self);
55 void hdy_keypad_set_symbols_visible (HdyKeypad *self,
60 void hdy_keypad_set_entry (HdyKeypad *self,
65 void hdy_keypad_set_start_action (HdyKeypad *self,
[all …]
H A Dhdy-keypad.c57 symbol_clicked (HdyKeypad *self,
76 button_clicked_cb (HdyKeypad *self,
86 asterisk_button_clicked_cb (HdyKeypad *self, in max_send_frame_size()
95 hash_button_clicked_cb (HdyKeypad *self, in set_max_recv_header_list_size()
104 insert_text_cb (HdyKeypad *self, in get_mut()
136 long_press_zero_cb (HdyKeypad *self, in buffer()
158 HdyKeypad *self = HDY_KEYPAD (object); in poll_next()
195 HdyKeypad *self = HDY_KEYPAD (object); in from()
370 hdy_keypad_init (HdyKeypad *self)
629 hdy_keypad_set_entry (HdyKeypad *self,
[all …]
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-keypad.h22 G_DECLARE_DERIVABLE_TYPE (HdyKeypad, hdy_keypad, HDY, KEYPAD, GtkBin)
40 void hdy_keypad_set_row_spacing (HdyKeypad *self,
43 guint hdy_keypad_get_row_spacing (HdyKeypad *self);
45 void hdy_keypad_set_column_spacing (HdyKeypad *self,
48 guint hdy_keypad_get_column_spacing (HdyKeypad *self);
50 void hdy_keypad_set_letters_visible (HdyKeypad *self,
53 gboolean hdy_keypad_get_letters_visible (HdyKeypad *self);
55 void hdy_keypad_set_symbols_visible (HdyKeypad *self,
60 void hdy_keypad_set_entry (HdyKeypad *self,
65 void hdy_keypad_set_start_action (HdyKeypad *self,
[all …]
H A Dhdy-keypad.c57 symbol_clicked (HdyKeypad *self, in symbol_clicked()
76 button_clicked_cb (HdyKeypad *self, in button_clicked_cb()
86 asterisk_button_clicked_cb (HdyKeypad *self, in asterisk_button_clicked_cb()
95 hash_button_clicked_cb (HdyKeypad *self, in hash_button_clicked_cb()
104 insert_text_cb (HdyKeypad *self, in insert_text_cb()
136 long_press_zero_cb (HdyKeypad *self, in long_press_zero_cb()
158 HdyKeypad *self = HDY_KEYPAD (object); in hdy_keypad_set_property()
195 HdyKeypad *self = HDY_KEYPAD (object); in hdy_keypad_get_property()
370 hdy_keypad_init (HdyKeypad *self) in hdy_keypad_init()
629 hdy_keypad_set_entry (HdyKeypad *self, in hdy_keypad_set_entry()
[all …]
/dports/x11-toolkits/libhandy0/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/src/
H A Dhdy-keypad.c50 symbol_clicked (HdyKeypad *self, in symbol_clicked()
69 button_clicked_cb (HdyKeypad *self, in button_clicked_cb()
84 asterisk_button_clicked_cb (HdyKeypad *self, in asterisk_button_clicked_cb()
95 hash_button_clicked_cb (HdyKeypad *self, in hash_button_clicked_cb()
106 insert_text_cb (HdyKeypad *self, in insert_text_cb()
130 long_press_zero_cb (HdyKeypad *self, in long_press_zero_cb()
155 HdyKeypad *self = HDY_KEYPAD (object); in hdy_keypad_set_property()
194 HdyKeypad *self = HDY_KEYPAD (object); in hdy_keypad_get_property()
314 hdy_keypad_init (HdyKeypad *self) in hdy_keypad_init()
373 hdy_keypad_set_entry (HdyKeypad *self, GtkEntry *entry) in hdy_keypad_set_entry()
[all …]
H A Dhdy-keypad.h19 G_DECLARE_DERIVABLE_TYPE (HdyKeypad, hdy_keypad, HDY, KEYPAD, GtkGrid)
32 void hdy_keypad_show_symbols (HdyKeypad *self,
34 void hdy_keypad_set_entry (HdyKeypad *self,
36 GtkWidget *hdy_keypad_get_entry (HdyKeypad *self);
37 void hdy_keypad_set_left_action (HdyKeypad *self,
39 void hdy_keypad_set_right_action (HdyKeypad *self,
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/tests/
H A Dtest-keypad.c23 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_row_spacing()
56 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_column_spacing()
89 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_letters_visible()
122 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_symbols_visible()
155 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_entry()
181 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_start_action()
207 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_end_action()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/tests/
H A Dtest-keypad.c23 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_row_spacing()
56 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_column_spacing()
89 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_letters_visible()
122 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_symbols_visible()
155 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_entry()
181 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_start_action()
207 g_autoptr (HdyKeypad) keypad = NULL; in test_hdy_keypad_end_action()
/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy/src/auto/
H A Dkeypad.rs21 …pub struct Keypad(Object<handy_sys::HdyKeypad, handy_sys::HdyKeypadClass, KeypadClass>) @extends g…
129 …n notify_entry_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyKeypad, _param_spec: gl… in connect_property_entry_notify() argument
143 …fy_left_action_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyKeypad, _param_spec: gl… in connect_property_left_action_notify() argument
157 …fy_only_digits_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyKeypad, _param_spec: gl… in connect_property_only_digits_notify() argument
171 …y_right_action_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyKeypad, _param_spec: gl… in connect_property_right_action_notify() argument
185 …y_show_symbols_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyKeypad, _param_spec: gl… in connect_property_show_symbols_notify() argument
/dports/x11-toolkits/libhandy0/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/tests/
H A Dtest-keypad.c25 HdyKeypad *keypad = HDY_KEYPAD (hdy_keypad_new (TRUE, FALSE)); in test_hdy_keypad_show_symbols()
45 HdyKeypad *keypad = HDY_KEYPAD (hdy_keypad_new (FALSE, TRUE)); in test_hdy_keypad_set_actions()
70 HdyKeypad *keypad = HDY_KEYPAD (hdy_keypad_new (FALSE, TRUE)); in test_hdy_keypad_button_clicked()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dkeypad.rs19 …pub struct Keypad(Object<ffi::HdyKeypad, ffi::HdyKeypadClass>) @extends gtk::Bin, gtk::Container, …
658 this: *mut ffi::HdyKeypad, in connect_column_spacing_notify() argument
680 this: *mut ffi::HdyKeypad, in connect_end_action_notify() argument
702 this: *mut ffi::HdyKeypad, in connect_entry_notify() argument
727 this: *mut ffi::HdyKeypad, in connect_letters_visible_notify() argument
749 this: *mut ffi::HdyKeypad, in connect_row_spacing_notify() argument
771 this: *mut ffi::HdyKeypad, in connect_start_action_notify() argument
796 this: *mut ffi::HdyKeypad, in connect_symbols_visible_notify() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/tests/
H A Dlayout.c37 printf("%s;%zu;%zu\n", "HdyKeypad", sizeof(HdyKeypad), alignof(HdyKeypad)); in main()
H A Dabi.rs399 size: size_of::<HdyKeypad>(),
400 alignment: align_of::<HdyKeypad>(),
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/src/
H A Dlib.rs815 pub struct HdyKeypad { struct
819 impl ::std::fmt::Debug for HdyKeypad { argument
1606 pub fn hdy_keypad_get_column_spacing(self_: *mut HdyKeypad) -> c_uint; in hdy_keypad_get_column_spacing()
1607 pub fn hdy_keypad_get_end_action(self_: *mut HdyKeypad) -> *mut gtk::GtkWidget; in hdy_keypad_get_end_action()
1608 pub fn hdy_keypad_get_entry(self_: *mut HdyKeypad) -> *mut gtk::GtkEntry; in hdy_keypad_get_entry()
1609 pub fn hdy_keypad_get_letters_visible(self_: *mut HdyKeypad) -> gboolean; in hdy_keypad_get_letters_visible()
1610 pub fn hdy_keypad_get_row_spacing(self_: *mut HdyKeypad) -> c_uint; in hdy_keypad_get_row_spacing()
1612 pub fn hdy_keypad_get_symbols_visible(self_: *mut HdyKeypad) -> gboolean; in hdy_keypad_get_symbols_visible()
1613 pub fn hdy_keypad_set_column_spacing(self_: *mut HdyKeypad, spacing: c_uint); in hdy_keypad_set_column_spacing() argument
1615 pub fn hdy_keypad_set_entry(self_: *mut HdyKeypad, entry: *mut gtk::GtkEntry); in hdy_keypad_set_entry() argument
[all …]
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/
H A DNEWS105 - HdyKeypad:
163 - HdyKeypad:
223 - Set the default column and row spacing of HdyKeypad to 6 pixels.
260 - HdyKeypad:
423 - HdyKeypad:
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/.gitlab/issue_templates/
H A Dbug.md15 - [ ] HdyKeypad
/dports/x11-toolkits/libhandy/libhandy-1.4.0/.gitlab/issue_templates/
H A Dbug.md15 - [ ] HdyKeypad
/dports/x11-toolkits/libhandy/libhandy-1.4.0/
H A DNEWS181 - HdyKeypad:
239 - HdyKeypad:
299 - Set the default column and row spacing of HdyKeypad to 6 pixels.
336 - HdyKeypad:
499 - HdyKeypad:
/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy-sys/src/
H A Dlib.rs634 pub struct HdyKeypad { struct
638 impl ::std::fmt::Debug for HdyKeypad { argument
1082 pub fn hdy_keypad_get_entry(self_: *mut HdyKeypad) -> *mut gtk::GtkWidget; in hdy_keypad_get_entry()
1083 pub fn hdy_keypad_set_entry(self_: *mut HdyKeypad, entry: *mut gtk::GtkEntry); in hdy_keypad_set_entry() argument
1084 pub fn hdy_keypad_set_left_action(self_: *mut HdyKeypad, widget: *mut gtk::GtkWidget); in hdy_keypad_set_left_action() argument
1085 pub fn hdy_keypad_set_right_action(self_: *mut HdyKeypad, widget: *mut gtk::GtkWidget); in hdy_keypad_set_right_action() argument
1086 pub fn hdy_keypad_show_symbols(self_: *mut HdyKeypad, visible: gboolean); in hdy_keypad_show_symbols() argument
/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy-sys/tests/
H A Dabi.rs267 ("HdyKeypad", Layout {size: size_of::<HdyKeypad>(), alignment: align_of::<HdyKeypad>()}),
/dports/x11-themes/materia-gtk-theme/materia-theme-20210322/src/gtk-3.0/sass/apps/
H A D_libhandy.scss57 // HdyKeypad
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/doc/
H A Dmigrating-libhandy-1-4-to-libadwaita.md39 ### Stop Using `HdyKeypad`
41 `HdyKeypad` has been removed from Libadwaita. Applications that had used it can
/dports/x11-themes/pop-gtk-themes/gtk-theme-5.3.1/gtk/src/light/gtk-3.0/hdy/
H A D_Pop-base.scss62 // HdyKeypad
/dports/x11-themes/pop-gtk-themes/gtk-theme-5.3.1/gtk/upstream/gtk+3.0/Hdy/
H A D_Pop-base.scss62 // HdyKeypad
/dports/x11-toolkits/libhandy0/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/examples/
H A Dhdy-demo-window.c21 HdyKeypad *keypad;

12