mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2026-01-13 05:42:05 +00:00
various library and dock fixes, see change logs
This commit is contained in:
@ -291,10 +291,11 @@ int main(int argc, char **argv)
|
||||
|
||||
//wc->LFSTK_showWindow();
|
||||
printf("Number of gadgets in window=%i\n",wc->LFSTK_gadgetCount());
|
||||
apc->LFSTK_setTimer(2);
|
||||
apc->LFSTK_setTimer(1000000,true);
|
||||
apc->LFSTK_setTimerCallBack(timerCB,NULL);
|
||||
|
||||
popWindow=new LFSTK_toolWindowClass(apc->display,wc,"_NET_WM_WINDOW_TYPE_MENU",0,0,200,100,"lfstkpopup",apc);
|
||||
popWindow=new LFSTK_toolWindowClass(apc->display,wc,apc->appAtomsHashed.at(apc->globalLib->prefs.LFSTK_hashFromKey("_NET_WM_WINDOW_TYPE_MENU")),0,0,200,100,"lfstkpopup",apc);
|
||||
|
||||
LFSTK_labelClass *poplabel=new LFSTK_labelClass(popWindow,"This is a mouse enter callback",0,0,GADGETWIDTH*8,GADGETHITE,WestGravity);
|
||||
poplabel->LFSTK_setCairoFontDataParts("sB",20);
|
||||
poplabel->LFSTK_setTile(NULL,0);
|
||||
|
||||
Reference in New Issue
Block a user