Searched refs:btn (Results 1 – 4 of 4) sorted by relevance
1020 int btn = GTK_RESPONSE_NO; in execute() local1027 while( GTK_RESPONSE_NO == btn ) in execute()1029 btn = GTK_RESPONSE_YES; // we don't want to repeat unless user clicks NO for file save. in execute()1061 btn = pAnotherDialog->run(); in execute()1066 if( btn == GTK_RESPONSE_YES ) in execute()1084 btn = GTK_RESPONSE_NO; in execute()
1999 int btn = ImplGetSalSystem()->ShowNativeMessageBox ( in ShowNativeErrorBox() local2004 if (btn != SALSYSTEM_SHOWNATIVEMSGBOX_BTN_OK) { in ShowNativeErrorBox()2005 OSL_TRACE("ShowNativeMessageBox returned %d\n", btn); in ShowNativeErrorBox()
1637 0x0001=default-btn1638 0x0002=help-btn1639 0x0004=cancel-btn1640 0x0008=close-btn
75 #define SETHCIMAGE(btn,res) \ argument79 btn.SetModeImage( aImage, BMP_COLOR_HIGHCONTRAST ); \
Completed in 54 milliseconds