Home
last modified time | relevance | path

Searched refs:max_width_chars (Results 1 – 25 of 122) sorted by relevance

12345

/dports/deskutils/gnome-todo/gnome-todo-41.0/src/gui/
H A Dgtd-max-size-layout.c30 gint max_width_chars; member
114 if (self->max_width_chars > 0) in gtd_max_size_layout_measure()
116 gint max_width_chars; in gtd_max_size_layout_measure() local
118 max_width_chars = char_width * self->max_width_chars / PANGO_SCALE; in gtd_max_size_layout_measure()
119 *minimum = MIN (*minimum, max_width_chars); in gtd_max_size_layout_measure()
302 self->max_width_chars = -1; in gtd_max_size_layout_init()
408 return self->max_width_chars; in gtd_max_size_layout_get_max_width_chars()
424 g_return_if_fail (max_width_chars >= -1); in gtd_max_size_layout_set_max_width_chars()
427 if (self->max_width_chars == max_width_chars) in gtd_max_size_layout_set_max_width_chars()
430 self->max_width_chars = max_width_chars; in gtd_max_size_layout_set_max_width_chars()
[all …]
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/widgets/
H A Ddzl-entry-box.c27 gint max_width_chars; member
53 if (self->max_width_chars > 0) in dzl_entry_box_get_preferred_width()
68 width = MAX (char_width, digit_width) * self->max_width_chars / PANGO_SCALE; in dzl_entry_box_get_preferred_width()
88 g_value_set_int (value, self->max_width_chars); in dzl_entry_box_get_property()
107 self->max_width_chars = g_value_get_int (value); in dzl_entry_box_set_property()
144 self->max_width_chars = -1; in dzl_entry_box_init()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/suggestions/
H A Ddzl-suggestion-button.c33 gint max_width_chars; member
77 gtk_entry_set_max_width_chars (GTK_ENTRY (priv->entry), priv->max_width_chars ?: 20); in entry_focus_in_event_cb()
103 gint max_width_chars; in dzl_suggestion_button_begin() local
107 max_width_chars = gtk_entry_get_max_width_chars (GTK_ENTRY (priv->entry)); in dzl_suggestion_button_begin()
109 if (max_width_chars) in dzl_suggestion_button_begin()
110 priv->max_width_chars = max_width_chars; in dzl_suggestion_button_begin()
113 gtk_entry_set_max_width_chars (GTK_ENTRY (priv->entry), priv->max_width_chars ?: 20); in dzl_suggestion_button_begin()
/dports/graphics/gource/gource-0.51/src/
H A Dtextbox.cpp32 max_width_chars = 1024; in TextBox()
66 if(max_width_chars> 0 && str.size() > max_width_chars) { in addLine()
67 str = str.substr(0, max_width_chars); in addLine()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestwindowsize.c30 gint width_chars, max_width_chars, default_width, default_height; in show_dialog() local
34 max_width_chars = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (max_width_chars_spin)); in show_dialog()
58 gtk_label_set_max_width_chars (GTK_LABEL (label), max_width_chars); in show_dialog()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Daccel_label.rs58 max_width_chars: Option<i32>, field
120 max_width_chars: None, in new()
197 if let Some(ref max_width_chars) = self.max_width_chars { in build()
198 properties.push(("max-width-chars", max_width_chars)); in build()
387 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
388 self.max_width_chars = Some(max_width_chars); in max_width_chars()
H A Dcell_renderer_spin.rs71 max_width_chars: Option<i32>, field
139 max_width_chars: None, in new()
253 if let Some(ref max_width_chars) = self.max_width_chars { in build()
254 properties.push(("max-width-chars", max_width_chars)); in build()
494 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
495 self.max_width_chars = Some(max_width_chars); in max_width_chars()
H A Dcell_renderer_combo.rs76 max_width_chars: Option<i32>, field
144 max_width_chars: None, in new()
258 if let Some(ref max_width_chars) = self.max_width_chars { in build()
259 properties.push(("max-width-chars", max_width_chars)); in build()
499 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
500 self.max_width_chars = Some(max_width_chars); in max_width_chars()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestwindowsize.c39 int width_chars, max_width_chars, default_width, default_height; in show_dialog() local
43 max_width_chars = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (max_width_chars_spin)); in show_dialog()
67 gtk_label_set_max_width_chars (GTK_LABEL (label), max_width_chars); in show_dialog()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Daccel_label.rs65 max_width_chars: Option<i32>, field
149 if let Some(ref max_width_chars) = self.max_width_chars { in build()
150 properties.push(("max-width-chars", max_width_chars)); in build()
329 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
330 self.max_width_chars = Some(max_width_chars); in max_width_chars()
H A Dcell_renderer_spin.rs80 max_width_chars: Option<i32>, field
202 if let Some(ref max_width_chars) = self.max_width_chars { in build()
203 properties.push(("max-width-chars", max_width_chars)); in build()
441 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
442 self.max_width_chars = Some(max_width_chars); in max_width_chars()
H A Dcell_renderer_combo.rs82 max_width_chars: Option<i32>, field
204 if let Some(ref max_width_chars) = self.max_width_chars { in build()
205 properties.push(("max-width-chars", max_width_chars)); in build()
443 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
444 self.max_width_chars = Some(max_width_chars); in max_width_chars()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Daccel_label.rs65 max_width_chars: Option<i32>, field
149 if let Some(ref max_width_chars) = self.max_width_chars { in build()
150 properties.push(("max-width-chars", max_width_chars)); in build()
329 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
330 self.max_width_chars = Some(max_width_chars); in max_width_chars()
H A Dcell_renderer_spin.rs80 max_width_chars: Option<i32>, field
202 if let Some(ref max_width_chars) = self.max_width_chars { in build()
203 properties.push(("max-width-chars", max_width_chars)); in build()
441 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
442 self.max_width_chars = Some(max_width_chars); in max_width_chars()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Daccel_label.rs59 max_width_chars: Option<i32>, field
140 if let Some(ref max_width_chars) = self.max_width_chars { in build()
141 properties.push(("max-width-chars", max_width_chars)); in build()
330 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
331 self.max_width_chars = Some(max_width_chars); in max_width_chars()
H A Dcell_renderer_spin.rs73 max_width_chars: Option<i32>, field
191 if let Some(ref max_width_chars) = self.max_width_chars { in build()
192 properties.push(("max-width-chars", max_width_chars)); in build()
432 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
433 self.max_width_chars = Some(max_width_chars); in max_width_chars()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Daccel_label.rs59 max_width_chars: Option<i32>, field
140 if let Some(ref max_width_chars) = self.max_width_chars { in build()
141 properties.push(("max-width-chars", max_width_chars)); in build()
330 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
331 self.max_width_chars = Some(max_width_chars); in max_width_chars()
H A Dcell_renderer_spin.rs73 max_width_chars: Option<i32>, field
191 if let Some(ref max_width_chars) = self.max_width_chars { in build()
192 properties.push(("max-width-chars", max_width_chars)); in build()
432 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
433 self.max_width_chars = Some(max_width_chars); in max_width_chars()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Daccel_label.rs65 max_width_chars: Option<i32>, field
149 if let Some(ref max_width_chars) = self.max_width_chars { in build()
150 properties.push(("max-width-chars", max_width_chars)); in build()
329 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
330 self.max_width_chars = Some(max_width_chars); in max_width_chars()
H A Dcell_renderer_spin.rs80 max_width_chars: Option<i32>, field
202 if let Some(ref max_width_chars) = self.max_width_chars { in build()
203 properties.push(("max-width-chars", max_width_chars)); in build()
441 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
442 self.max_width_chars = Some(max_width_chars); in max_width_chars()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Daccel_label.rs65 max_width_chars: Option<i32>, field
149 if let Some(ref max_width_chars) = self.max_width_chars { in build()
150 properties.push(("max-width-chars", max_width_chars)); in build()
329 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
330 self.max_width_chars = Some(max_width_chars); in max_width_chars()
H A Dcell_renderer_spin.rs80 max_width_chars: Option<i32>, field
202 if let Some(ref max_width_chars) = self.max_width_chars { in build()
203 properties.push(("max-width-chars", max_width_chars)); in build()
441 pub fn max_width_chars(mut self, max_width_chars: i32) -> Self { in max_width_chars() method
442 self.max_width_chars = Some(max_width_chars); in max_width_chars()
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/widgets/webview/
H A Dauth.c214 GValue max_width_chars = G_VALUE_INIT; in show_auth_dialog() local
215 g_value_init(&max_width_chars, G_TYPE_INT); in show_auth_dialog()
216 g_value_set_int(&max_width_chars, 32); in show_auth_dialog()
218 g_object_set_property(G_OBJECT(msg_label), "max-width-chars", &max_width_chars); in show_auth_dialog()
/dports/www/luakit/luakit-2.3/widgets/webview/
H A Dauth.c214 GValue max_width_chars = G_VALUE_INIT; in show_auth_dialog() local
215 g_value_init(&max_width_chars, G_TYPE_INT); in show_auth_dialog()
216 g_value_set_int(&max_width_chars, 32); in show_auth_dialog()
218 g_object_set_property(G_OBJECT(msg_label), "max-width-chars", &max_width_chars); in show_auth_dialog()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpactionimpl.c134 impl->max_width_chars = -1; in gimp_action_impl_init()
178 g_value_set_int (value, impl->max_width_chars); in gimp_action_impl_get_property()
219 impl->max_width_chars = g_value_get_int (value); in gimp_action_impl_set_property()
397 gtk_label_set_max_width_chars (label, impl->max_width_chars); in gimp_action_impl_set_proxy()

12345