Home
last modified time | relevance | path

Searched refs:child_set_property (Results 1 – 25 of 93) sorted by relevance

1234

/dports/editors/setzer/Setzer-0.4.1/setzer/workspace/
H A Dworkspace_presenter.py209 self.main_window.sidebar_paned.child_set_property(self.sidebar, 'shrink', False)
240 self.main_window.sidebar_paned.child_set_property(self.sidebar, 'shrink', True)
243 self.main_window.sidebar_paned.child_set_property(self.sidebar, 'shrink', False)
247 self.main_window.sidebar_paned.child_set_property(self.sidebar, 'shrink', True)
267 …self.main_window.preview_paned.child_set_property(self.main_window.preview_help_stack, 'shrink', F…
304 …self.main_window.preview_paned.child_set_property(self.main_window.preview_help_stack, 'shrink', T…
312 …self.main_window.preview_paned.child_set_property(self.main_window.preview_help_stack, 'shrink', T…
337 paned.child_set_property(self.main_window.build_log, 'shrink', False)
359 … self.main_window.build_log_paned.child_set_property(self.main_window.build_log, 'shrink', True)
367 … self.main_window.build_log_paned.child_set_property(self.main_window.build_log, 'shrink', False)
[all …]
/dports/editors/elementary-code/code-6.0.0/src/Widgets/
H A DSidebar.vala96 stack.child_set_property (tab, "title", tab.title);
97 stack.child_set_property (tab, "icon-name", tab.icon_name);
100 stack.child_set_property (tab, "title", tab.title);
104 stack.child_set_property (tab, "icon-name", tab.icon_name);
/dports/multimedia/pitivi/pitivi-0.999/pitivi/
H A Dtabsmanager.py65 self.child_set_property(child, "detachable", True)
66 self.child_set_property(child, "tab-expand", False)
67 self.child_set_property(child, "tab-fill", True)
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/EventEdition/
H A DEventDialog.vala126 stack.child_set_property (info_panel, "icon-name", "office-calendar-symbolic");
127 stack.child_set_property (location_panel, "icon-name", "mark-location-symbolic");
128 stack.child_set_property (guests_panel, "icon-name", "system-users-symbolic");
129 stack.child_set_property (reminder_panel, "icon-name", "alarm-symbolic");
130 stack.child_set_property (repeat_panel, "icon-name", "media-playlist-repeat-symbolic");
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dwidgets.py127 bar.child_set_property(toolitem, "expand", True)
128 bar.child_set_property(toolitem, "homogeneous", True)
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/headers/
H A Dgx_gui_helpers.h51 void child_set_property(Gtk::Container& container, Gtk::Widget& child, const char *property_name, b…
/dports/www/eolie/eolie-0.9.101/eolie/
H A Dmenu_toolbar.py104 self.child_set_property(scripts_menu, "submenu", "scripts")
110 self.child_set_property(languages_menu, "submenu", "languages")
/dports/x11/terminator/terminator-2.1.1/terminatorlib/
H A Dnotebook.py174 self.child_set_property(container, 'tab-expand', True)
175 self.child_set_property(container, 'tab-fill', True)
310 self.child_set_property(widget, 'tab-expand', True)
311 self.child_set_property(widget, 'tab-fill', True)
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/glade/
H A Dglade-hdy-expander-row.c57 GLADE_WIDGET_ADAPTOR_GET_ADAPTOR_CLASS (GTK_TYPE_CONTAINER)->child_set_property (adaptor, in glade_hdy_expander_row_set_child_property()
H A Dglade-hdy-preferences-page.c191 GLADE_WIDGET_ADAPTOR_GET_ADAPTOR_CLASS (GTK_TYPE_CONTAINER)->child_set_property (adaptor, in glade_hdy_preferences_page_child_set_property()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/glade/
H A Dglade-hdy-expander-row.c57 GLADE_WIDGET_ADAPTOR_GET_ADAPTOR_CLASS (GTK_TYPE_CONTAINER)->child_set_property (adaptor, in glade_hdy_expander_row_set_child_property()
H A Dglade-hdy-preferences-page.c191 GLADE_WIDGET_ADAPTOR_GET_ADAPTOR_CLASS (GTK_TYPE_CONTAINER)->child_set_property (adaptor, in glade_hdy_preferences_page_child_set_property()
/dports/devel/glade/glade-3.22.1/plugins/gtk+/
H A Dglade-gtk-paned.c142 (GTK_TYPE_CONTAINER)->child_set_property (adaptor, in glade_gtk_paned_set_child_property()
H A Dglade-gtk-flow-box.c136 GWA_GET_CLASS (GTK_TYPE_CONTAINER)->child_set_property (adaptor,
H A Dglade-gtk-list-box.c138 GWA_GET_CLASS (GTK_TYPE_CONTAINER)->child_set_property (adaptor, in glade_gtk_listbox_set_child_property()
H A Dglade-gtk-tool-palette.c102 (GTK_TYPE_CONTAINER)->child_set_property (adaptor, in glade_gtk_tool_palette_set_child_property()
/dports/devel/gitg/gitg-3.32.1/gitg/preferences/
H A Dgitg-preferences-dialog.vala57 d_notebook.child_set_property (page, "tab-expand", true);
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/gui/
H A Dgx_gui_helpers.cpp39 void child_set_property(Gtk::Container& container, Gtk::Widget& child, const char *property_name, b… in child_set_property() function
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/tests/
H A Dtest_container.py85 obj.child_set_property(label, 'dumb_prop', v)
/dports/textproc/meld/meld-3.20.4/meld/ui/
H A Dnotebook.py164 self.child_set_property(page, "menu-label", text)
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/gtkgui/
H A Dchatrooms.py81 self.frame.ChatroomsPane.child_set_property(self.notebook, "resize", True)
366 self.ChatPaned.child_set_property(self.ChatPanedSecond, "resize", True)
367 self.ChatPaned.child_set_property(self.ChatPanedSecond, "shrink", False)
368 self.ChatPaned.child_set_property(self.UserView, "resize", False)
369 self.ChatPanedSecond.child_set_property(self.ChatView, "shrink", False)
/dports/graphics/akira/Akira-0.0.16/src/Layouts/
H A DHeaderBar.vala226 popover.child_set_property (grid, "submenu", "main");
227 popover.child_set_property (recent_files_grid, "submenu", "files-menu");
319 popover_insert.child_set_property (grid, "submenu", "main");
320 popover_insert.child_set_property (shapes_grid, "submenu", "shapes-menu");
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkContainer.xs415 =for apidoc Gtk2::Container::child_set_property
427 Gtk2::Container::child_set_property = 1
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A D02.GtkContainer.t77 $vbox->child_set_property ($entry, fill => 0);
/dports/audio/xfmpc/xfmpc-0.3.0/src/
H A Dextended-interface.vala126 this.notebook.child_set_property (child, "tab-expand", true);
127 this.notebook.child_set_property (child, "tab-fill", true);

1234