Home
last modified time | relevance | path

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

/dports/deskutils/teapot/teapot-2.3.0/
H A Dsheet.h107 void lockcell(Sheet *sheet, int x, int y, int z, int yep);
H A Dmain.c471 …if (n >= 0) for (x=x1; x<=x2; ++x) for (y=y1; y<=y2; ++y) for (z=z1; z<=z2; ++z) lockcell(cursheet… in do_attribute()
H A Dsheet.c693 void lockcell(Sheet *sheet, int x, int y, int z, int yep) in lockcell() function
/dports/multimedia/gpodder/gpodder-3.10.17/src/gpodder/gtkui/
H A Dmain.py844 lockcell = Gtk.CellRendererPixbuf()
845 lockcell.set_fixed_size(40, -1)
846 lockcell.set_property('stock-size', Gtk.IconSize.MENU)
847 lockcell.set_property('icon-name', 'emblem-readonly')
848 namecolumn.pack_start(lockcell, False)
849 namecolumn.add_attribute(lockcell, 'visible', EpisodeListModel.C_LOCKED)