Home
last modified time | relevance | path

Searched refs:get_children_by_id (Results 1 – 16 of 16) sorted by relevance

/dports/x11-wm/awesome/awesome-4.3/lib/awful/widget/
H A Dcommon.lua72 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 Dtest-miss-handlers.lua66 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 Dtest-tooltip.lua87 local imb = w:get_children_by_id("myimagebox")[1]
/dports/x11-wm/awesome/awesome-4.3/tests/examples/wibox/awidget/taglist/
H A Dindexed.lua82 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 Dtooltip.lua700 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 Dpopup.lua134 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 Dalttab.lua48 self:get_children_by_id("clienticon")[1].client = c
/dports/x11-wm/awesome/awesome-4.3/lib/wibox/widget/
H A Dbase.lua516 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 Dwindows10.lua64 self:get_children_by_id("clienticon")[1].client = c
/dports/x11-wm/awesome/awesome-4.3/tests/examples/wibox/layout/
H A Dtemplate.lua35 self:get_children_by_id("text")[1]:set_text(text2)
/dports/devel/ccdoc/ccdocv08r41/src/
H A Dstatement.h209 bool get_children_by_id(stmts_t&,const char*);
210 bool get_children_by_id(stmts_t&,const string&);
H A Dstatement.cc479 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 Dphase3_html.cc1720 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 Dtheme.lua223 self:get_children_by_id('clienticon')[1].client = c
/dports/x11-wm/awesome/awesome-4.3/lib/wibox/
H A Dinit.lua195 function wibox:get_children_by_id(name) function
/dports/x11-wm/awesome/awesome-4.3/docs/
H A D03-declarative-layout.md317 * 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!")