/dports/x11-wm/awesome/awesome-4.3/lib/awful/widget/ |
H A D | common.lua | 72 assert(l.get_children_by_id,"The given widget template did not result in a".. 76 ib = l:get_children_by_id( "icon_role" )[1], 77 tb = l:get_children_by_id( "text_role" )[1], 78 bgb = l:get_children_by_id( "background_role" )[1], 79 tbm = l:get_children_by_id( "text_margin_role" )[1], 80 ibm = l:get_children_by_id( "icon_margin_role" )[1],
|
/dports/x11-wm/awesome/awesome-4.3/tests/ |
H A D | test-miss-handlers.lua | 66 assert(w2:get_children_by_id("main_background")[1]) 67 assert(w2:get_children_by_id("main_textbox")[1]) 69 assert(w2.main_background == w2:get_children_by_id("main_background")[1])
|
H A D | test-tooltip.lua | 87 local imb = w:get_children_by_id("myimagebox")[1]
|
/dports/x11-wm/awesome/awesome-4.3/tests/examples/wibox/awidget/taglist/ |
H A D | indexed.lua | 82 self:get_children_by_id("index_role")[1].markup = "<b> "..index.." </b>" 97 self:get_children_by_id("index_role")[1].markup = "<b> "..index.." </b>"
|
/dports/x11-wm/awesome/awesome-4.3/lib/awful/ |
H A D | tooltip.lua | 700 self.textbox = self.widget:get_children_by_id('text_role')[1] 701 self.marginbox = self.widget:get_children_by_id('margin_role')[1] 702 self.backgroundbox = self.widget:get_children_by_id('background_role')[1]
|
H A D | popup.lua | 134 function main_widget:get_children_by_id(name) function 135 return self._wb:get_children_by_id(name)
|
/dports/x11-wm/awesome/awesome-4.3/tests/examples/awful/popup/ |
H A D | alttab.lua | 48 self:get_children_by_id("clienticon")[1].client = c
|
/dports/x11-wm/awesome/awesome-4.3/lib/wibox/widget/ |
H A D | base.lua | 516 local function get_children_by_id(self, name) function 547 rawset(self, "get_children_by_id", get_children_by_id) 580 rawset(w, "get_children_by_id", get_children_by_id)
|
/dports/x11-wm/awesome/awesome-4.3/tests/examples/wibox/awidget/tasklist/ |
H A D | windows10.lua | 64 self:get_children_by_id("clienticon")[1].client = c
|
/dports/x11-wm/awesome/awesome-4.3/tests/examples/wibox/layout/ |
H A D | template.lua | 35 self:get_children_by_id("text")[1]:set_text(text2)
|
/dports/devel/ccdoc/ccdocv08r41/src/ |
H A D | statement.h | 209 bool get_children_by_id(stmts_t&,const char*); 210 bool get_children_by_id(stmts_t&,const string&);
|
H A D | statement.cc | 479 bool ccdoc::statement::base::get_children_by_id(stmts_t& vec, in get_children_by_id() function in ccdoc::statement::base 501 bool ccdoc::statement::base::get_children_by_id(stmts_t& vec, in get_children_by_id() function in ccdoc::statement::base 504 return get_children_by_id(vec,id.c_str()); in get_children_by_id()
|
H A D | phase3_html.cc | 1720 stmt->get_children_by_id(local_matches,tokens[idx]); in write_code_subsection_token()
|
/dports/x11-wm/awesome/awesome-4.3/themes/gtk/ |
H A D | theme.lua | 223 self:get_children_by_id('clienticon')[1].client = c
|
/dports/x11-wm/awesome/awesome-4.3/lib/wibox/ |
H A D | init.lua | 195 function wibox:get_children_by_id(name) function
|
/dports/x11-wm/awesome/awesome-4.3/docs/ |
H A D | 03-declarative-layout.md | 317 * Using JavaScript like `my_wibox:get_children_by_id("my_second_widget")[1]` 346 s.mywibox:get_children_by_id("third")[1]:set_markup("Also changed!")
|