Home
last modified time | relevance | path

Searched refs:buttonAreaWidth (Results 1 – 5 of 5) sorted by relevance

/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/localbrowser/
H A DLocalBrowserView.cpp124 int buttonAreaWidth, buttonAreaHeight, buttonXOffset, buttonYOffset; in NotifySavesListChanged() local
135 buttonAreaWidth = Size.X; in NotifySavesListChanged()
137 buttonWidth = (buttonAreaWidth/savesX) - buttonPadding*2; in NotifySavesListChanged()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/filebrowser/
H A DFileBrowserActivity.h39 int buttonWidth, buttonHeight, buttonAreaWidth, buttonAreaHeight, buttonXOffset, buttonYOffset; variable
H A DFileBrowserActivity.cpp121 buttonAreaWidth = itemList->Size.X - 5; in FileBrowserActivity()
123 buttonWidth = (buttonAreaWidth/filesX) - buttonPadding*2; in FileBrowserActivity()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/search/
H A DSearchView.cpp462 int buttonAreaWidth, buttonAreaHeight, buttonXOffset, buttonYOffset; in NotifySaveListChanged() local
538 buttonAreaWidth = Size.X; in NotifySaveListChanged()
548 buttonWidth = (buttonAreaWidth/savesX) - buttonPadding*2; in NotifySaveListChanged()
/dports/security/openssh-askpass/x11-ssh-askpass-1.2.4.1/
H A Dx11-ssh-askpass.c598 Dimension buttonAreaWidth; in createDialog() local
608 buttonAreaWidth = ((3 * d->w3.horizontalSpacing) + in createDialog()
611 w = MAX(labelAreaWidth, buttonAreaWidth); in createDialog()