Home
last modified time | relevance | path

Searched defs:CellAreaContext (Results 1 – 25 of 27) sorted by relevance

12

/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gtk/
H A Dcell_area.go406 type CellAreaContext struct { struct
407 *glib.Object
411 func (v *CellAreaContext) native() *C.GtkCellAreaContext {
419 func (v *CellAreaContext) toCellAreaContext() *C.GtkCellAreaContext {
441 func (v *CellAreaContext) GetArea() (*CellArea, error) {
450 func (v *CellAreaContext) Allocate(width, height int) {
455 func (v *CellAreaContext) Reset(width, height int) {
460 func (v *CellAreaContext) GetPreferredWidth() (int, int) {
468 func (v *CellAreaContext) GetPreferredHeight() (int, int) {
492 func (v *CellAreaContext) GetAllocation() (int, int) {
[all …]
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gtk/
H A Dcell_area.go406 type CellAreaContext struct { struct
407 *glib.Object
411 func (v *CellAreaContext) native() *C.GtkCellAreaContext {
419 func (v *CellAreaContext) toCellAreaContext() *C.GtkCellAreaContext {
441 func (v *CellAreaContext) GetArea() (*CellArea, error) {
450 func (v *CellAreaContext) Allocate(width, height int) {
455 func (v *CellAreaContext) Reset(width, height int) {
460 func (v *CellAreaContext) GetPreferredWidth() (int, int) {
468 func (v *CellAreaContext) GetPreferredHeight() (int, int) {
492 func (v *CellAreaContext) GetAllocation() (int, int) {
[all …]
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dcell_area.go406 type CellAreaContext struct { struct
407 *glib.Object
411 func (v *CellAreaContext) native() *C.GtkCellAreaContext {
419 func (v *CellAreaContext) toCellAreaContext() *C.GtkCellAreaContext {
441 func (v *CellAreaContext) GetArea() (*CellArea, error) {
450 func (v *CellAreaContext) Allocate(width, height int) {
455 func (v *CellAreaContext) Reset(width, height int) {
460 func (v *CellAreaContext) GetPreferredWidth() (int, int) {
468 func (v *CellAreaContext) GetPreferredHeight() (int, int) {
492 func (v *CellAreaContext) GetAllocation() (int, int) {
[all …]
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dcell_area.go406 type CellAreaContext struct { struct
407 *glib.Object
411 func (v *CellAreaContext) native() *C.GtkCellAreaContext {
419 func (v *CellAreaContext) toCellAreaContext() *C.GtkCellAreaContext {
441 func (v *CellAreaContext) GetArea() (*CellArea, error) {
450 func (v *CellAreaContext) Allocate(width, height int) {
455 func (v *CellAreaContext) Reset(width, height int) {
460 func (v *CellAreaContext) GetPreferredWidth() (int, int) {
468 func (v *CellAreaContext) GetPreferredHeight() (int, int) {
492 func (v *CellAreaContext) GetAllocation() (int, int) {
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dcell_area.rs46 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
98 fn create_context(&self) -> Option<CellAreaContext>; in create_context()
100 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
114 P: IsA<CellAreaContext>, in foreach_alloc()
207 fn render<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in render()
260 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
401 fn create_context(&self) -> Option<CellAreaContext> { in create_context()
409 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
461 P: IsA<CellAreaContext>, in foreach_alloc()
474 P: IsA<CellAreaContext>, in foreach_alloc()
[all …]
H A Dcell_area_context.rs246 P: IsA<CellAreaContext>, in connect_property_minimum_height_notify()
273 P: IsA<CellAreaContext>, in connect_property_minimum_width_notify()
300 P: IsA<CellAreaContext>, in connect_property_natural_height_notify()
327 P: IsA<CellAreaContext>, in connect_property_natural_width_notify()
346 impl fmt::Display for CellAreaContext { implementation
H A Dcell_view.rs551 fn get_property_cell_area_context(&self) -> Option<CellAreaContext>; in get_property_cell_area_context()
709 fn get_property_cell_area_context(&self) -> Option<CellAreaContext> { in get_property_cell_area_context()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dcell_area.rs41 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
122 fn create_context(&self) -> Option<CellAreaContext>; in create_context()
125 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
142 P: IsA<CellAreaContext>, in foreach_alloc()
268 fn render<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in render()
331 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
505 fn create_context(&self) -> Option<CellAreaContext> { in create_context()
513 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
565 P: IsA<CellAreaContext>, in foreach_alloc()
578 P: IsA<CellAreaContext>, in foreach_alloc()
[all …]
H A Dcell_area_context.rs266 P: IsA<CellAreaContext>, in connect_minimum_height_notify()
291 P: IsA<CellAreaContext>, in connect_minimum_width_notify()
316 P: IsA<CellAreaContext>, in connect_natural_height_notify()
341 P: IsA<CellAreaContext>, in connect_natural_width_notify()
365 impl fmt::Display for CellAreaContext { implementation
H A Dcell_view.rs551 fn cell_area_context(&self) -> Option<CellAreaContext>; in cell_area_context()
705 fn cell_area_context(&self) -> Option<CellAreaContext> { in cell_area_context()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dcell_area.rs46 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
98 fn create_context(&self) -> Option<CellAreaContext>; in create_context()
100 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
114 P: IsA<CellAreaContext>, in foreach_alloc()
207 fn render<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in render()
260 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
401 fn create_context(&self) -> Option<CellAreaContext> { in create_context()
409 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
461 P: IsA<CellAreaContext>, in foreach_alloc()
474 P: IsA<CellAreaContext>, in foreach_alloc()
[all …]
H A Dcell_area_context.rs268 P: IsA<CellAreaContext>, in connect_property_minimum_height_notify()
295 P: IsA<CellAreaContext>, in connect_property_minimum_width_notify()
322 P: IsA<CellAreaContext>, in connect_property_natural_height_notify()
349 P: IsA<CellAreaContext>, in connect_property_natural_width_notify()
368 impl fmt::Display for CellAreaContext { implementation
H A Dcell_view.rs519 fn get_property_cell_area_context(&self) -> Option<CellAreaContext>; in get_property_cell_area_context()
684 fn get_property_cell_area_context(&self) -> Option<CellAreaContext> { in get_property_cell_area_context()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dcell_area.rs46 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
98 fn create_context(&self) -> Option<CellAreaContext>; in create_context()
100 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
114 P: IsA<CellAreaContext>, in foreach_alloc()
207 fn render<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in render()
260 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
401 fn create_context(&self) -> Option<CellAreaContext> { in create_context()
409 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
461 P: IsA<CellAreaContext>, in foreach_alloc()
474 P: IsA<CellAreaContext>, in foreach_alloc()
[all …]
H A Dcell_area_context.rs268 P: IsA<CellAreaContext>, in connect_property_minimum_height_notify()
295 P: IsA<CellAreaContext>, in connect_property_minimum_width_notify()
322 P: IsA<CellAreaContext>, in connect_property_natural_height_notify()
349 P: IsA<CellAreaContext>, in connect_property_natural_width_notify()
368 impl fmt::Display for CellAreaContext { implementation
H A Dcell_view.rs519 fn get_property_cell_area_context(&self) -> Option<CellAreaContext>; in get_property_cell_area_context()
684 fn get_property_cell_area_context(&self) -> Option<CellAreaContext> { in get_property_cell_area_context()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_area.rs41 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
122 fn create_context(&self) -> Option<CellAreaContext>; in create_context()
125 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
142 P: IsA<CellAreaContext>, in foreach_alloc()
268 fn render<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in render()
331 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
505 fn create_context(&self) -> Option<CellAreaContext> { in create_context()
513 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
565 P: IsA<CellAreaContext>, in foreach_alloc()
578 P: IsA<CellAreaContext>, in foreach_alloc()
[all …]
H A Dcell_area_context.rs266 P: IsA<CellAreaContext>, in connect_minimum_height_notify()
291 P: IsA<CellAreaContext>, in connect_minimum_width_notify()
316 P: IsA<CellAreaContext>, in connect_natural_height_notify()
341 P: IsA<CellAreaContext>, in connect_natural_width_notify()
365 impl fmt::Display for CellAreaContext { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_area.rs41 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
122 fn create_context(&self) -> Option<CellAreaContext>; in create_context()
125 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
142 P: IsA<CellAreaContext>, in foreach_alloc()
268 fn render<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in render()
331 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
505 fn create_context(&self) -> Option<CellAreaContext> { in create_context()
513 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
565 P: IsA<CellAreaContext>, in foreach_alloc()
578 P: IsA<CellAreaContext>, in foreach_alloc()
[all …]
H A Dcell_area_context.rs266 P: IsA<CellAreaContext>, in connect_minimum_height_notify()
291 P: IsA<CellAreaContext>, in connect_minimum_width_notify()
316 P: IsA<CellAreaContext>, in connect_natural_height_notify()
341 P: IsA<CellAreaContext>, in connect_natural_width_notify()
365 impl fmt::Display for CellAreaContext { implementation
H A Dcell_view.rs551 fn cell_area_context(&self) -> Option<CellAreaContext>; in cell_area_context()
705 fn cell_area_context(&self) -> Option<CellAreaContext> { in cell_area_context()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_area.rs41 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
122 fn create_context(&self) -> Option<CellAreaContext>; in create_context()
125 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
142 P: IsA<CellAreaContext>, in foreach_alloc()
268 fn render<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in render()
331 fn activate<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in activate()
505 fn create_context(&self) -> Option<CellAreaContext> { in create_context()
513 fn event<P: IsA<CellAreaContext>, Q: IsA<Widget>>( in event()
565 P: IsA<CellAreaContext>, in foreach_alloc()
578 P: IsA<CellAreaContext>, in foreach_alloc()
[all …]
H A Dcell_area_context.rs266 P: IsA<CellAreaContext>, in connect_minimum_height_notify()
291 P: IsA<CellAreaContext>, in connect_minimum_width_notify()
316 P: IsA<CellAreaContext>, in connect_natural_height_notify()
341 P: IsA<CellAreaContext>, in connect_natural_width_notify()
365 impl fmt::Display for CellAreaContext { implementation
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dcellareacontext.cc103 CellAreaContext::CellAreaContext(const Glib::ConstructParams& construct_params) in CellAreaContext() function in Gtk::CellAreaContext
110 CellAreaContext::CellAreaContext(GtkCellAreaContext* castitem) in CellAreaContext() function in Gtk::CellAreaContext
116 CellAreaContext::CellAreaContext(CellAreaContext&& src) noexcept in CellAreaContext() function in Gtk::CellAreaContext
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/private/
H A Dcellareacontext_p.h23 friend class CellAreaContext; variable

12