Home
last modified time | relevance | path

Searched refs:native_props (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtknativedialog.c87 static GParamSpec *native_props[LAST_ARG] = { NULL, }; variable
210 native_props[PROP_TITLE] = in gtk_native_dialog_class_init()
222 native_props[PROP_MODAL] = in gtk_native_dialog_class_init()
234 native_props[PROP_VISIBLE] = in gtk_native_dialog_class_init()
246 native_props[PROP_TRANSIENT_FOR] = in gtk_native_dialog_class_init()
253 g_object_class_install_properties (gobject_class, LAST_ARG, native_props); in gtk_native_dialog_class_init()
313 g_object_notify_by_pspec (G_OBJECT (self), native_props[PROP_VISIBLE]); in gtk_native_dialog_show()
347 g_object_notify_by_pspec (G_OBJECT (self), native_props[PROP_VISIBLE]); in gtk_native_dialog_hide()
380 g_object_notify_by_pspec (G_OBJECT (self), native_props[PROP_VISIBLE]); in _gtk_native_dialog_emit_response()
430 g_object_notify_by_pspec (G_OBJECT (self), native_props[PROP_MODAL]); in gtk_native_dialog_set_modal()
[all …]
H A Dgtkfilechoosernative.c205 static GParamSpec *native_props[LAST_ARG] = { NULL, }; variable
253 g_object_notify_by_pspec (G_OBJECT (self), native_props[PROP_ACCEPT_LABEL]); in gtk_file_chooser_native_set_accept_label()
295 g_object_notify_by_pspec (G_OBJECT (self), native_props[PROP_CANCEL_LABEL]); in gtk_file_chooser_native_set_cancel_label()
774 native_props[PROP_ACCEPT_LABEL] = in gtk_file_chooser_native_class_init()
787 native_props[PROP_CANCEL_LABEL] = in gtk_file_chooser_native_class_init()
794 g_object_class_install_properties (gobject_class, LAST_ARG, native_props); in gtk_file_chooser_native_class_init()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtknativedialog.c96 static GParamSpec *native_props[LAST_ARG] = { NULL, }; variable
212 native_props[PROP_TITLE] = in gtk_native_dialog_class_init()
226 native_props[PROP_MODAL] = in gtk_native_dialog_class_init()
240 native_props[PROP_VISIBLE] = in gtk_native_dialog_class_init()
254 native_props[PROP_TRANSIENT_FOR] = in gtk_native_dialog_class_init()
261 g_object_class_install_properties (gobject_class, LAST_ARG, native_props); in gtk_native_dialog_class_init()
324 g_object_notify_by_pspec (G_OBJECT (self), native_props[PROP_VISIBLE]); in gtk_native_dialog_show()
361 g_object_notify_by_pspec (G_OBJECT (self), native_props[PROP_VISIBLE]); in gtk_native_dialog_hide()
394 g_object_notify_by_pspec (G_OBJECT (self), native_props[PROP_VISIBLE]); in _gtk_native_dialog_emit_response()
447 g_object_notify_by_pspec (G_OBJECT (self), native_props[PROP_MODAL]); in gtk_native_dialog_set_modal()
[all …]
H A Dgtkfilechoosernative.c225 static GParamSpec *native_props[LAST_ARG] = { NULL, }; variable
277 g_object_notify_by_pspec (G_OBJECT (self), native_props[PROP_ACCEPT_LABEL]); in gtk_file_chooser_native_set_accept_label()
323 g_object_notify_by_pspec (G_OBJECT (self), native_props[PROP_CANCEL_LABEL]); in gtk_file_chooser_native_set_cancel_label()
825 native_props[PROP_ACCEPT_LABEL] = in gtk_file_chooser_native_class_init()
838 native_props[PROP_CANCEL_LABEL] = in gtk_file_chooser_native_class_init()
845 g_object_class_install_properties (gobject_class, LAST_ARG, native_props); in gtk_file_chooser_native_class_init()