Home
last modified time | relevance | path

Searched refs:on_size_allocate (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/
H A Dcairo_packer.cc69 CairoHPacker::on_size_allocate (Gtk::Allocation& alloc) in on_size_allocate() function in CairoHPacker
72 HBox::on_size_allocate (alloc); in on_size_allocate()
94 CairoVPacker::on_size_allocate (Gtk::Allocation& alloc) in on_size_allocate() function in CairoVPacker
97 VBox::on_size_allocate (alloc); in on_size_allocate()
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/gtkmm2ext/
H A Dcairo_packer.h30 void on_size_allocate (Gtk::Allocation& alloc);
43 void on_size_allocate (Gtk::Allocation& alloc);
/dports/editors/setzer/Setzer-0.4.1/setzer/document/shortcutsbar/
H A Dshortcutsbar_presenter.py29 self.view.connect('size-allocate', self.on_size_allocate)
40 def on_size_allocate(self, widget, allocation): member in ShortcutsbarPresenter
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/view/
H A Dsvg-view-widget.cpp168 SVGViewWidget::on_size_allocate(Gtk::Allocation& allocation) in on_size_allocate() function in Inkscape::UI::View::SVGViewWidget
178 Gtk::ScrolledWindow::on_size_allocate(allocation); in on_size_allocate()
191 Gtk::ScrolledWindow::on_size_allocate(allocation); in on_size_allocate()
H A Dsvg-view-widget.h48 void on_size_allocate(Gtk::Allocation& allocation) override;
/dports/graphics/gtkam/gtkam-1.0/src/
H A Dmain.c55 on_size_allocate (GtkWidget *w, GtkAllocation *a) in on_size_allocate() function
128 G_CALLBACK (on_size_allocate), NULL); in main()
/dports/textproc/meld/meld-3.20.4/meld/
H A Dwindowstate.py40 window.connect('size-allocate', self.on_size_allocate)
61 def on_size_allocate(self, window, allocation): member in SavedWindowState
/dports/x11/workrave/workrave-1.10.44/frontend/gtkmm/src/
H A DEventImage.cc113 EventImage::on_size_allocate(Gtk::Allocation &allocation) in on_size_allocate() function in EventImage
115 Gtk::Image::on_size_allocate(allocation); in on_size_allocate()
H A DEventLabel.cc113 EventLabel::on_size_allocate(Gtk::Allocation &allocation) in on_size_allocate() function in EventLabel
115 Gtk::Label::on_size_allocate(allocation); in on_size_allocate()
H A DTimeBar.hh74 virtual void on_size_allocate(Gtk::Allocation& allocation);
80 virtual void on_size_allocate(Gtk::Allocation& allocation);
H A DEventImage.hh43 void on_size_allocate(Gtk::Allocation &allocation);
H A DEventLabel.hh42 void on_size_allocate(Gtk::Allocation &allocation);
H A DX11SystrayAppletWindow.hh90 void on_size_allocate(Gtk::Allocation &allocation);
H A DX11SystrayAppletWindow.cc158 …g->signal_size_allocate().connect(sigc::mem_fun(*this, &X11SystrayAppletWindow::on_size_allocate)); in activate_applet()
307 X11SystrayAppletWindow::on_size_allocate(Gtk::Allocation& allocation) in on_size_allocate() function in X11SystrayAppletWindow
/dports/x11/wf-shell/wf-shell-0.7.0/src/panel/widgets/window-list/
H A Dwindow-list.cpp41 on_size_allocate(alloc); in set_top_x()
78 void WayfireWindowListBox::on_size_allocate(Gtk::Allocation& alloc) in on_size_allocate() function in WayfireWindowListBox
80 HBox::on_size_allocate(alloc); in on_size_allocate()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/suil/src/
H A Dgtk2_in_qt4.cpp46 on_size_allocate(GtkWidget* widget, in on_size_allocate() function
95 G_OBJECT(plug), "size-allocate", G_CALLBACK(on_size_allocate), wrap); in wrapper_wrap()
H A Dgtk2_in_qt5.cpp49 on_size_allocate(GtkWidget* widget, in on_size_allocate() function
111 G_OBJECT(plug), "size-allocate", G_CALLBACK(on_size_allocate), wrap); in wrapper_wrap()
/dports/audio/suil/suil-0.10.10/src/
H A Dgtk2_in_qt4.cpp48 on_size_allocate(GtkWidget* widget, in on_size_allocate() function
96 G_OBJECT(plug), "size-allocate", G_CALLBACK(on_size_allocate), wrap); in wrapper_wrap()
H A Dgtk2_in_qt5.cpp57 on_size_allocate(GtkWidget*, GdkRectangle* allocation, gpointer user_data) in on_size_allocate() function
116 G_OBJECT(plug), "size-allocate", G_CALLBACK(on_size_allocate), wrap); in wrapper_wrap()
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/
H A Dpager.c62 static void on_size_allocate(GtkWidget *p, GdkRectangle *allocation, LXPanel *panel) in on_size_allocate() function
90 g_signal_connect(p, "size-allocate", G_CALLBACK(on_size_allocate), panel); in pager_constructor()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dtrack_record_axis.h87 void on_size_allocate (Gtk::Allocation&);
180 void on_size_allocate (Gtk::Allocation&);
/dports/games/lightsoff/lightsoff-40.0.1/src/
H A Dmanaged-window.vala34 size_allocate.connect (on_size_allocate);
59 private inline void on_size_allocate (Allocation allocation)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dcolor-preview.h31 void on_size_allocate (Gtk::Allocation &all) override;
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DChainVBox.py72 self.connect_after("size-allocate", self.on_size_allocate)
77 def on_size_allocate(self, widget, requisition): member in ChainLine
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-container-max-width.c217 on_size_allocate (GtkWidget *widget, in on_size_allocate() function
259 G_CALLBACK (on_size_allocate), in constructed()

1234567